@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
|
@@ -1,470 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
export const semanticBorderBorderradiusBorderradiusnone = 0;
|
|
6
|
-
export const semanticBorderBorderradiusBorderradiusxs = 2;
|
|
7
|
-
export const semanticBorderBorderradiusBorderradiussm = 4;
|
|
8
|
-
export const semanticBorderBorderradiusBorderradiusmd = 8;
|
|
9
|
-
export const semanticBorderBorderradiusBorderradiuslg = 16;
|
|
10
|
-
export const semanticBorderBorderradiusBorderradiusxl = 24;
|
|
11
|
-
export const semanticBorderBorderradiusBorderradiusfull = "9999px";
|
|
12
|
-
export const semanticBorderBorderwidthBorderwidthhairline = "0.33px";
|
|
13
|
-
export const semanticBorderBorderwidthBorderwidththin = 1;
|
|
14
|
-
export const semanticBorderBorderwidthBorderwidththick = 2;
|
|
15
|
-
export const semanticLayoutCanvaswidthsizeweb = "600px";
|
|
16
|
-
export const semanticLayoutCanvasheightsizeweb = "960px";
|
|
17
|
-
export const semanticLayoutCanvaswidthsizeapp = "834px";
|
|
18
|
-
export const semanticLayoutCanvasheightsizeapp = "1194px";
|
|
19
|
-
export const semanticLayoutBreakpointsBreakpointminwidthsize = "600px";
|
|
20
|
-
export const semanticLayoutBreakpointsBreakpointmaxwidthsize = "1023px";
|
|
21
|
-
export const semanticLayoutContentwidthContentmaxwidthmedium = "700px";
|
|
22
|
-
export const semanticLayoutContentwidthContentmaxwidthfull = "1024px";
|
|
23
|
-
export const semanticLayoutGridResponsiveGridspacerespsm = 6;
|
|
24
|
-
export const semanticLayoutGridResponsiveGridspacerespbase = 12;
|
|
25
|
-
export const semanticLayoutGridResponsiveGridspaceresplg = 32;
|
|
26
|
-
export const semanticLayoutGridResponsiveGridspacerespxl = 64;
|
|
27
|
-
export const semanticLayoutGridResponsivePageinlinespace = 0;
|
|
28
|
-
export const semanticLayoutGridConstantGridspaceconstsm = 12;
|
|
29
|
-
export const semanticLayoutGridConstantGridspaceconstlg = 16;
|
|
30
|
-
export const semanticLayoutGridLayoutguideLayoutguidegridcolums = "8px";
|
|
31
|
-
export const semanticLayoutSectionSectionspacesm = 36;
|
|
32
|
-
export const semanticLayoutSectionSectionspacebase = 48;
|
|
33
|
-
export const semanticLayoutSectionSectionspacelg = 96;
|
|
34
|
-
export const semanticLayoutSectionParagraphendspace = 32;
|
|
35
|
-
export const semanticSpaceGapResponsiveGapspaceresp2xs = 4;
|
|
36
|
-
export const semanticSpaceGapResponsiveGapspacerespxs = 6;
|
|
37
|
-
export const semanticSpaceGapResponsiveGapspacerespsm = 12;
|
|
38
|
-
export const semanticSpaceGapResponsiveGapspacerespmd = 16;
|
|
39
|
-
export const semanticSpaceGapResponsiveGapspaceresplg = 24;
|
|
40
|
-
export const semanticSpaceGapResponsiveGapspacerespxl = 32;
|
|
41
|
-
export const semanticSpaceGapResponsiveGapspaceresp2xl = 48;
|
|
42
|
-
export const semanticSpaceGapResponsiveGapspaceresp3xl = 72;
|
|
43
|
-
export const semanticSpaceGapConstantGapspaceconst2xs = 2;
|
|
44
|
-
export const semanticSpaceGapConstantGapspaceconstxs = 4;
|
|
45
|
-
export const semanticSpaceGapConstantGapspaceconstsm = 8;
|
|
46
|
-
export const semanticSpaceGapConstantGapspaceconstmd = 12;
|
|
47
|
-
export const semanticSpaceGapConstantGapspaceconstlg = 16;
|
|
48
|
-
export const semanticSpaceGapConstantGapspaceconstxl = 24;
|
|
49
|
-
export const semanticSpaceGapConstantGapspaceconst2xl = 32;
|
|
50
|
-
export const semanticSpaceGapConstantGapspaceconst3xl = 48;
|
|
51
|
-
export const semanticSpaceInlineResponsiveInlinespacerespsm = 12;
|
|
52
|
-
export const semanticSpaceInlineResponsiveInlinespacerespmd = 16;
|
|
53
|
-
export const semanticSpaceInlineResponsiveInlinespaceresplg = 24;
|
|
54
|
-
export const semanticSpaceInlineResponsiveInlinespacerespxl = 32;
|
|
55
|
-
export const semanticSpaceInlineResponsiveInlinespaceresp2xl = 48;
|
|
56
|
-
export const semanticSpaceInlineConstantInlinespaceconst3xs = 2;
|
|
57
|
-
export const semanticSpaceInlineConstantInlinespaceconst2xs = 4;
|
|
58
|
-
export const semanticSpaceInlineConstantInlinespaceconstxs = 6;
|
|
59
|
-
export const semanticSpaceInlineConstantInlinespaceconstsm = 8;
|
|
60
|
-
export const semanticSpaceInlineConstantInlinespaceconstmd = 12;
|
|
61
|
-
export const semanticSpaceInlineConstantInlinespaceconstlg = 16;
|
|
62
|
-
export const semanticSpaceInlineConstantInlinespaceconstxl = 24;
|
|
63
|
-
export const semanticSpaceInlineConstantInlinespaceconst2xl = 32;
|
|
64
|
-
export const semanticSpaceStackResponsiveStackspacerespsm = 12;
|
|
65
|
-
export const semanticSpaceStackResponsiveStackspacerespmd = 16;
|
|
66
|
-
export const semanticSpaceStackResponsiveStackspaceresplg = 24;
|
|
67
|
-
export const semanticSpaceStackResponsiveStackspacerespxl = 32;
|
|
68
|
-
export const semanticSpaceStackResponsiveStackspaceresp2xl = 48;
|
|
69
|
-
export const semanticSpaceStackConstantStackspaceconst3xs = 2;
|
|
70
|
-
export const semanticSpaceStackConstantStackspaceconst2xs = 4;
|
|
71
|
-
export const semanticSpaceStackConstantStackspaceconstxs = 6;
|
|
72
|
-
export const semanticSpaceStackConstantStackspaceconstsm = 8;
|
|
73
|
-
export const semanticSpaceStackConstantStackspaceconstmd = 12;
|
|
74
|
-
export const semanticSpaceStackConstantStackspaceconstlg = 16;
|
|
75
|
-
export const semanticSpaceStackConstantStackspaceconstxl = 24;
|
|
76
|
-
export const semanticSpaceStackConstantStackspaceconst2xl = 32;
|
|
77
|
-
export const semanticSizeResponsiveSizeresp4xs = 14;
|
|
78
|
-
export const semanticSizeResponsiveSizeresp3xs = 16;
|
|
79
|
-
export const semanticSizeResponsiveSizeresp2xs = 32;
|
|
80
|
-
export const semanticSizeResponsiveSizerespxs = 40;
|
|
81
|
-
export const semanticSizeResponsiveSizerespsm = 48;
|
|
82
|
-
export const semanticSizeResponsiveSizerespmd = 64;
|
|
83
|
-
export const semanticSizeResponsiveSizeresplg = 72;
|
|
84
|
-
export const semanticSizeResponsiveSizerespxl = 80;
|
|
85
|
-
export const semanticSizeResponsiveSizeresp2xl = 92;
|
|
86
|
-
export const semanticSizeResponsiveSizeresp3xl = 120;
|
|
87
|
-
export const semanticSizeResponsiveSizeresp4xl = 160;
|
|
88
|
-
export const semanticSizeConstantSizeconst4xs = 8;
|
|
89
|
-
export const semanticSizeConstantSizeconst3xs = 16;
|
|
90
|
-
export const semanticSizeConstantSizeconst2xs = 24;
|
|
91
|
-
export const semanticSizeConstantSizeconstxs = 32;
|
|
92
|
-
export const semanticSizeConstantSizeconstsm = 40;
|
|
93
|
-
export const semanticSizeConstantSizeconstmd = 48;
|
|
94
|
-
export const semanticSizeConstantSizeconstlg = 56;
|
|
95
|
-
export const semanticSizeConstantSizeconstxl = 64;
|
|
96
|
-
export const semanticSizeConstantSizeconst2xl = 72;
|
|
97
|
-
export const semanticSizeConstantSizeconst3xl = 96;
|
|
98
|
-
export const semanticSizeConstantSizeconst4xl = 148;
|
|
99
|
-
export const semanticTypographyFontfamilyBodyfontfamily = "Gotham XNarrow";
|
|
100
|
-
export const semanticTypographyFontfamilyCalloutfontfamily = "Gotham";
|
|
101
|
-
export const semanticTypographyFontfamilyDisplayfontfamily = "Gotham";
|
|
102
|
-
export const semanticTypographyFontfamilyFootnotefontfamily = "Gotham XNarrow";
|
|
103
|
-
export const semanticTypographyFontfamilyHeadlinefontfamily =
|
|
104
|
-
"Gotham Condensed";
|
|
105
|
-
export const semanticTypographyFontfamilyKickerfontfamily = "Gotham XNarrow";
|
|
106
|
-
export const semanticTypographyFontfamilyLabelfontfamily = "Gotham XNarrow";
|
|
107
|
-
export const semanticTypographyFontfamilySubheadlinefontfamily =
|
|
108
|
-
"Gotham Condensed";
|
|
109
|
-
export const semanticTypographyFontfamilyTitlefontfamily = "Gotham";
|
|
110
|
-
export const semanticTypographyFontfamilyQuotefontfamily = "Gotham";
|
|
111
|
-
export const semanticTypographyFontsizeBodyBodyfontsize = 21;
|
|
112
|
-
export const semanticTypographyFontsizeCalloutCallout1fontsize = 22;
|
|
113
|
-
export const semanticTypographyFontsizeDisplayDisplay1fontsize = 72;
|
|
114
|
-
export const semanticTypographyFontsizeDisplayDisplay2fontsize = 42;
|
|
115
|
-
export const semanticTypographyFontsizeDisplayDisplay3fontsize = 32;
|
|
116
|
-
export const semanticTypographyFontsizeFootnoteFootnote1fontsize = 16;
|
|
117
|
-
export const semanticTypographyFontsizeFootnoteFootnote2fontsize = 12;
|
|
118
|
-
export const semanticTypographyFontsizeHeadlineHeadline1fontsize = 72;
|
|
119
|
-
export const semanticTypographyFontsizeHeadlineHeadline2fontsize = 48;
|
|
120
|
-
export const semanticTypographyFontsizeHeadlineHeadline3fontsize = 36;
|
|
121
|
-
export const semanticTypographyFontsizeHeadlineHeadline4fontsize = 26;
|
|
122
|
-
export const semanticTypographyFontsizeKickerKicker1fontsize = 22;
|
|
123
|
-
export const semanticTypographyFontsizeKickerKicker2fontsize = 22;
|
|
124
|
-
export const semanticTypographyFontsizeKickerKicker3fontsize = 18;
|
|
125
|
-
export const semanticTypographyFontsizeKickerKicker4fontsize = 16;
|
|
126
|
-
export const semanticTypographyFontsizeLabelLabel1fontsize = 17;
|
|
127
|
-
export const semanticTypographyFontsizeLabelLabel1fontsizeresponsive = 15;
|
|
128
|
-
export const semanticTypographyFontsizeLabelLabel2fontsize = 15;
|
|
129
|
-
export const semanticTypographyFontsizeLabelLabel3fontsize = 12;
|
|
130
|
-
export const semanticTypographyFontsizeLabelLabel4fontsize = 8;
|
|
131
|
-
export const semanticTypographyFontsizeSubheadlineSubheadline1fontsize = 32;
|
|
132
|
-
export const semanticTypographyFontsizeTitleTitle1fontsize = 22;
|
|
133
|
-
export const semanticTypographyFontsizeTitleTitle2fontsize = 18;
|
|
134
|
-
export const semanticTypographyFontsizeQuoteQuotefontsize = 18;
|
|
135
|
-
export const semanticTypographyFontweightBodyBodyfontweightbook = 400;
|
|
136
|
-
export const semanticTypographyFontweightBodyBodyfontweightbold = 700;
|
|
137
|
-
export const semanticTypographyFontweightCalloutCalloutfontweight = 800;
|
|
138
|
-
export const semanticTypographyFontweightDisplayDisplayfontweight = 800;
|
|
139
|
-
export const semanticTypographyFontweightFootnoteFootnotefontweightbold = 700;
|
|
140
|
-
export const semanticTypographyFontweightFootnoteFootnotefontweightbook = 400;
|
|
141
|
-
export const semanticTypographyFontweightHeadlineHeadline1fontweight = 700;
|
|
142
|
-
export const semanticTypographyFontweightHeadlineHeadline1fontweightst = "700";
|
|
143
|
-
export const semanticTypographyFontweightHeadlineHeadline2fontweight = 700;
|
|
144
|
-
export const semanticTypographyFontweightHeadlineHeadline3fontweight = 700;
|
|
145
|
-
export const semanticTypographyFontweightHeadlineHeadline4fontweight = 600;
|
|
146
|
-
export const semanticTypographyFontweightKickerKickerfontweight = 700;
|
|
147
|
-
export const semanticTypographyFontweightKickerKickerfontweightst = "700";
|
|
148
|
-
export const semanticTypographyFontweightLabelLabelfontweightbook = 400;
|
|
149
|
-
export const semanticTypographyFontweightLabelLabelfontweightbold = 700;
|
|
150
|
-
export const semanticTypographyFontweightSubheadlineSubheadlinefontweight = 700;
|
|
151
|
-
export const semanticTypographyFontweightTitleTitlefontweight = 800;
|
|
152
|
-
export const semanticTypographyFontweightQuoteQuotefontweight = 800;
|
|
153
|
-
export const semanticTypographyLineheightBodyBodylineheight = 28;
|
|
154
|
-
export const semanticTypographyLineheightCalloutCalloutlineheight = 22;
|
|
155
|
-
export const semanticTypographyLineheightDisplayDisplay1lineheight = 72;
|
|
156
|
-
export const semanticTypographyLineheightDisplayDisplay2lineheight = 42;
|
|
157
|
-
export const semanticTypographyLineheightDisplayDisplay3lineheight = 32;
|
|
158
|
-
export const semanticTypographyLineheightFootnoteFootnote1lineheight = 21;
|
|
159
|
-
export const semanticTypographyLineheightFootnoteFootnote2lineheight = 15.8;
|
|
160
|
-
export const semanticTypographyLineheightHeadlineHeadline1lineheight = 72;
|
|
161
|
-
export const semanticTypographyLineheightHeadlineHeadline2lineheight = 48;
|
|
162
|
-
export const semanticTypographyLineheightHeadlineHeadline3lineheight = 36;
|
|
163
|
-
export const semanticTypographyLineheightHeadlineHeadline4lineheight = 22;
|
|
164
|
-
export const semanticTypographyLineheightKickerKicker1lineheight = 22;
|
|
165
|
-
export const semanticTypographyLineheightKickerKicker2lineheight = 22;
|
|
166
|
-
export const semanticTypographyLineheightKickerKicker3lineheight = 18;
|
|
167
|
-
export const semanticTypographyLineheightKickerKicker4lineheight = 17.6;
|
|
168
|
-
export const semanticTypographyLineheightLabelLabel1lineheight = 17;
|
|
169
|
-
export const semanticTypographyLineheightLabelLabel1responsivelineheight = 15;
|
|
170
|
-
export const semanticTypographyLineheightLabelLabel2lineheight = 16;
|
|
171
|
-
export const semanticTypographyLineheightLabelLabel3lineheight = 14.4;
|
|
172
|
-
export const semanticTypographyLineheightLabelLabel4lineheight = 10;
|
|
173
|
-
export const semanticTypographyLineheightSubheadlineSubheadline1lineheight = 32;
|
|
174
|
-
export const semanticTypographyLineheightTitleTitle1lineheight = 22;
|
|
175
|
-
export const semanticTypographyLineheightTitleTitle2lineheight = 19.8;
|
|
176
|
-
export const semanticTypographyLineheightQuoteQuotelineheight = 18;
|
|
177
|
-
export const semanticTypographyLetterspacingLetterspacingpositivelg = 2;
|
|
178
|
-
export const semanticTypographyLetterspacingLetterspacingpositivemd = 1;
|
|
179
|
-
export const semanticTypographyLetterspacingLetterspacingpositivesm = 0.5;
|
|
180
|
-
export const semanticTypographyLetterspacingLetterspacingpositivexs = 0.25;
|
|
181
|
-
export const semanticTypographyLetterspacingLetterspacingnone = 0;
|
|
182
|
-
export const semanticTypographyLetterspacingLetterspacingnegativexs = -0.25;
|
|
183
|
-
export const semanticTypographyLetterspacingLetterspacingnegativesm = -0.25;
|
|
184
|
-
export const semanticTypographyLetterspacingLetterspacingnegativemd = -1;
|
|
185
|
-
export const semanticTypographyLetterspacingLetterspacingnegativelg = -2;
|
|
186
|
-
export const semanticTypographyLetterspacingDisplayDisplay1letterspacing = -1;
|
|
187
|
-
export const semanticTypographyLetterspacingDisplayDisplay2letterspacing = -1;
|
|
188
|
-
export const semanticTypographyLetterspacingDisplayDisplay3letterspacing = -1;
|
|
189
|
-
export const semanticVisibilityBooleanVisilbledesktoponly = false;
|
|
190
|
-
export const semanticVisibilityBooleanVisilbletabletonly = true;
|
|
191
|
-
export const semanticVisibilityBooleanVisilblemobileonly = false;
|
|
192
|
-
export const semanticVisibilityBooleanVisilbleabove600px = true;
|
|
193
|
-
export const semanticVisibilityBooleanVisilblebelow600px = false;
|
|
194
|
-
export const semanticVisibilityBooleanHideondesktop = true;
|
|
195
|
-
export const semanticVisibilityBooleanHideonmobile = true;
|
|
196
|
-
export const semanticVisibilityVariantswitchBpspecificweb = "md";
|
|
197
|
-
export const semanticVisibilityVariantswitchBpspecificapp = "regular";
|
|
198
|
-
export const semanticVisibilityVariantswitchChangeonlg = "xs/sm/md";
|
|
199
|
-
export const semanticVisibilityVariantswitchChangeonmd = "md/lg";
|
|
200
|
-
export const componentAccordionAccordionlabelfontfamily = "Gotham XNarrow";
|
|
201
|
-
export const componentAvatarAvatararticlesize = 48;
|
|
202
|
-
export const componentAvatarAvatarauthorpagesize = 130;
|
|
203
|
-
export const componentAvatarAvatarlabelfontsize = 16;
|
|
204
|
-
export const componentAvatarAvatarlabellineheight = "21px";
|
|
205
|
-
export const componentAvatarAvatarfontfamily = "Gotham XNarrow";
|
|
206
|
-
export const componentAvatarAvatarlanegapspace = 24;
|
|
207
|
-
export const componentAvatarAppavatarfontfamily = "Gotham";
|
|
208
|
-
export const componentArticleArticlekickerfontsize = 22;
|
|
209
|
-
export const componentArticleArticleheadlinefontsize = 72;
|
|
210
|
-
export const componentArticleArticleimagecaptionfontsize = 18;
|
|
211
|
-
export const componentArticleArticleimagecaptionlineheight = 24.75;
|
|
212
|
-
export const componentArticleArticlemetafontsize = "14px";
|
|
213
|
-
export const componentArticleArticlemetafontfamily = "Gotham";
|
|
214
|
-
export const componentArticleArticletopmarginspace = 12;
|
|
215
|
-
export const componentArticleAriclemobile1colgridimagemarginspace = 72;
|
|
216
|
-
export const componentArticleArticleheadingsstackspace = 12;
|
|
217
|
-
export const componentArticleArticleheadingsinlinespace = 72;
|
|
218
|
-
export const componentArticleArticlecontentstackspace = 24;
|
|
219
|
-
export const componentArticleArticlecontentinlinespace = 72;
|
|
220
|
-
export const componentArticleArticlegalleryateaserwidth = "260px";
|
|
221
|
-
export const componentArticleArticleimagesourcefontsize = 16;
|
|
222
|
-
export const componentArticleArticleimagesourcelineheight = 21;
|
|
223
|
-
export const componentArticleArticleimagecontainerstackspace = 12;
|
|
224
|
-
export const componentArticleArticleimagelandscapeinlinespace = 12;
|
|
225
|
-
export const componentArticleArticleimageportaitinlinespace = 72;
|
|
226
|
-
export const componentArticleArticleinfoboxinlinespace = 24;
|
|
227
|
-
export const componentArticleArticleinfoboxstackspace = 24;
|
|
228
|
-
export const componentAudioplayerAudioplayerfontsize = "16px";
|
|
229
|
-
export const componentBadgeAdlabelbadgeheightsize = "30px";
|
|
230
|
-
export const componentBadgeBadgesinnerstackspace = 2;
|
|
231
|
-
export const componentBadgeBadgesinnerinlinespace = 4;
|
|
232
|
-
export const componentBreadcrumbBreadcrumbfontfamily = "Gotham XNarrow";
|
|
233
|
-
export const componentBreadcrumbBreadcrumbfontsize = 15;
|
|
234
|
-
export const componentBreadcrumbBreadcrumblineheight = 15;
|
|
235
|
-
export const componentBreadcrumbBreadcrumbArrowleftinlinespace1 = "3px";
|
|
236
|
-
export const componentBreadcrumbBreadcrumbArrowrightinlinespace2 = "5px";
|
|
237
|
-
export const componentBreadcrumbBreadcrumbinlinespace = 12;
|
|
238
|
-
export const componentBreadcrumbBreadcrumbfontweight = 700;
|
|
239
|
-
export const componentBreadcrumbBreadcrumbstackspace = "14px";
|
|
240
|
-
export const componentBreakingnewsBreakingnewscontainerheightsize = 56;
|
|
241
|
-
export const componentBreakingnewsBreakingnewsbadgeinlinespace = 12;
|
|
242
|
-
export const componentBreakingnewsBreakingnewsbadgetitelsstackspace = 4;
|
|
243
|
-
export const componentBreakingnewsBreakingnewsbadgeuppertitlefontsize = "17px";
|
|
244
|
-
export const componentBreakingnewsBreakingnewsbadgeuppertitlelineheight =
|
|
245
|
-
"12px";
|
|
246
|
-
export const componentBreakingnewsBreakingnewsbadgelowertitlefontsize = "30px";
|
|
247
|
-
export const componentBreakingnewsBreakingnewsbadgelowertitlelineheight =
|
|
248
|
-
"21px";
|
|
249
|
-
export const componentBreakingnewsBreakingnewsscrollingtextfontsize = "21px";
|
|
250
|
-
export const componentBreakingnewsBreakingnewsscrollingtextlineheight = "24px";
|
|
251
|
-
export const componentButtonButtonlabelfontsize = 15;
|
|
252
|
-
export const componentButtonButtonlabellineheight = 15;
|
|
253
|
-
export const componentButtonButtoncontentgapspace = 6;
|
|
254
|
-
export const componentButtonButtoninlinespace = 16;
|
|
255
|
-
export const componentButtonButtonstackspace = 6;
|
|
256
|
-
export const componentButtonButtonborderwidthsize = 2;
|
|
257
|
-
export const componentButtonButtoncontentminheightsize = 24;
|
|
258
|
-
export const componentButtonPartnerlinkbuttonlabelfontsize = "16px";
|
|
259
|
-
export const componentButtonPartnerlinkbuttoninlinespace = 8;
|
|
260
|
-
export const componentButtonPartnerlinkbuttonlabelheightsize = 48;
|
|
261
|
-
export const componentButtonButtonborderradius = 8;
|
|
262
|
-
export const componentCardsSearchresultcardimagewidthsize = "216px";
|
|
263
|
-
export const componentCardsSearchresultcardimageheightsizestacked = "189px";
|
|
264
|
-
export const componentCardsNewstickerimagecardwidthsize = "206px";
|
|
265
|
-
export const componentCarouselGalleryteasertitlebottomspace = 36;
|
|
266
|
-
export const componentCarouselGalleryteaserappgapspace = 8;
|
|
267
|
-
export const componentCarouselAppepapercarouselitemdefaultwidth = "172px";
|
|
268
|
-
export const componentCarouselAppepapercarouselitemfocuswidth = "240px";
|
|
269
|
-
export const componentCarouselAppepapercarousebeilageitemwidth = "172px";
|
|
270
|
-
export const componentCarouselStandardteasergalleryteaserwidthweb = "260px";
|
|
271
|
-
export const componentCarouselStandardteasergalleryteaserwidthapp = "280px";
|
|
272
|
-
export const componentChipsChipsfontsize = 16;
|
|
273
|
-
export const componentChipsChipsinlinespace = 12;
|
|
274
|
-
export const componentChipsChipsstackspace = 8;
|
|
275
|
-
export const componentDatepickerDatepickeritemdaywidthsize = "44px";
|
|
276
|
-
export const componentDatepickerDatepickeritemyearwidthsize = "77px";
|
|
277
|
-
export const componentDatepickerDatepickeritemheightsize = "44px";
|
|
278
|
-
export const componentDrawersMobilemenudrawerstackspace = "20px";
|
|
279
|
-
export const componentDrawersMobilemenudrawerleftinlinespace = "20px";
|
|
280
|
-
export const componentDrawersMobilemenudrawerrightinlinespace = "16px";
|
|
281
|
-
export const componentDrawersMobilemenudrawermaxwidthsize = "400px";
|
|
282
|
-
export const componentDropdownDropdownitemstackspace = 8;
|
|
283
|
-
export const componentDropdownDropdowniteminlinespace = 12;
|
|
284
|
-
export const componentDropdownDropdownborderradius = 4;
|
|
285
|
-
export const componentFooterFooterfontfamily = "Gotham XNarrow";
|
|
286
|
-
export const componentFooterFooterfontsize = "11px";
|
|
287
|
-
export const componentFooterFooterlineheight = "14px";
|
|
288
|
-
export const componentFooterFooterfontsizeuserofferpages = "18px";
|
|
289
|
-
export const componentFooterFooterlineheightuserofferpages = "26px";
|
|
290
|
-
export const componentIconIconsize = 24;
|
|
291
|
-
export const componentIconIconsizeembeddmedia = "40px";
|
|
292
|
-
export const componentInfoelementInfoelementteaserbadgemarginspace = 4;
|
|
293
|
-
export const componentInfoelementInfoelementteaserimageheightsize = "83px";
|
|
294
|
-
export const componentInfoelementInfoelementteaserimagewidthsize = 148;
|
|
295
|
-
export const componentInfoelementInfoelementteaserbadgeheightsize = 16;
|
|
296
|
-
export const componentInputfieldInputfieldfontsize = 16;
|
|
297
|
-
export const componentInputfieldInputfieldfontfamily = "Gotham XNarrow";
|
|
298
|
-
export const componentInputfieldInputfieldinlinespace = 16;
|
|
299
|
-
export const componentInputfieldInputfieldstackspace = 6;
|
|
300
|
-
export const componentInputfieldInputfieldmessagegapspace = 4;
|
|
301
|
-
export const componentInputfieldInputfieldimessageinlinespace = 16;
|
|
302
|
-
export const componentInputfieldInputfieldminilabelinlinespace = 4;
|
|
303
|
-
export const componentInputfieldInputfieldheightsize = 36;
|
|
304
|
-
export const componentInputfieldHeyinputcontainerinlinespace = 8;
|
|
305
|
-
export const componentLivetickerLivetickerappcardheightsize = "128px";
|
|
306
|
-
export const componentLivetickerLivetickerappcardwidthsize = "300px";
|
|
307
|
-
export const componentLivetickerTimestampfontfamily = "Gotham XNarrow";
|
|
308
|
-
export const componentLivetickerLivetickerheadlinefontweight = 600;
|
|
309
|
-
export const componentLivetickerLivetickerheadlinesfontsize = "32px";
|
|
310
|
-
export const componentLivetickerLivetickertimestampfontsize = "16px";
|
|
311
|
-
export const componentLivetickerLivetickertimeHeadlinestackspace = 4;
|
|
312
|
-
export const componentLivetickerLivetickerslideritemwidthmaxsize = "257px";
|
|
313
|
-
export const componentMediaplayerAudioplayerheaderstackspace = 56;
|
|
314
|
-
export const componentMediaplayerPodcastplaybuttonsize = 48;
|
|
315
|
-
export const componentMediaplayerVidplayerbottombargapspace = "0px";
|
|
316
|
-
export const componentMediaplayerVideotimebadgefontfamily = "Gotham XNarrow";
|
|
317
|
-
export const componentMediaplayerVidplayercontrolbuttonsize = 42;
|
|
318
|
-
export const componentMediaplayerVidplayercontrolbuttoniconsizehover = 28;
|
|
319
|
-
export const componentMediaplayerVidplayertimecodefontsize = "16px";
|
|
320
|
-
export const componentMediaplayerVidplayertimecodecontainerminwidthsize =
|
|
321
|
-
"58px";
|
|
322
|
-
export const componentMediaplayerVidplayerprogressbarcontainerheightsize =
|
|
323
|
-
"24px";
|
|
324
|
-
export const componentMediaplayerVidplayerunmutebuttonwidthsize = "220px";
|
|
325
|
-
export const componentMenuMenulinklaneheightsize = 48;
|
|
326
|
-
export const componentMenuMenulogodefaultsize = 56;
|
|
327
|
-
export const componentMenuMenulogoscrolledsize = 56;
|
|
328
|
-
export const componentMenuMenuutillinkitemheightsize = 48;
|
|
329
|
-
export const componentMenuMenuitemutilfontsize = 12;
|
|
330
|
-
export const componentMenuMenuitemfontsize = 15;
|
|
331
|
-
export const componentMenuMenuspecialnaviitemheightsize = "48px";
|
|
332
|
-
export const componentMenuMenuitemspace = 8;
|
|
333
|
-
export const componentMenuMenulinkiteminlinespace = 4;
|
|
334
|
-
export const componentMenuMenuitemutilstackspace = 10;
|
|
335
|
-
export const componentMenuSubnavbarheightsize = 42;
|
|
336
|
-
export const componentMenuMenuutilitylinkscontainerheightsize = 56;
|
|
337
|
-
export const componentMenuMenutopstackspace = 8;
|
|
338
|
-
export const componentMenuMenubottomstackspace = 8;
|
|
339
|
-
export const componentMenuMenuleftinlinespace = 8;
|
|
340
|
-
export const componentMenuMenurightinlinespace = 0;
|
|
341
|
-
export const componentMenuMenuutilitylinksgapspace = 24;
|
|
342
|
-
export const componentMenuMenuutilitylinksdividerheightsize = 40;
|
|
343
|
-
export const componentMenuMenushadowvisibility = "rgba(0, 0, 0, 0.1)";
|
|
344
|
-
export const componentMenuHeyinputshadowvisibility = "rgba(0, 0, 0, 0)";
|
|
345
|
-
export const componentMenuIosapptopbarheightsize = "48px";
|
|
346
|
-
export const componentMenuIosapptopbarleftinlinespace = "19px";
|
|
347
|
-
export const componentMenuIosapptopbarrightinlinespace = "19px";
|
|
348
|
-
export const componentMenuApptopbartitlefontsize = 14;
|
|
349
|
-
export const componentMenuApptopbarstagetitleheight = 17;
|
|
350
|
-
export const componentNewstickerNewstickerappcardheightsize = "150px";
|
|
351
|
-
export const componentNewstickerNewstickerappcardwidthsize = "300px";
|
|
352
|
-
export const componentNewstickerNewstickertimefontfamily = "Gotham XNarrow";
|
|
353
|
-
export const componentNewstickerNewstickertimefontweight = 700;
|
|
354
|
-
export const componentNewstickerNewstickertimefontsize = "16px";
|
|
355
|
-
export const componentNewstickerNewstickertimelineheight = "20.8px";
|
|
356
|
-
export const componentNewstickerNewstickerbadgesinlinespace = 12;
|
|
357
|
-
export const componentNewstickerNewstickerentriesstackspace = 22;
|
|
358
|
-
export const componentNewstickerNewstickerentriesleftinlinespace = 22;
|
|
359
|
-
export const componentNewstickerNewstickercontentstackspace = 4;
|
|
360
|
-
export const componentNewstickerNewstickerkickerinnerinlinespace = 4;
|
|
361
|
-
export const componentNewstickerNewstickerkickerinnerstackspace = 2;
|
|
362
|
-
export const componentNewstickerNewstickertimeKickerstackspace = 6;
|
|
363
|
-
export const componentNewstickerNewstickertitlesinlinespace = 24;
|
|
364
|
-
export const componentNewstickerNewstickerskeletonbottomspace = "0px";
|
|
365
|
-
export const componentNewstickerNewstickerreddotsize = 14;
|
|
366
|
-
export const componentNewstickerNewstickerlineinlinespace = "7px";
|
|
367
|
-
export const componentPaginationGallerypaginationitemheightsize = 4;
|
|
368
|
-
export const componentPaginationGallerypaginationcontainerwebinlinespace = 12;
|
|
369
|
-
export const componentPaginationGallerypaginationcontainerappinlinespace = 12;
|
|
370
|
-
export const componentPaginationGallerypaginationcontainerstackspace = 16;
|
|
371
|
-
export const componentPaginationScrollbarthicknesssize = 8;
|
|
372
|
-
export const componentPaywallPaywallcardmaxwidthsize = "346px";
|
|
373
|
-
export const componentPaywallPaywallcardpricetagfontsize = 64;
|
|
374
|
-
export const componentPaywallPaywallcardpricetaglineheight = 64;
|
|
375
|
-
export const componentPaywallPaywallcardpricenotefontsize = 40;
|
|
376
|
-
export const componentPaywallPaywallcardpricenotelineheight = 40;
|
|
377
|
-
export const componentPaywallPaywallcontainergapspace = "-48px";
|
|
378
|
-
export const componentPaywallPaywallheaderbottomstackspace = 80;
|
|
379
|
-
export const componentQuotesQuotecontainerinlinespace = 16;
|
|
380
|
-
export const componentQuotesQuotecontentgapspace = 48;
|
|
381
|
-
export const componentQuotesQuotecontainerstackspace = 24;
|
|
382
|
-
export const componentQuotesQuotequotationmarksfontsize = 32;
|
|
383
|
-
export const componentRadiobuttonsRadioselectorsize = 20;
|
|
384
|
-
export const componentRadiobuttonsRadioselectordotactivesize = 12;
|
|
385
|
-
export const componentSearchSearchresultbadgeheightsize = 18;
|
|
386
|
-
export const componentSectiontitleSectiontitleinnerstackbottomspace = 12;
|
|
387
|
-
export const componentSectiontitleSectiontitleArrowinlinespace = "5px";
|
|
388
|
-
export const componentSectiontitleSectiontitleArrowinlinespaceactive = "5px";
|
|
389
|
-
export const componentSectiontitleSectiontitleheightsize = 32;
|
|
390
|
-
export const componentSeparatorsSeparatorthicknesssize = 2;
|
|
391
|
-
export const componentSkeletonsHeadlinesskeletonimageplaceholdermaxwidth = 160;
|
|
392
|
-
export const componentSkeletonsArticleskeletonimageinlinespace = 48;
|
|
393
|
-
export const componentSkeletonsArticleskeletontextinlinespace = 48;
|
|
394
|
-
export const componentSkeletonsArticletextskeletonheightsize = "720px";
|
|
395
|
-
export const componentSpecialnaviSpecialnaviinlinespace = 24;
|
|
396
|
-
export const componentSlidersSliderprogressbaridleheightsize = 4;
|
|
397
|
-
export const componentSlidersSliderprogressbarhoverheightsize = 8;
|
|
398
|
-
export const componentSlidersSliderprogressinactiveheightsize = 2;
|
|
399
|
-
export const componentSlidersVidplayerprogressbarheightsize = 12;
|
|
400
|
-
export const componentSpinnersVideospinnersize = 80;
|
|
401
|
-
export const componentSpinnersVideospinnersize05x = "40px";
|
|
402
|
-
export const componentSpinnersVideospinnerstrokesize = "4px";
|
|
403
|
-
export const componentTabsTablabelfontsize = "16px";
|
|
404
|
-
export const componentTabsTablabelfontsizeline = "16px";
|
|
405
|
-
export const componentTabsIostabbarheightsize = "49px";
|
|
406
|
-
export const componentTabsAndroidtabbarheightsize = "74px";
|
|
407
|
-
export const componentTabsAppstabslabelfontsize = "16px";
|
|
408
|
-
export const componentTabsAppstabslabellineheight = "23.4px";
|
|
409
|
-
export const componentTabsTopbartabitemheightsize = "44px";
|
|
410
|
-
export const componentTableTablecolumnwidthsize05x = 48;
|
|
411
|
-
export const componentTableTablecolumnwidthsize075x = 64;
|
|
412
|
-
export const componentTableTablecolumnwidthsize1x = 96;
|
|
413
|
-
export const componentTableTablecolumnwidthsize15x = 160;
|
|
414
|
-
export const componentTableTablecolumnwidthsize2x = 180;
|
|
415
|
-
export const componentTableTablecolumnwidthsize25x = 240;
|
|
416
|
-
export const componentTableTablecolumnwidthsize3x = 280;
|
|
417
|
-
export const componentTableTableitemmaxwidthsize = "224px";
|
|
418
|
-
export const componentTeaserAteaserAteaserkickerfontsize = 22;
|
|
419
|
-
export const componentTeaserAteaserAteaserkickerlineheight = 22;
|
|
420
|
-
export const componentTeaserAteaserAteaserheadlinefontsize = 48;
|
|
421
|
-
export const componentTeaserAteaserAteaserheadlinelineheight = 48;
|
|
422
|
-
export const componentTeaserAteaserAteasertitleinlinespace = 12;
|
|
423
|
-
export const componentTeaserBteaserBteasertitleinlinespace = 8;
|
|
424
|
-
export const componentTeaserBildplayBildplayteaserwidthsize = "169px";
|
|
425
|
-
export const componentTeaserMqteaserMqteaserheadlinefontsize = 36;
|
|
426
|
-
export const componentTeaserMqteaserMqteaserheadlinelineheight = 36;
|
|
427
|
-
export const componentTeaserMqteaserMqteaserheadlinefontweight = 700;
|
|
428
|
-
export const componentTeaserMqteaserMqteasertitleinlinespace = 8;
|
|
429
|
-
export const componentTeaserTeaserbadgesheightsizelg = 32;
|
|
430
|
-
export const componentTeaserTeaserbadgesheightsizesm = 32;
|
|
431
|
-
export const componentTeaserTeaserbadgesmarginspace = 8;
|
|
432
|
-
export const componentTeaserTeaserkickerbginlinespace = 6;
|
|
433
|
-
export const componentTeaserTeaserkickerbgstackspace = 2;
|
|
434
|
-
export const componentTeaserQteaserQuadkickerfontsize = 22;
|
|
435
|
-
export const componentTeaserQteaserQuadheadlinefontsize = 72;
|
|
436
|
-
export const componentTeaserQteaserQuadheadlinelineheight = 72;
|
|
437
|
-
export const componentTeaserQteaserQteasertitleinlinespace = 16;
|
|
438
|
-
export const componentTeaserTeaserlayoutgridspace = 12;
|
|
439
|
-
export const componentTeaserStdteaserStdteaserbadgesmarginspace = 8;
|
|
440
|
-
export const componentTeaserStdteaserStdteaserimagetitlegapspace = 6;
|
|
441
|
-
export const componentTeaserStdteaserStdteaserkickerheadlinestackspace = 2;
|
|
442
|
-
export const componentTeaserSuperaSuperateasertitleinlinespace = 16;
|
|
443
|
-
export const componentTeaserTeasertitleinlineleftspace = 0;
|
|
444
|
-
export const componentTeaserTeasertitlestackspace = 4;
|
|
445
|
-
export const componentTeaserTeasertitlegapspace = 4;
|
|
446
|
-
export const componentTeaserTeasertitlebottomstackspace = 16;
|
|
447
|
-
export const componentToggleswitchApptoggleitemlabelfontsize = "16px";
|
|
448
|
-
export const componentToggleswitchApptoggleitemlabellineheight = "16.2px";
|
|
449
|
-
export const componentVideoVideobadgetimelineheight = "23.8px";
|
|
450
|
-
export const componentVideoVideotimebadgefontsize = "18px";
|
|
451
|
-
export const componentVideoVerticalvideomockheadlinefontsize = "32px";
|
|
452
|
-
export const componentVideoVideoframeinlinespace = 12;
|
|
453
|
-
export const componentVideoVideoredplayiconheightsize = 14;
|
|
454
|
-
export const componentVideoVideoredplayiconwidthsize = 12;
|
|
455
|
-
export const componentVideoVideoskeletoncontainerheight = "464px";
|
|
456
|
-
export const componentVideoVideotimebadgesize = 32;
|
|
457
|
-
export const componentVideoVideotimebadgecornersize = 2;
|
|
458
|
-
export const componentVideoVideoadbadgefontsize = "16px";
|
|
459
|
-
export const componentDsysdocsSpecsfontfamily = "Gotham";
|
|
460
|
-
export const componentDsysdocs1columnmobile = "930px";
|
|
461
|
-
export const componentDsysdocsDsysdocswidthsize = "962px";
|
|
462
|
-
export const componentDsysdocsDscaptionstackspace05x = 6;
|
|
463
|
-
export const componentDsysdocsDscaptionstackspace1x = 12;
|
|
464
|
-
export const componentDsysdocsDsmaincontainerspace = 68;
|
|
465
|
-
export const componentDsysdocsFoundationsbannerheightsize = 80;
|
|
466
|
-
export const componentDsysdocsMaincontentstagesize = 962;
|
|
467
|
-
export const componentDsysdocsThinbannerverticalheightsize = "558px";
|
|
468
|
-
export const componentDsysdocsBilddesignframespace = 64;
|
|
469
|
-
export const componentDsysdocsDocheaderheightsize = "160px";
|
|
470
|
-
export const breakpointname = "md";
|