@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.
- 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
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--component-button-button-content-gap-space: 6px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
7
|
+
--component-button-button-stack-space: 6px; /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
8
|
+
--component-button-button-label-font-size: 15px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
|
|
9
|
+
--component-button-button-inline-space: 16px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
10
|
+
--component-inputfield-input-field-inline-space: 16px;
|
|
11
|
+
--component-inputfield-input-field-stack-space: 6px;
|
|
12
|
+
--component-inputfield-input-field-height-size: 36px;
|
|
13
|
+
--component-inputfield-input-field-label-font-size: 16px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--component-button-button-content-gap-space: 8px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
7
|
+
--component-button-button-stack-space: 8px; /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
8
|
+
--component-button-button-label-font-size: 17px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
|
|
9
|
+
--component-button-button-inline-space: 20px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
10
|
+
--component-inputfield-input-field-inline-space: 16px;
|
|
11
|
+
--component-inputfield-input-field-stack-space: 8px;
|
|
12
|
+
--component-inputfield-input-field-height-size: 40px;
|
|
13
|
+
--component-inputfield-input-field-label-font-size: 17px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--component-button-button-content-gap-space: 8px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
7
|
+
--component-button-button-stack-space: 12px; /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
8
|
+
--component-button-button-label-font-size: 19px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
|
|
9
|
+
--component-button-button-inline-space: 24px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
10
|
+
--component-inputfield-input-field-inline-space: 16px;
|
|
11
|
+
--component-inputfield-input-field-stack-space: 12px;
|
|
12
|
+
--component-inputfield-input-field-height-size: 48px;
|
|
13
|
+
--component-inputfield-input-field-label-font-size: 19px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
14
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--global-core-core-color-primary: #0A2750; /** Bild: 046; SpoBi: 016 current css calls this variable main tenant color */
|
|
7
|
+
--global-core-core-color-secondary: #FFFFFF; /** Bild&SpoBi Tone 100 */
|
|
8
|
+
--global-core-core-color-secondary-dark: #081828; /** Bild: 015 ; SpoBi: 010 */
|
|
9
|
+
--global-core-core-color-tertiary: #081828; /** Bild: 015 ; SpoBi: 010 */
|
|
10
|
+
--global-core-core-color-tertiary-dark: #FFFFFF; /** Bild&SpoBi: 100 */
|
|
11
|
+
--global-attention-accent-color-primary: #174482; /** Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers. */
|
|
12
|
+
--global-attention-accent-color-primary-dark: #F7F9FD; /** Bild: 100 ; SpoBi: 098 */
|
|
13
|
+
--global-surface-surface-color-primary: #FFFFFF; /** Bild: 100 ; SpoBi: 100 */
|
|
14
|
+
--global-surface-surface-color-primary-dark: #081828; /** Bild: 015 ; SpoBi: 010 */
|
|
15
|
+
--global-surface-surface-color-secondary: #F7F9FD; /** Bild: 096 ; SpoBi: 098 */
|
|
16
|
+
--global-surface-surface-color-secondary-dark: #0A2750; /** Bild: 020 ; SpoBi: 016 */
|
|
17
|
+
--global-surface-surface-color-tertiary: #BDCADB; /** Bild: 093 ; SpoBi: 081 */
|
|
18
|
+
--global-surface-surface-color-tertiary-dark: #174482; /** Bild: 025 ; SpoBi: 029 */
|
|
19
|
+
--global-surface-surface-color-quartenary: #CED4DA; /** Bild: 085 ; SpoBi: 085 */
|
|
20
|
+
--global-surface-surface-color-quartenary-dark: #4B525A; /** Bild: 035 ; SpoBi: 035 */
|
|
21
|
+
--global-state-color-primary-active: #174482; /** Bild: 046 ; SpoBi: 029 */
|
|
22
|
+
--global-state-color-primary-active-dark: #F7F9FD; /** Bild: 046 ; SpoBi: 098 */
|
|
23
|
+
--global-text-text-color-primary: #232629; /** Bild & SpoBi: Tone 015 */
|
|
24
|
+
--global-text-text-color-primary-dark: #E9ECEF; /** Bild & SpoBi: Tone 093 */
|
|
25
|
+
--global-text-headline-color-primary: #0A2750; /** Bild: 015 ; SpoBi: 016 */
|
|
26
|
+
--global-text-headline-color-primary-dark: #FFFFFF; /** Bild&SpoBi: Tone 100 */
|
|
27
|
+
--global-text-kicker-text-color-on-bg: #FFFFFF; /** This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100 */
|
|
28
|
+
--global-text-kicker-text-color-on-surface: #8C9196; /** This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060 */
|
|
29
|
+
--global-text-kicker-text-color-on-surface-dark: #8C9196; /** Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060. */
|
|
30
|
+
--global-text-text-color-secondary: #8C9196; /** Bild & SpoBi: Tone 060 */
|
|
31
|
+
--global-text-text-color-secondary-dark: #8C9196; /** Bild & SpoBi: Tone 060 */
|
|
32
|
+
--global-text-kicker-bg-color-on-surface: #174482; /** Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029 */
|
|
33
|
+
--global-text-kicker-bg-color-on-surface-dark: #8C9196; /** Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060 */
|
|
34
|
+
--component-button-primary-neutral-button-primary-bg-color-idle: #232629; /** Bild & SpoBi: Tone 015 */
|
|
35
|
+
--component-button-primary-neutral-button-primary-bg-color-hover: #4B525A; /** Bild & SpoBi: Tone 035 */
|
|
36
|
+
--component-button-primary-neutral-button-primary-bg-color-idle-dark: #FFFFFF; /** Bild & SpoBi: Tone 100 */
|
|
37
|
+
--component-button-primary-neutral-button-primary-bg-color-hover-dark: #BDCADB; /** Bild: 093 ; SpoBi: 081 */
|
|
38
|
+
--component-button-primary-brand-button-primary-bg-color-idle: #174482; /** Bild: 046 ; SpoBi: 029 */
|
|
39
|
+
--component-button-primary-brand-button-primary-bg-color-idle-dark: #315998; /** This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038 */
|
|
40
|
+
--component-button-primary-brand-button-primary-bg-color-hover: #0A2750; /** Bild: 035 ; SpoBi: 016 */
|
|
41
|
+
--component-button-primary-brand-button-primary-bg-color-hover-dark: #174482; /** This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029 */
|
|
42
|
+
--component-breaking-news-breaking-news-text-content-color: #232629; /** This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015 */
|
|
43
|
+
--component-breaking-news-breaking-news-surface-color: #FFBF00; /** This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081 */
|
|
44
|
+
--component-breaking-news-breaking-news-title-surface-color: #0A2750; /** This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016 */
|
|
45
|
+
--component-breaking-news-breaking-news-top-title-text-color: #FFBF00; /** This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081 */
|
|
46
|
+
--component-breaking-news-breaking-news-surface-color-dark: #FFBF00; /** This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081 */
|
|
47
|
+
--component-breaking-news-breaking-news-text-content-color-dark: #232629; /** This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015 */
|
|
48
|
+
--component-breaking-news-breaking-news-bottom-title-text-color: #FFFFFF; /** This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100 */
|
|
49
|
+
--component-teaser-teaser-title-background-gradient-start: rgba(10, 39, 80, 0.699999988079071);
|
|
50
|
+
--component-teaser-teaser-title-background-gradient-stop: rgba(10, 39, 80, 0);
|
|
51
|
+
--component-menu-menu-link-lane-surface-color: #0A2750; /** This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component. */
|
|
52
|
+
--component-menu-menu-link-lane-label-color: #CED4DA; /** This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component. */
|
|
53
|
+
--component-menu-menu-link-lane-label-color-dark: #AEB4B9;
|
|
54
|
+
--component-menu-menu-link-lane-surface-color-dark: #0A2750; /** This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode. */
|
|
55
|
+
--component-menu-menu-link-color-border-active: #0A2750;
|
|
56
|
+
--component-menu-menu-link-color-border-active-dark: #F7F9FD;
|
|
57
|
+
--component-menu-menu-link-lane-label-color-active: #FFFFFF; /** This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component. */
|
|
58
|
+
--component-menu-app-top-bar-surface-color: #2C3138;
|
|
59
|
+
--component-menu-app-top-bar-bg-color-dark: #2C3138;
|
|
60
|
+
--component-menu-app-bottom-tab-bar-bg-color: #FFFFFF;
|
|
61
|
+
--component-menu-app-bottom-tab-bar-bg-dark: #2C3138;
|
|
62
|
+
--component-menu-app-top-bar-icon-color: #8C9196;
|
|
63
|
+
--component-menu-app-top-bar-icon-color-dark: #8C9196;
|
|
64
|
+
--component-menu-app-top-bar-text-color: #E9ECEF;
|
|
65
|
+
--component-menu-app-top-bar-text-color-dark: #E9ECEF;
|
|
66
|
+
--component-menu-app-tob-bar-tab-nav-bottom-border: #174482;
|
|
67
|
+
--component-menu-app-tob-bar-tab-nav-bottom-border-dark: #174482;
|
|
68
|
+
--component-menu-app-tob-bar-tab-nav-bottom-border-active: #CED4DA;
|
|
69
|
+
--component-menu-app-tob-bar-tab-nav-bottom-border-active-dark: #FFFFFF;
|
|
70
|
+
--component-avatar-avatar-label-color: #666B70; /** 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045 */
|
|
71
|
+
--component-avatar-avatar-label-color-dark: #E9ECEF; /** 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093 */
|
|
72
|
+
--component-avatar-avatar-label-color-hover: #174482; /** This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029 */
|
|
73
|
+
--component-chip-color-active: #174482;
|
|
74
|
+
}
|
|
@@ -3,16 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
|
-
--global-typography-font-family-display-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
|
|
7
|
-
--global-typography-font-family-headline-font-family: AntennaExtraCond; /** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
|
|
8
|
-
--global-typography-font-family-subheadline-font-family: AntennaCond; /** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
|
|
9
|
-
--global-typography-font-family-kicker-font-family: AntennaExtraCond; /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
|
|
10
|
-
--global-typography-font-family-title-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
|
|
11
|
-
--global-typography-font-family-callout-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
|
|
12
|
-
--global-typography-font-family-body-font-family: Inter; /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
|
|
13
|
-
--global-typography-font-family-footnote-font-family: Inter; /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
|
|
14
|
-
--global-typography-font-family-label-font-family: AntennaExtraCond; /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
|
|
15
|
-
--global-typography-font-family-quote-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
|
|
16
6
|
--global-typography-font-size-display-display1-font-size-xs: 38px; /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
|
|
17
7
|
--global-typography-font-size-display-display1-font-size-sm: 38px; /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
|
|
18
8
|
--global-typography-font-size-display-display1-font-size-md: 68px; /** Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes. */
|
|
@@ -21,11 +11,10 @@
|
|
|
21
11
|
--global-typography-font-size-display-display2-font-size-sm: 34px; /** Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes. */
|
|
22
12
|
--global-typography-font-size-display-display2-font-size-md: 40px; /** Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes. */
|
|
23
13
|
--global-typography-font-size-display-display2-font-size-lg: 61px; /** Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes. */
|
|
24
|
-
--global-typography-font-size-display-display3-font-size-xs: 27px; /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
|
|
25
14
|
--global-typography-font-size-display-display3-font-size-sm: 27px; /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
|
|
26
15
|
--global-typography-font-size-display-display3-font-size-md: 30px; /** Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes. */
|
|
27
16
|
--global-typography-font-size-display-display3-font-size-lg: 38px; /** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes. */
|
|
28
|
-
--global-typography-font-size-
|
|
17
|
+
--global-typography-font-size-display-display3-font-size-xs: 27px; /** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
|
|
29
18
|
--global-typography-font-size-headline-headline1-font-size-xs: 42px; /** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
|
|
30
19
|
--global-typography-font-size-headline-headline1-font-size-sm: 42px; /** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
|
|
31
20
|
--global-typography-font-size-headline-headline1-font-size-md: 60px; /** Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes. */
|
|
@@ -42,10 +31,7 @@
|
|
|
42
31
|
--global-typography-font-size-headline-headline4-font-size-sm: 21px; /** Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes. */
|
|
43
32
|
--global-typography-font-size-headline-headline4-font-size-md: 26px; /** Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes. */
|
|
44
33
|
--global-typography-font-size-headline-headline4-font-size-lg: 26px; /** Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes. */
|
|
45
|
-
--global-typography-font-size-
|
|
46
|
-
--global-typography-font-size-subheadline-subheadline1-font-size-sm: 18px; /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
|
|
47
|
-
--global-typography-font-size-subheadline-subheadline1-font-size-md: 22px; /** Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes. */
|
|
48
|
-
--global-typography-font-size-subheadline-subheadline1-font-size-lg: 26px; /** Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes. */
|
|
34
|
+
--global-typography-font-size-headline-headline-text-align: left; /** This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg */
|
|
49
35
|
--global-typography-font-size-kicker-kicker1-font-size-xs: 20px; /** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
|
|
50
36
|
--global-typography-font-size-kicker-kicker1-font-size-sm: 20px; /** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
|
|
51
37
|
--global-typography-font-size-kicker-kicker1-font-size-md: 26px; /** Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md */
|
|
@@ -62,6 +48,10 @@
|
|
|
62
48
|
--global-typography-font-size-kicker-kicker4-font-size-sm: 14px; /** Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm */
|
|
63
49
|
--global-typography-font-size-kicker-kicker4-font-size-md: 16px; /** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md */
|
|
64
50
|
--global-typography-font-size-kicker-kicker4-font-size-lg: 18px; /** Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg */
|
|
51
|
+
--global-typography-font-size-subheadline-subheadline1-font-size-xs: 18px; /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
|
|
52
|
+
--global-typography-font-size-subheadline-subheadline1-font-size-sm: 18px; /** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
|
|
53
|
+
--global-typography-font-size-subheadline-subheadline1-font-size-md: 22px; /** Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes. */
|
|
54
|
+
--global-typography-font-size-subheadline-subheadline1-font-size-lg: 26px; /** Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes. */
|
|
65
55
|
--global-typography-font-size-title-title1-font-size-xs: 24px; /** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
|
|
66
56
|
--global-typography-font-size-title-title1-font-size-sm: 24px; /** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
|
|
67
57
|
--global-typography-font-size-title-title1-font-size-md: 28px; /** Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md */
|
|
@@ -86,18 +76,18 @@
|
|
|
86
76
|
--global-typography-font-size-footnote-footnote2-font-size-sm: 10px;
|
|
87
77
|
--global-typography-font-size-footnote-footnote2-font-size-md: 10px;
|
|
88
78
|
--global-typography-font-size-footnote-footnote2-font-size-lg: 13px;
|
|
79
|
+
--global-typography-font-size-quote-quote-font-size-xs: 16px;
|
|
80
|
+
--global-typography-font-size-quote-quote-font-size-sm: 16px;
|
|
81
|
+
--global-typography-font-size-quote-quote-font-size-md: 18px;
|
|
82
|
+
--global-typography-font-size-quote-quote-font-size-lg: 20px;
|
|
89
83
|
--global-typography-font-size-label-label1-font-size: 17px;
|
|
84
|
+
--global-typography-font-size-label-label2-font-size: 15px;
|
|
85
|
+
--global-typography-font-size-label-label3-font-size: 12px;
|
|
86
|
+
--global-typography-font-size-label-label4-font-size: 8px;
|
|
90
87
|
--global-typography-font-size-label-label1-resp-font-size-xs: 10px;
|
|
91
88
|
--global-typography-font-size-label-label1-resp-font-size-sm: 10px;
|
|
92
89
|
--global-typography-font-size-label-label1-resp-font-size-md: 15px;
|
|
93
90
|
--global-typography-font-size-label-label1-resp-font-size-lg: 17px;
|
|
94
|
-
--global-typography-font-size-label-label2-font-size: 15px;
|
|
95
|
-
--global-typography-font-size-label-label3-font-size: 12px;
|
|
96
|
-
--global-typography-font-size-label-label4-font-size: 8px;
|
|
97
|
-
--global-typography-font-size-quote-quote-font-size-xs: 16px;
|
|
98
|
-
--global-typography-font-size-quote-quote-font-size-sm: 16px;
|
|
99
|
-
--global-typography-font-size-quote-quote-font-size-md: 18px;
|
|
100
|
-
--global-typography-font-size-quote-quote-font-size-lg: 20px;
|
|
101
91
|
--global-typography-line-height-display-display1-line-height-xs: 40px;
|
|
102
92
|
--global-typography-line-height-display-display1-line-height-sm: 40px;
|
|
103
93
|
--global-typography-line-height-display-display1-line-height-md: 72px;
|
|
@@ -106,132 +96,135 @@
|
|
|
106
96
|
--global-typography-line-height-display-display2-line-height-sm: 36px;
|
|
107
97
|
--global-typography-line-height-display-display2-line-height-md: 42px;
|
|
108
98
|
--global-typography-line-height-display-display2-line-height-lg: 64px;
|
|
109
|
-
--global-typography-line-height-display-display3-line-height-xs: 28px;
|
|
110
|
-
--global-typography-line-height-display-display3-line-height-sm: 28px;
|
|
111
|
-
--global-typography-line-height-display-display3-line-height-md: 32px;
|
|
112
99
|
--global-typography-line-height-display-display3-line-height-lg: 40px;
|
|
100
|
+
--global-typography-line-height-display-display3-line-height-md: 32px;
|
|
101
|
+
--global-typography-line-height-display-display3-line-height-sm: 28px;
|
|
102
|
+
--global-typography-line-height-display-display3-line-height-xs: 28px;
|
|
113
103
|
--global-typography-line-height-headline-headline1-line-height-xs: 42px;
|
|
114
104
|
--global-typography-line-height-headline-headline1-line-height-sm: 42px;
|
|
115
105
|
--global-typography-line-height-headline-headline1-line-height-md: 69px;
|
|
116
106
|
--global-typography-line-height-headline-headline1-line-height-lg: 88px;
|
|
117
107
|
--global-typography-line-height-headline-headline2-line-height-xs: 42px;
|
|
118
108
|
--global-typography-line-height-headline-headline2-line-height-sm: 42px;
|
|
119
|
-
--global-typography-line-height-headline-headline2-line-height-md: 50.
|
|
120
|
-
--global-typography-line-height-headline-headline2-line-height-lg: 57.
|
|
109
|
+
--global-typography-line-height-headline-headline2-line-height-md: 50.599998474121094px;
|
|
110
|
+
--global-typography-line-height-headline-headline2-line-height-lg: 57.599998474121094px;
|
|
121
111
|
--global-typography-line-height-headline-headline3-line-height-xs: 33px;
|
|
122
112
|
--global-typography-line-height-headline-headline3-line-height-sm: 33px;
|
|
123
113
|
--global-typography-line-height-headline-headline3-line-height-md: 34.5px;
|
|
124
|
-
--global-typography-line-height-headline-headline3-line-height-lg: 39.
|
|
125
|
-
--global-typography-line-height-headline-headline4-line-height-xs: 23.
|
|
126
|
-
--global-typography-line-height-headline-headline4-line-height-sm: 23.
|
|
127
|
-
--global-typography-line-height-headline-headline4-line-height-md: 28.
|
|
128
|
-
--global-typography-line-height-headline-headline4-line-height-lg: 29.
|
|
129
|
-
--global-typography-line-height-subheadline-subheadline1-line-height-xs: 23.
|
|
130
|
-
--global-typography-line-height-subheadline-subheadline1-line-height-sm: 23.
|
|
131
|
-
--global-typography-line-height-subheadline-subheadline1-line-height-md: 28.
|
|
132
|
-
--global-typography-line-height-subheadline-subheadline1-line-height-lg: 33.
|
|
114
|
+
--global-typography-line-height-headline-headline3-line-height-lg: 39.099998474121094px;
|
|
115
|
+
--global-typography-line-height-headline-headline4-line-height-xs: 23.100000381469727px;
|
|
116
|
+
--global-typography-line-height-headline-headline4-line-height-sm: 23.100000381469727px;
|
|
117
|
+
--global-typography-line-height-headline-headline4-line-height-md: 28.600000381469727px;
|
|
118
|
+
--global-typography-line-height-headline-headline4-line-height-lg: 29.899999618530273px;
|
|
119
|
+
--global-typography-line-height-subheadline-subheadline1-line-height-xs: 23.399999618530273px;
|
|
120
|
+
--global-typography-line-height-subheadline-subheadline1-line-height-sm: 23.399999618530273px;
|
|
121
|
+
--global-typography-line-height-subheadline-subheadline1-line-height-md: 28.600000381469727px;
|
|
122
|
+
--global-typography-line-height-subheadline-subheadline1-line-height-lg: 33.79999923706055px;
|
|
133
123
|
--global-typography-line-height-kicker-kicker1-line-height-xs: 22px;
|
|
134
124
|
--global-typography-line-height-kicker-kicker1-line-height-sm: 22px;
|
|
135
|
-
--global-typography-line-height-kicker-kicker1-line-height-md: 28.
|
|
136
|
-
--global-typography-line-height-kicker-kicker1-line-height-lg: 35.
|
|
137
|
-
--global-typography-line-height-kicker-kicker2-line-height-xs: 17.
|
|
138
|
-
--global-typography-line-height-kicker-kicker2-line-height-sm: 17.
|
|
139
|
-
--global-typography-line-height-kicker-kicker2-line-height-md: 28.
|
|
140
|
-
--global-typography-line-height-kicker-kicker2-line-height-lg: 28.
|
|
141
|
-
--global-typography-line-height-kicker-kicker3-line-height-xs: 17.
|
|
142
|
-
--global-typography-line-height-kicker-kicker3-line-height-sm: 17.
|
|
125
|
+
--global-typography-line-height-kicker-kicker1-line-height-md: 28.600000381469727px;
|
|
126
|
+
--global-typography-line-height-kicker-kicker1-line-height-lg: 35.20000076293945px;
|
|
127
|
+
--global-typography-line-height-kicker-kicker2-line-height-xs: 17.600000381469727px;
|
|
128
|
+
--global-typography-line-height-kicker-kicker2-line-height-sm: 17.600000381469727px;
|
|
129
|
+
--global-typography-line-height-kicker-kicker2-line-height-md: 28.600000381469727px;
|
|
130
|
+
--global-typography-line-height-kicker-kicker2-line-height-lg: 28.600000381469727px;
|
|
131
|
+
--global-typography-line-height-kicker-kicker3-line-height-xs: 17.600000381469727px;
|
|
132
|
+
--global-typography-line-height-kicker-kicker3-line-height-sm: 17.600000381469727px;
|
|
143
133
|
--global-typography-line-height-kicker-kicker3-line-height-md: 22px;
|
|
144
|
-
--global-typography-line-height-kicker-kicker3-line-height-lg: 24.
|
|
145
|
-
--global-typography-line-height-kicker-kicker4-line-height-xs: 15.
|
|
146
|
-
--global-typography-line-height-kicker-kicker4-line-height-sm: 15.
|
|
147
|
-
--global-typography-line-height-kicker-kicker4-line-height-md: 17.
|
|
148
|
-
--global-typography-line-height-kicker-kicker4-line-height-lg: 19.
|
|
149
|
-
--global-typography-line-height-title-title1-line-height-xs: 26.
|
|
150
|
-
--global-typography-line-height-title-title1-line-height-sm: 26.
|
|
151
|
-
--global-typography-line-height-title-title1-line-height-md: 30.
|
|
134
|
+
--global-typography-line-height-kicker-kicker3-line-height-lg: 24.200000762939453px;
|
|
135
|
+
--global-typography-line-height-kicker-kicker4-line-height-xs: 15.399999618530273px;
|
|
136
|
+
--global-typography-line-height-kicker-kicker4-line-height-sm: 15.399999618530273px;
|
|
137
|
+
--global-typography-line-height-kicker-kicker4-line-height-md: 17.600000381469727px;
|
|
138
|
+
--global-typography-line-height-kicker-kicker4-line-height-lg: 19.799999237060547px;
|
|
139
|
+
--global-typography-line-height-title-title1-line-height-xs: 26.399999618530273px;
|
|
140
|
+
--global-typography-line-height-title-title1-line-height-sm: 26.399999618530273px;
|
|
141
|
+
--global-typography-line-height-title-title1-line-height-md: 30.799999237060547px;
|
|
152
142
|
--global-typography-line-height-title-title1-line-height-lg: 33px;
|
|
153
|
-
--global-typography-line-height-title-title2-line-height-xs: 16.
|
|
154
|
-
--global-typography-line-height-title-title2-line-height-sm: 20.
|
|
155
|
-
--global-typography-line-height-title-title2-line-height-md: 23.
|
|
143
|
+
--global-typography-line-height-title-title2-line-height-xs: 16.799999237060547px;
|
|
144
|
+
--global-typography-line-height-title-title2-line-height-sm: 20.799999237060547px;
|
|
145
|
+
--global-typography-line-height-title-title2-line-height-md: 23.399999618530273px;
|
|
156
146
|
--global-typography-line-height-title-title2-line-height-lg: 26px;
|
|
157
|
-
--global-typography-line-height-callout-callout1-line-height-xs: 23.
|
|
158
|
-
--global-typography-line-height-callout-callout1-line-height-sm: 23.
|
|
159
|
-
--global-typography-line-height-callout-callout1-line-height-md: 31.
|
|
160
|
-
--global-typography-line-height-callout-callout1-line-height-lg: 31.
|
|
161
|
-
--global-typography-line-height-body-body-line-height-xs: 28.
|
|
162
|
-
--global-typography-line-height-body-body-line-height-sm: 28.
|
|
147
|
+
--global-typography-line-height-callout-callout1-line-height-xs: 23.399999618530273px;
|
|
148
|
+
--global-typography-line-height-callout-callout1-line-height-sm: 23.399999618530273px;
|
|
149
|
+
--global-typography-line-height-callout-callout1-line-height-md: 31.200000762939453px;
|
|
150
|
+
--global-typography-line-height-callout-callout1-line-height-lg: 31.200000762939453px;
|
|
151
|
+
--global-typography-line-height-body-body-line-height-xs: 28.049999237060547px;
|
|
152
|
+
--global-typography-line-height-body-body-line-height-sm: 28.049999237060547px;
|
|
163
153
|
--global-typography-line-height-body-body-line-height-md: 29.75px;
|
|
164
|
-
--global-typography-line-height-body-body-line-height-lg: 28.
|
|
165
|
-
--global-typography-line-height-footnote-footnote1-line-height-xs: 17.
|
|
166
|
-
--global-typography-line-height-footnote-footnote1-line-height-sm: 17.
|
|
167
|
-
--global-typography-line-height-footnote-footnote1-line-height-md: 17.
|
|
154
|
+
--global-typography-line-height-body-body-line-height-lg: 28.049999237060547px;
|
|
155
|
+
--global-typography-line-height-footnote-footnote1-line-height-xs: 17.030000686645508px;
|
|
156
|
+
--global-typography-line-height-footnote-footnote1-line-height-sm: 17.030000686645508px;
|
|
157
|
+
--global-typography-line-height-footnote-footnote1-line-height-md: 17.030000686645508px;
|
|
168
158
|
--global-typography-line-height-footnote-footnote1-line-height-lg: 19px;
|
|
169
159
|
--global-typography-line-height-footnote-footnote2-line-height-xs: 13px;
|
|
170
160
|
--global-typography-line-height-footnote-footnote2-line-height-sm: 13px;
|
|
171
161
|
--global-typography-line-height-footnote-footnote2-line-height-md: 13px;
|
|
172
|
-
--global-typography-line-height-footnote-footnote2-line-height-lg: 17.
|
|
173
|
-
--global-typography-line-height-label-label1-line-height: 20.
|
|
162
|
+
--global-typography-line-height-footnote-footnote2-line-height-lg: 17.030000686645508px;
|
|
163
|
+
--global-typography-line-height-label-label1-line-height: 20.399999618530273px; /** Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter. */
|
|
174
164
|
--global-typography-line-height-label-label1-resp-line-height-xs: 12px; /** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
175
165
|
--global-typography-line-height-label-label1-resp-line-height-sm: 12px; /** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
176
166
|
--global-typography-line-height-label-label1-resp-line-height-md: 18px; /** Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
177
|
-
--global-typography-line-height-label-label1-resp-line-height-lg: 20.
|
|
178
|
-
--global-typography-line-height-label-label2-line-height: 19.
|
|
179
|
-
--global-typography-line-height-label-label3-line-height: 14.
|
|
167
|
+
--global-typography-line-height-label-label1-resp-line-height-lg: 20.399999618530273px; /** Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
168
|
+
--global-typography-line-height-label-label2-line-height: 19.200000762939453px; /** Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter. */
|
|
169
|
+
--global-typography-line-height-label-label3-line-height: 14.399999618530273px; /** Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter. */
|
|
180
170
|
--global-typography-line-height-label-label4-line-height: 10px; /** Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter. */
|
|
181
|
-
--global-typography-line-height-quote-quote-line-height-xs: 20.
|
|
182
|
-
--global-typography-line-height-quote-quote-line-height-sm: 20.
|
|
183
|
-
--global-typography-line-height-quote-quote-line-height-md: 23.
|
|
171
|
+
--global-typography-line-height-quote-quote-line-height-xs: 20.799999237060547px;
|
|
172
|
+
--global-typography-line-height-quote-quote-line-height-sm: 20.799999237060547px;
|
|
173
|
+
--global-typography-line-height-quote-quote-line-height-md: 23.399999618530273px;
|
|
184
174
|
--global-typography-line-height-quote-quote-line-height-lg: 26px;
|
|
175
|
+
--global-typography-font-weight-body-body-font-weight-book: 400;
|
|
176
|
+
--global-typography-font-weight-body-body-font-weight-bold: 700;
|
|
177
|
+
--global-typography-font-weight-footnote-footnote-font-weight-book: 400;
|
|
178
|
+
--global-typography-font-weight-footnote-footnote-font-weight-bold: 700;
|
|
179
|
+
--global-typography-font-weight-label-label-font-weight-book: 400;
|
|
180
|
+
--global-typography-font-weight-label-label-font-weight-bold: 700;
|
|
181
|
+
--global-typography-font-weight-quote-quote-font-weight: 800;
|
|
185
182
|
--global-typography-font-weight-display-display-font-weight: 800;
|
|
186
|
-
--global-typography-font-weight-headline-headline1-font-weight: 700;
|
|
187
183
|
--global-typography-font-weight-headline-headline1-font-weight-st: Bold Italic;
|
|
184
|
+
--global-typography-font-weight-headline-headline1-font-weight: 700;
|
|
188
185
|
--global-typography-font-weight-headline-headline2-font-weight: 700;
|
|
189
|
-
--global-typography-font-weight-headline-headline2-font-weight-st: Bold Italic;
|
|
190
186
|
--global-typography-font-weight-headline-headline3-font-weight: 700;
|
|
191
|
-
--global-typography-font-weight-headline-headline3-font-weight-st: Bold Italic;
|
|
192
187
|
--global-typography-font-weight-headline-headline4-font-weight: 700;
|
|
188
|
+
--global-typography-font-weight-headline-headline2-font-weight-st: Bold Italic;
|
|
189
|
+
--global-typography-font-weight-headline-headline3-font-weight-st: Bold Italic;
|
|
193
190
|
--global-typography-font-weight-headline-headline4-font-weight-st: Bold Italic;
|
|
194
191
|
--global-typography-font-weight-subheadline-subheadline-font-weight: 700;
|
|
195
192
|
--global-typography-font-weight-kicker-kicker-font-weight: 700;
|
|
196
193
|
--global-typography-font-weight-kicker-kicker-font-weight-st: Black Italic;
|
|
197
|
-
--global-typography-font-weight-title-title-font-weight: 800;
|
|
198
194
|
--global-typography-font-weight-callout-callout-font-weight: 800;
|
|
199
|
-
--global-typography-font-weight-
|
|
200
|
-
--global-typography-font-
|
|
201
|
-
--global-typography-font-
|
|
202
|
-
--global-typography-font-
|
|
203
|
-
--global-typography-font-
|
|
204
|
-
--global-typography-font-
|
|
205
|
-
--global-typography-font-
|
|
195
|
+
--global-typography-font-weight-title-title-font-weight: 800;
|
|
196
|
+
--global-typography-font-family-kicker-font-family: AntennaExtraCond; /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
|
|
197
|
+
--global-typography-font-family-display-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
|
|
198
|
+
--global-typography-font-family-headline-font-family: AntennaExtraCond; /** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
|
|
199
|
+
--global-typography-font-family-subheadline-font-family: AntennaCond; /** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
|
|
200
|
+
--global-typography-font-family-body-font-family: Inter; /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
|
|
201
|
+
--global-typography-font-family-footnote-font-family: Inter; /** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
|
|
202
|
+
--global-typography-font-family-label-font-family: AntennaExtraCond; /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
|
|
203
|
+
--global-typography-font-family-quote-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
|
|
204
|
+
--global-typography-font-family-title-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
|
|
205
|
+
--global-typography-font-family-callout-font-family: AntennaCond; /** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
|
|
206
206
|
--global-visibilty-hide-on-bild: true;
|
|
207
207
|
--global-visibilty-hide-on-sport-bild: false;
|
|
208
|
+
--global-visibilty-only-advertorial: false;
|
|
208
209
|
--global-visibilty-hide-on-advertorial: true;
|
|
209
210
|
--global-visibilty-only-bild: false;
|
|
210
211
|
--global-visibilty-only-sport-bild: true;
|
|
211
|
-
--global-visibilty-only-advertorial: false;
|
|
212
|
-
--component-button-label-font-weight-st: Bold Italic;
|
|
213
|
-
--component-accordion-accordion-label-font-family: Inter;
|
|
214
212
|
--component-article-font-size-article-image-caption-font-size-xs: 13px; /** --article-figure-caption-font-size-sm */
|
|
215
|
-
--component-article-font-size-article-image-caption-font-size-sm: 13px; /** --article-figure-caption-font-size-sm */
|
|
216
213
|
--component-article-font-size-article-image-caption-font-size-md: 13px; /** --article-figure-caption-font-size-md */
|
|
217
214
|
--component-article-font-size-article-image-caption-font-size-lg: 15px; /** --article-figure-caption-font-size-lg */
|
|
215
|
+
--component-article-font-size-article-image-caption-font-size-sm: 13px; /** --article-figure-caption-font-size-sm */
|
|
218
216
|
--component-article-font-size-article-image-source-font-size-xs: 13px; /** --article-figure-meta-font-size-sm */
|
|
219
217
|
--component-article-font-size-article-image-source-font-size-sm: 13px; /** --article-figure-meta-font-size-sm */
|
|
220
218
|
--component-article-font-size-article-image-source-font-size-md: 13px; /** --article-figure-meta-font-size-sm */
|
|
221
219
|
--component-article-font-size-article-image-source-font-size-lg: 15px; /** --article-figure-meta-font-size-lg */
|
|
222
|
-
--component-article-line-height-article-image-caption-line-height-xs: 16.
|
|
223
|
-
--component-article-line-height-article-image-caption-line-height-
|
|
224
|
-
--component-article-line-height-article-image-caption-line-height-md: 16.9px; /** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
|
|
220
|
+
--component-article-line-height-article-image-caption-line-height-xs: 16.899999618530273px; /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
|
|
221
|
+
--component-article-line-height-article-image-caption-line-height-md: 16.899999618530273px; /** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
|
|
225
222
|
--component-article-line-height-article-image-caption-line-height-lg: 19.5px; /** --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24 */
|
|
226
|
-
--component-article-line-height-article-image-
|
|
227
|
-
--component-article-line-height-article-image-source-line-height-sm: 17px; /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
223
|
+
--component-article-line-height-article-image-caption-line-height-sm: 16.899999618530273px; /** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
|
|
228
224
|
--component-article-line-height-article-image-source-line-height-md: 17px; /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
229
225
|
--component-article-line-height-article-image-source-line-height-lg: 19px; /** --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24 */
|
|
230
|
-
--component-
|
|
231
|
-
--component-
|
|
232
|
-
--component-avatar-avatar-font-size-lg: 15px; /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
|
|
233
|
-
--component-breadcrumb-font-family-breadcrumb-font-family: Inter; /** --breadcrumb-font */
|
|
234
|
-
--component-breadcrumb-font-weight-breadcrumb-font-weight: 400; /** --breadcrumb-font-size-sm */
|
|
226
|
+
--component-article-line-height-article-image-source-line-height-xs: 17px; /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
227
|
+
--component-article-line-height-article-image-source-line-height-sm: 17px; /** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
235
228
|
--component-breadcrumb-font-size-breadcrumb-font-size-xs: 14px; /** --breadcrumb-font-size-sm */
|
|
236
229
|
--component-breadcrumb-font-size-breadcrumb-font-size-sm: 14px; /** --breadcrumb-font-size-sm */
|
|
237
230
|
--component-breadcrumb-font-size-breadcrumb-font-size-md: 14px; /** --breadcrumb-font-size-sm */
|
|
@@ -240,38 +233,45 @@
|
|
|
240
233
|
--component-breadcrumb-line-height-breadcrumb-line-height-sm: 14px; /** not defined as variable */
|
|
241
234
|
--component-breadcrumb-line-height-breadcrumb-line-height-md: 14px; /** not defined as variable */
|
|
242
235
|
--component-breadcrumb-line-height-breadcrumb-line-height-lg: 11px; /** not defined as variable */
|
|
243
|
-
--component-
|
|
244
|
-
--component-
|
|
245
|
-
--component-
|
|
246
|
-
--component-media-player-video-time-badge-font-family: Inter;
|
|
247
|
-
--component-menu-menu-item-font-size: 18; /** --nav-btn-font-size */
|
|
248
|
-
--component-menu-menu-item-font-weight: Black Italic;
|
|
249
|
-
--component-menu-app-top-bar-title-font-size-xs: 12px; /** --caption-1-font-size-sm */
|
|
250
|
-
--component-menu-app-top-bar-title-font-size-sm: 12px; /** --caption-1-font-size-sm */
|
|
236
|
+
--component-breadcrumb-font-family-breadcrumb-font-family: Inter; /** --breadcrumb-font */
|
|
237
|
+
--component-breadcrumb-font-weight-breadcrumb-font-weight: 400; /** --breadcrumb-font-size-sm */
|
|
238
|
+
--component-menu-menu-item-font-size: 18px; /** --nav-btn-font-size */
|
|
251
239
|
--component-menu-app-top-bar-title-font-size-md: 13px; /** --caption-1-font-size-md */
|
|
252
240
|
--component-menu-app-top-bar-title-font-size-lg: 13px; /** --caption-1-font-size-lg */
|
|
253
|
-
--component-menu-app-top-bar-title-
|
|
254
|
-
--component-menu-app-top-bar-title-
|
|
241
|
+
--component-menu-app-top-bar-title-font-size-xs: 12px; /** --caption-1-font-size-sm */
|
|
242
|
+
--component-menu-app-top-bar-title-font-size-sm: 12px; /** --caption-1-font-size-sm */
|
|
255
243
|
--component-menu-app-top-bar-title-line-height-md: 17px;
|
|
256
244
|
--component-menu-app-top-bar-title-line-height-lg: 17px;
|
|
257
|
-
--component-
|
|
258
|
-
--component-
|
|
259
|
-
--component-
|
|
260
|
-
--component-teaser-teaser-title-inline-space-lg:
|
|
261
|
-
--component-teaser-
|
|
262
|
-
--component-teaser-
|
|
263
|
-
--component-teaser-
|
|
264
|
-
--component-teaser-quad-q-teaser-title-inline-space-lg:
|
|
265
|
-
--component-teaser-
|
|
266
|
-
--component-teaser-
|
|
267
|
-
--component-teaser-
|
|
268
|
-
--component-teaser-
|
|
269
|
-
--component-teaser-a-teaser-a-teaser-title-inline-space-
|
|
270
|
-
--component-teaser-a-teaser-a-teaser-title-inline-space-
|
|
271
|
-
--component-teaser-a-teaser-a-teaser-title-inline-space-
|
|
272
|
-
--component-teaser-
|
|
273
|
-
--component-teaser-
|
|
274
|
-
--component-teaser-
|
|
275
|
-
--component-teaser-
|
|
245
|
+
--component-menu-app-top-bar-title-line-height-xs: 14px;
|
|
246
|
+
--component-menu-app-top-bar-title-line-height-sm: 14px;
|
|
247
|
+
--component-menu-menu-item-font-weight: Black Italic;
|
|
248
|
+
--component-teaser-teaser-title-inline-space-lg: 16px; /** --teaser-title-padding-lg */
|
|
249
|
+
--component-teaser-teaser-title-inline-space-md: 16px; /** --teaser-title-padding-md */
|
|
250
|
+
--component-teaser-teaser-title-inline-space-sm: 12px; /** --teaser-title-padding-sm */
|
|
251
|
+
--component-teaser-teaser-title-inline-space-xs: 12px; /** --teaser-title-padding-xs */
|
|
252
|
+
--component-teaser-quad-q-teaser-title-inline-space-lg: 24px;
|
|
253
|
+
--component-teaser-quad-q-teaser-title-inline-space-md: 24px;
|
|
254
|
+
--component-teaser-quad-q-teaser-title-inline-space-sm: 12px;
|
|
255
|
+
--component-teaser-quad-q-teaser-title-inline-space-xs: 12px;
|
|
256
|
+
--component-teaser-a-teaser-a-teaser-title-inline-space-lg: 16px;
|
|
257
|
+
--component-teaser-a-teaser-a-teaser-title-inline-space-md: 16px;
|
|
258
|
+
--component-teaser-a-teaser-a-teaser-title-inline-space-xs: 12px;
|
|
259
|
+
--component-teaser-a-teaser-a-teaser-title-inline-space-sm: 12px;
|
|
260
|
+
--component-teaser-b-teaser-b-teaser-title-inline-space: 16px;
|
|
261
|
+
--component-teaser-2xa-teaser-2xa-teaser-title-inline-space: 16px;
|
|
262
|
+
--component-teaser-mini-q-mini-q-teaser-title-inline-space-md: 12px;
|
|
263
|
+
--component-teaser-mini-q-mini-q-teaser-title-inline-space-lg: 12px;
|
|
264
|
+
--component-teaser-mini-q-mini-q-teaser-title-inline-space-sm: 12px;
|
|
265
|
+
--component-teaser-mini-q-mini-q-teaser-title-inline-space-xs: 12px;
|
|
266
|
+
--component-teaser-super-a-super-ateaser-title-inline-space: 24px;
|
|
267
|
+
--component-avatar-avatar-font-family: Inter; /** current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
|
|
268
|
+
--component-avatar-avatar-font-size-sm: 13px; /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13 */
|
|
269
|
+
--component-avatar-avatar-font-size-lg: 15px; /** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
|
|
270
|
+
--component-breaking-news-breaking-news-content-font-size: 26px;
|
|
271
|
+
--component-accordion-accordion-label-font-family: Inter;
|
|
272
|
+
--component-footer-footer-link-font-family: Inter;
|
|
273
|
+
--component-media-player-video-time-badge-font-family: Inter;
|
|
274
|
+
--component-inputfield-input-field-label-font-family: Inter;
|
|
275
|
+
--component-button-label-font-weight-st: Bold Italic;
|
|
276
276
|
--brand-name: SportBILD;
|
|
277
277
|
}
|