@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,231 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const SemanticTextTextColorAccentConstant = "#dd0000";
|
|
6
|
+
export const SemanticTextTextColorPrimary = "#e9ecef";
|
|
7
|
+
export const SemanticTextTextColorMuted = "#ced4da";
|
|
8
|
+
export const SemanticTextTextColorPrimaryInverse = "#232629";
|
|
9
|
+
export const SemanticTextTextColorPrimaryConstant = "#232629";
|
|
10
|
+
export const SemanticTextTextColorSuccessConstant = "#006e3e";
|
|
11
|
+
export const SemanticTextTextColorPrimaryInverseConstant = "#e9ecef";
|
|
12
|
+
export const SemanticTextTextColorSecondary = "#8c9196";
|
|
13
|
+
export const SemanticTextTextColorAttentionHigh = "#dd0000";
|
|
14
|
+
export const SemanticTextTextColorAccent = "#ffffff";
|
|
15
|
+
export const SemanticTextTextColorAttentionMedium = "#fd8227";
|
|
16
|
+
export const SemanticTextTextColorOnDarkSurface = "#ffffff";
|
|
17
|
+
export const SemanticSurfaceSurfaceColorPrimary = "#232629";
|
|
18
|
+
export const SemanticSurfaceSurfaceColorSecondary = "#2c3138";
|
|
19
|
+
export const SemanticSurfaceSurfaceColorPrimaryInverse = "#ffffff";
|
|
20
|
+
export const SemanticSurfaceSurfaceColorPrimaryConstantLight = "#ffffff";
|
|
21
|
+
export const SemanticSurfaceSurfaceColorPrimaryConstantDark = "#232629";
|
|
22
|
+
export const SemanticSurfaceSurfaceColorQuartenary = "#4b525a";
|
|
23
|
+
export const SemanticSurfaceSurfaceColorSuccess = "#cef4e4";
|
|
24
|
+
export const SemanticSurfaceSurfaceColorTertiary = "#343c41";
|
|
25
|
+
export const SemanticSurfaceSurfaceColorTertiaryGradientStop = "#343c4100";
|
|
26
|
+
export const SemanticSurfaceSurfaceColorTertiaryInverse = "#e9ecef";
|
|
27
|
+
export const SemanticSurfaceSurfaceColorPrimaryGradientStop = "#23262900";
|
|
28
|
+
export const SemanticSurfaceSurfaceColorSecondaryGradientStop = "#2c313800";
|
|
29
|
+
export const SemanticSurfaceSurfaceColorQuartenaryInverse = "#ced4da";
|
|
30
|
+
export const SemanticHeadingKickerTextColorOnSurface = "#8c9196";
|
|
31
|
+
export const SemanticHeadingHeadlineColorPrimary = "#ffffff";
|
|
32
|
+
export const SemanticHeadingHeadlineColorWhiteConst = "#ffffff";
|
|
33
|
+
export const SemanticHeadingKickerTextColorOnRed = "#ffffff";
|
|
34
|
+
export const SemanticHeadingKickerTextColorOnDarkBg = "#ffffffcc";
|
|
35
|
+
export const SemanticHeadingKickerTextColorOnBrightBg = "#000000b2";
|
|
36
|
+
export const SemanticStateColorSecondaryActive = "#f2f4f5";
|
|
37
|
+
export const SemanticStateColorPrimaryActive = "#dd0000";
|
|
38
|
+
export const SemanticStateColorSecondaryDisabled = "#4b525a";
|
|
39
|
+
export const SemanticStateColorPrimaryDisabled = "#343c41";
|
|
40
|
+
export const SemanticStateColorSecondaryActiveInverse = "#232629";
|
|
41
|
+
export const SemanticStateColorTertiaryActive = "#00c373";
|
|
42
|
+
export const SemanticStateColorTertiaryDisabled = "#666b70";
|
|
43
|
+
export const SemanticBorderBorderColorMediumContrast = "#666b70";
|
|
44
|
+
export const SemanticBorderBorderColorLowContrast = "#4b525a";
|
|
45
|
+
export const SemanticBorderBorderColorHighContrast = "#ffffff";
|
|
46
|
+
export const SemanticBorderBorderColorLowContrastConstant = "#e9ecef";
|
|
47
|
+
export const SemanticBorderBorderColorSuccess = "#00c373";
|
|
48
|
+
export const SemanticBorderBorderColorWarning = "#dd0000";
|
|
49
|
+
export const SemanticBorderBorderColorPrimaryDisabled = "#343c41";
|
|
50
|
+
export const SemanticBorderBorderColorSecondaryDisabled = "#4b525a";
|
|
51
|
+
export const SemanticCoreCoreColorPrimary = "#dd0000";
|
|
52
|
+
export const SemanticCoreCoreColorSecondary = "#232629";
|
|
53
|
+
export const SemanticCoreCoreColorTertiary = "#ffffff";
|
|
54
|
+
export const SemanticCoreCoreColorSecondaryConstant = "#ffffff";
|
|
55
|
+
export const SemanticCoreCoreColorTertiaryConstant = "#232629";
|
|
56
|
+
export const SemanticCoreCoreColorTertiaryVvPipeTest = "#b0d1f3";
|
|
57
|
+
export const SemanticCoreNpmTest = "#b0d1f3";
|
|
58
|
+
export const SemanticCoreFelipeTestColor = "#031a31";
|
|
59
|
+
export const SemanticIconIconColorPrimary = "#8c9196";
|
|
60
|
+
export const SemanticIconIconColorInverse = "#4b525a";
|
|
61
|
+
export const SemanticIconIconColorSecondaryConstant = "#8c9196";
|
|
62
|
+
export const SemanticIconIconColorConstantOnDark = "#f2f4f5";
|
|
63
|
+
export const SemanticIconIconColorPrimaryConstant = "#4b525a";
|
|
64
|
+
export const SemanticIconIconColorSuccess = "#00c373";
|
|
65
|
+
export const SemanticLabelLabelColorPrimary = "#e9ecef";
|
|
66
|
+
export const SemanticLabelLabelColorSecondary = "#ced4da";
|
|
67
|
+
export const SemanticLabelLabelColorDisabled = "#4b525a";
|
|
68
|
+
export const SemanticLabelLabelColorPrimaryConstant = "#232629";
|
|
69
|
+
export const SemanticLabelLabelColorPrimaryInverseConstant = "#e9ecef";
|
|
70
|
+
export const SemanticLabelLabelColorTertiary = "#8c9196";
|
|
71
|
+
export const SemanticLabelLabelColorPrimaryInverse = "#232629";
|
|
72
|
+
export const SemanticAttentionAttentionColorHigh = "#dd0000";
|
|
73
|
+
export const SemanticAttentionAccentColorPrimary = "#ffffff";
|
|
74
|
+
export const SemanticAttentionAttentionColorMedium = "#fd8227";
|
|
75
|
+
export const SemanticAttentionAttentionColorLow = "#ffbf00";
|
|
76
|
+
export const SemanticAttentionAccentColorPrimaryConstant = "#dd0000";
|
|
77
|
+
export const SemanticAttentionAttentionColorSuccessPrimary = "#00c373";
|
|
78
|
+
export const SemanticAttentionAttentionColorExtraLow = "#343c41";
|
|
79
|
+
export const SemanticAttentionAttentionColorSuccessSecondary = "#006e3e";
|
|
80
|
+
export const SemanticOverlayOverlayScrimBlack = "#000000b2";
|
|
81
|
+
export const SemanticOverlayOverlayScrimWhite = "#ffffffb2";
|
|
82
|
+
export const SemanticLayerOpacityLayerOpacity05 = "5px";
|
|
83
|
+
export const SemanticLayerOpacityLayerOpacity10 = "10px";
|
|
84
|
+
export const SemanticLayerOpacityLayerOpacity20 = "20px";
|
|
85
|
+
export const SemanticLayerOpacityLayerOpacity30 = "30px";
|
|
86
|
+
export const SemanticLayerOpacityLayerOpacity40 = "40px";
|
|
87
|
+
export const SemanticLayerOpacityLayerOpacity50 = "50px";
|
|
88
|
+
export const SemanticLayerOpacityLayerOpacity60 = "60px";
|
|
89
|
+
export const SemanticLayerOpacityLayerOpacity70 = "70px";
|
|
90
|
+
export const SemanticLayerOpacityLayerOpacity80 = "80px";
|
|
91
|
+
export const SemanticLayerOpacityLayerOpacity90 = "90px";
|
|
92
|
+
export const SemanticLayerOpacityLayerOpacity100 = "100px";
|
|
93
|
+
export const SemanticLayerOpacityLayerOpacity00 = "0px";
|
|
94
|
+
export const ComponentSubheaderSubheadersColor = "#e9ecef";
|
|
95
|
+
export const ComponentBreadcrumbBreadcrumbTextColorIdle = "#f2f4f5";
|
|
96
|
+
export const ComponentBreadcrumbBreadcrumbTextColorHover = "#ffffff";
|
|
97
|
+
export const ComponentBreakingNewsBreakingNewsTitleSurfaceColor = "#fd8227";
|
|
98
|
+
export const ComponentBreakingNewsBreakingNewsSurfaceColor = "#e9ecef";
|
|
99
|
+
export const ComponentBreakingNewsBreakingNewsTextContentColor = "#232629";
|
|
100
|
+
export const ComponentBreakingNewsBreakingNewsTopTitleTextColor = "#1c1c1c";
|
|
101
|
+
export const ComponentBreakingNewsBreakingNewsBottomTitleTextColor = "#1c1c1c";
|
|
102
|
+
export const ComponentMenuMenuSurfaceColor = "#232629";
|
|
103
|
+
export const ComponentMenuMenuScrolledSurfaceGradientColor = "#232629f2";
|
|
104
|
+
export const ComponentMenuMenuLinkLaneSurfaceColor = "#232629";
|
|
105
|
+
export const ComponentMenuMenuLinkLaneLabelColor = "#8c9196";
|
|
106
|
+
export const ComponentMenuMenuLinkLaneLabelColorActive = "#ffffff";
|
|
107
|
+
export const ComponentMenuAppTopBarSurfaceColor = "#343c41";
|
|
108
|
+
export const ComponentMenuAppTopBarIconColor = "#8c9196";
|
|
109
|
+
export const ComponentMenuAppTopBarTextColorPrimary = "#e9ecef";
|
|
110
|
+
export const ComponentMenuAppTobBarTabNavBottomBorder = "#4b525a";
|
|
111
|
+
export const ComponentMenuAppTobBarTabNavBottomBorderActive = "#ffffff";
|
|
112
|
+
export const ComponentPartnerLinksPartnerLinksBorderColorIdle = "#ced4da";
|
|
113
|
+
export const ComponentPartnerLinksPartnerLinksBorderColorActive = "#e9ecef";
|
|
114
|
+
export const ComponentPartnerLinksPartnerLinksBgColorIdle = "#343c41";
|
|
115
|
+
export const ComponentPartnerLinksPartnerLinksBgColorActive = "#8c9196";
|
|
116
|
+
export const ComponentPartnerLinksPartnerLinksContainerBorderColor = "#4b525a";
|
|
117
|
+
export const ComponentSocialShareButtonSocialShareButtonLabelColorDefault =
|
|
118
|
+
"#ffffff";
|
|
119
|
+
export const ComponentSocialShareButtonSocialShareButtonLabelColorActive =
|
|
120
|
+
"#ffffff";
|
|
121
|
+
export const ComponentSocialShareButtonSocialShareButtonBgColorActive =
|
|
122
|
+
"#343c41";
|
|
123
|
+
export const ComponentSocialShareButtonSocialShareButtonBgColorDefault =
|
|
124
|
+
"#4b525a";
|
|
125
|
+
export const ComponentButtonPrimaryButtonPrimaryBrandBgColorIdle = "#dd0000";
|
|
126
|
+
export const ComponentButtonPrimaryButtonPrimaryBrandBgColorHover = "#af0002";
|
|
127
|
+
export const ComponentButtonPrimaryButtonPrimaryLabelColor = "#ffffff";
|
|
128
|
+
export const ComponentButtonPrimaryButtonPrimarySuccessColorIdle = "#18995c";
|
|
129
|
+
export const ComponentButtonPrimaryButtonPrimarySuccessColorHover = "#006e3e";
|
|
130
|
+
export const ComponentButtonPrimaryButtonPrimaryNeutralBgColorIdle = "#ffffff";
|
|
131
|
+
export const ComponentButtonPrimaryButtonPrimaryNeutralBgColorHover = "#e9ecef";
|
|
132
|
+
export const ComponentButtonTertiaryButtonTertiaryLabelColor = "#f2f4f5";
|
|
133
|
+
export const ComponentButtonTertiaryButtonTertiaryBorderColorIdle = "#4b525a";
|
|
134
|
+
export const ComponentButtonTertiaryButtonTertiaryBorderColorHover = "#ffffff";
|
|
135
|
+
export const ComponentButtonTertiaryButtonTertiarySuccessBgColorHover =
|
|
136
|
+
"#009b5a80";
|
|
137
|
+
export const ComponentButtonTertiaryButtonTertiarySuccessBorderColor =
|
|
138
|
+
"#18995c";
|
|
139
|
+
export const ComponentButtonSecondaryButtonSecondaryBgColorHover = "#ced4da80";
|
|
140
|
+
export const ComponentButtonSecondaryButtonSecondaryLabelColor = "#e9ecef";
|
|
141
|
+
export const ComponentButtonSecondaryButtonSecondaryBgColorIdle = "#4b525a";
|
|
142
|
+
export const ComponentButtonButtonLiveTickerLoadNewSurfaceColor = "#232629";
|
|
143
|
+
export const ComponentButtonButtonLiveTickerLoadNewLabelColor = "#f2f4f5";
|
|
144
|
+
export const ComponentButtonGhostButtonGhostBgColorHover = "#ced4da80";
|
|
145
|
+
export const ComponentInputFieldInputFieldBorderColorIdle = "#8c9196";
|
|
146
|
+
export const ComponentInputFieldInputFieldBorderColorActive = "#e9ecef";
|
|
147
|
+
export const ComponentInputFieldInputFieldBorderColorDark = "#ced4da";
|
|
148
|
+
export const ComponentInputFieldInputFieldBorderColorDarkActive = "#ffffff";
|
|
149
|
+
export const ComponentInputFieldInputFieldBgColorDarkLowContrast = "#343c41";
|
|
150
|
+
export const ComponentInputFieldInputFieldBgColorDarkMediumContrast = "#4b525a";
|
|
151
|
+
export const ComponentInputFieldInputFieldBgColorDarkHighContrast = "#e9ecef";
|
|
152
|
+
export const ComponentDropdownDropdownBgColorHover = "#4b525a";
|
|
153
|
+
export const ComponentDropdownDropdownBgColorIdle = "#343c41";
|
|
154
|
+
export const ComponentTextLinkTextLinkColorSecondary = "#ced4da";
|
|
155
|
+
export const ComponentTextLinkTextLinkColorSecondaryActive = "#e9ecef";
|
|
156
|
+
export const ComponentTextLinkTextLinkColorPrimary = "#8c9196";
|
|
157
|
+
export const ComponentTabTabBgColorHover = "#343c41";
|
|
158
|
+
export const ComponentTabTabLabelColorActive = "#f2f4f5";
|
|
159
|
+
export const ComponentTabTabLabelColorDefault = "#ffffff";
|
|
160
|
+
export const ComponentTabAppBottomTabBarBgColor = "#343c41";
|
|
161
|
+
export const ComponentMenuItemMenuItemBorderColorActive = "#ffffff";
|
|
162
|
+
export const ComponentMenuItemMenuItemLabelColorPrimary = "#8c9196";
|
|
163
|
+
export const ComponentMenuItemMenuItemLabelColorPrimaryActive = "#f2f4f5";
|
|
164
|
+
export const ComponentMenuItemMenuItemLabelColorSecondary = "#ffffff";
|
|
165
|
+
export const ComponentFoldoutFoldoutLabelColorActive = "#f2f4f5";
|
|
166
|
+
export const ComponentFoldoutFoldoutLabelColorIdle = "#ced4da";
|
|
167
|
+
export const ComponentNewstickerNewsTickerTimestampColor = "#8c9196";
|
|
168
|
+
export const ComponentNewstickerNewsTickerBadgeIconsColor = "#8c9196";
|
|
169
|
+
export const ComponentAlertAlertSurfaceColor = "#343c41";
|
|
170
|
+
export const ComponentAlertAlertSurfaceColorConstant = "#ffffff";
|
|
171
|
+
export const ComponentEmptiesEmptiesBgColor = "#343c41";
|
|
172
|
+
export const ComponentEmptiesEmptiesLogoColor = "#2c3138";
|
|
173
|
+
export const ComponentChipsChipsBgColorHover = "#ced4da";
|
|
174
|
+
export const ComponentChipsChipsLabelColorHover = "#232629";
|
|
175
|
+
export const ComponentChipsChipsBgColorActive = "#ffffff";
|
|
176
|
+
export const ComponentChipsChipsBgColorIdle = "#4b525a";
|
|
177
|
+
export const ComponentChipsChipsLabelColorIdle = "#ffffff";
|
|
178
|
+
export const ComponentCardCardSurfaceBgColor = "#2c3138";
|
|
179
|
+
export const ComponentSelectionSelectionBorderColor = "#8c9196";
|
|
180
|
+
export const ComponentDSysDocDSysDocsLabelTextSurfaceColorPrimaryPrimitiveName =
|
|
181
|
+
"BILD010";
|
|
182
|
+
export const ComponentDSysDocDSysDocsLabelTextColorMode = "(Dark Mode)";
|
|
183
|
+
export const ComponentDSysDocDsDocSpacingItemBgColor = "#ffffff33";
|
|
184
|
+
export const ComponentDSysDocDsDocSpacingItemBorderColor = "#ffffffcc";
|
|
185
|
+
export const ComponentHeyHeyFavInputFieldSurfaceColor = "#4b525a";
|
|
186
|
+
export const ComponentHeyHeyTextColor = "#e9ecef";
|
|
187
|
+
export const ComponentHeyHeyIconUtilColor = "#ffffff";
|
|
188
|
+
export const ComponentHeyHeySeparatorColor = "#666b70";
|
|
189
|
+
export const ComponentHeyHeyDrawerSurfaceColor = "#343c41";
|
|
190
|
+
export const ComponentPaginationPaginationElementColorDefault = "#8c9196";
|
|
191
|
+
export const ComponentPaginationPaginationElementColorActive = "#ffffff";
|
|
192
|
+
export const ComponentPaginationGalleryPaginationElementActiveOpacity = "100px";
|
|
193
|
+
export const ComponentPaginationScrollBarTrackBgColor = "#ffffff1a";
|
|
194
|
+
export const ComponentPaginationScrollBarThumbBgColor = "#8c9196";
|
|
195
|
+
export const ComponentKickerStandardKickerBgColorOnSurface = "#8c9196";
|
|
196
|
+
export const ComponentKickerPartnerKickerStylebookBgColor =
|
|
197
|
+
"UNRESOLVED_VariableID:16104:163534";
|
|
198
|
+
export const ComponentKickerPartnerKickerFitbookBgColor = "#ff97b7";
|
|
199
|
+
export const ComponentKickerPartnerKickerPetbookBgColor = "#b9db91";
|
|
200
|
+
export const ComponentKickerPartnerKickerMyhomebookBgColor = "#66cccc";
|
|
201
|
+
export const ComponentKickerPartnerKickerTravelbookBgColor = "#8ef0ed";
|
|
202
|
+
export const ComponentKickerPartnerKickerTechbookBgColor = "#93e4ff";
|
|
203
|
+
export const ComponentKickerPartnerKickerKaufberaterBgColor = "#55476e";
|
|
204
|
+
export const ComponentKickerPartnerKickerCobiBgColor = "#dc231c";
|
|
205
|
+
export const ComponentKickerPartnerKickerAubiBgColor = "#f00000";
|
|
206
|
+
export const ComponentKickerPartnerKickerSpobiBgColor = "#174482";
|
|
207
|
+
export const ComponentKickerPartnerKickerBzBgColor = "#e3001b";
|
|
208
|
+
export const ComponentTeaserTeaserHoverOpacity = "80px";
|
|
209
|
+
export const ComponentTeaserTeaserTitleBackgroundGradientStart = "#000000b2";
|
|
210
|
+
export const ComponentTeaserTeaserTitleBackgroundGradientStop = "#00000000";
|
|
211
|
+
export const ComponentSliderSliderButtonOpacity = "90px";
|
|
212
|
+
export const ComponentSliderSliderTrackBgColor = "#ffffff59";
|
|
213
|
+
export const ComponentMediaplayerVidPlayerControlsAutoplayButtonBgColor =
|
|
214
|
+
"#00000033";
|
|
215
|
+
export const ComponentMediaplayerVidPlayerControlButtonsBgHoverColor =
|
|
216
|
+
"#dd0000cc";
|
|
217
|
+
export const ComponentMediaplayerVidPlayerControlButtonsBgColorHover =
|
|
218
|
+
"#00000033";
|
|
219
|
+
export const ComponentMediaplayerVidPlayerOverlayScrimColor = "#00000080";
|
|
220
|
+
export const ComponentMediaplayerAudioPlayerPlayButtonBgColor = "#ffffff4d";
|
|
221
|
+
export const ComponentMediaplayerVidPlayerTooltipBgColor = "#000000b2";
|
|
222
|
+
export const ComponentMediaplayerVidPlayerControlButtonsBgColorPressed =
|
|
223
|
+
"#0000000d";
|
|
224
|
+
export const ComponentMediaplayerVidPlayerProgressBarPreloadBgColor =
|
|
225
|
+
"#ffffff4d";
|
|
226
|
+
export const ComponentMediaplayerVidPlayerUnmuteButtonBgColor = "#00000033";
|
|
227
|
+
export const ComponentMediaplayerVidPlayerUnmuteButtonBgColorHover =
|
|
228
|
+
"#00000059";
|
|
229
|
+
export const ComponentAvatarAvatarLabelColor = "#ffffff";
|
|
230
|
+
export const ComponentAvatarAvatarLabelColorHover = "#dd0000";
|
|
231
|
+
export const ComponentGalleryAppImageLightboxGalleryBgColor = "#000000";
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const SemanticTextTextColorAccentConstant = "#dd0000";
|
|
6
|
+
export const SemanticTextTextColorPrimary = "#232629";
|
|
7
|
+
export const SemanticTextTextColorMuted = "#666b70";
|
|
8
|
+
export const SemanticTextTextColorPrimaryInverse = "#e9ecef";
|
|
9
|
+
export const SemanticTextTextColorPrimaryConstant = "#232629";
|
|
10
|
+
export const SemanticTextTextColorSuccessConstant = "#006e3e";
|
|
11
|
+
export const SemanticTextTextColorPrimaryInverseConstant = "#e9ecef";
|
|
12
|
+
export const SemanticTextTextColorSecondary = "#8c9196";
|
|
13
|
+
export const SemanticTextTextColorAttentionHigh = "#dd0000";
|
|
14
|
+
export const SemanticTextTextColorAccent = "#dd0000";
|
|
15
|
+
export const SemanticTextTextColorAttentionMedium = "#fd8227";
|
|
16
|
+
export const SemanticTextTextColorOnDarkSurface = "#ffffff";
|
|
17
|
+
export const SemanticSurfaceSurfaceColorPrimary = "#ffffff";
|
|
18
|
+
export const SemanticSurfaceSurfaceColorSecondary = "#f2f4f5";
|
|
19
|
+
export const SemanticSurfaceSurfaceColorPrimaryInverse = "#232629";
|
|
20
|
+
export const SemanticSurfaceSurfaceColorPrimaryConstantLight = "#ffffff";
|
|
21
|
+
export const SemanticSurfaceSurfaceColorPrimaryConstantDark = "#232629";
|
|
22
|
+
export const SemanticSurfaceSurfaceColorQuartenary = "#ced4da";
|
|
23
|
+
export const SemanticSurfaceSurfaceColorSuccess = "#cef4e4";
|
|
24
|
+
export const SemanticSurfaceSurfaceColorTertiary = "#e9ecef";
|
|
25
|
+
export const SemanticSurfaceSurfaceColorTertiaryGradientStop = "#e9ecef00";
|
|
26
|
+
export const SemanticSurfaceSurfaceColorTertiaryInverse = "#343c41";
|
|
27
|
+
export const SemanticSurfaceSurfaceColorPrimaryGradientStop = "#ffffff00";
|
|
28
|
+
export const SemanticSurfaceSurfaceColorSecondaryGradientStop = "#f2f4f500";
|
|
29
|
+
export const SemanticSurfaceSurfaceColorQuartenaryInverse = "#4b525a";
|
|
30
|
+
export const SemanticHeadingKickerTextColorOnSurface = "#dd0000";
|
|
31
|
+
export const SemanticHeadingHeadlineColorPrimary = "#232629";
|
|
32
|
+
export const SemanticHeadingHeadlineColorWhiteConst = "#ffffff";
|
|
33
|
+
export const SemanticHeadingKickerTextColorOnRed = "#ffffff";
|
|
34
|
+
export const SemanticHeadingKickerTextColorOnDarkBg = "#ffffffcc";
|
|
35
|
+
export const SemanticHeadingKickerTextColorOnBrightBg = "#000000b2";
|
|
36
|
+
export const SemanticStateColorSecondaryActive = "#232629";
|
|
37
|
+
export const SemanticStateColorPrimaryActive = "#dd0000";
|
|
38
|
+
export const SemanticStateColorSecondaryDisabled = "#e9ecef";
|
|
39
|
+
export const SemanticStateColorPrimaryDisabled = "#f2f4f5";
|
|
40
|
+
export const SemanticStateColorSecondaryActiveInverse = "#f2f4f5";
|
|
41
|
+
export const SemanticStateColorTertiaryActive = "#00c373";
|
|
42
|
+
export const SemanticStateColorTertiaryDisabled = "#8c9196";
|
|
43
|
+
export const SemanticBorderBorderColorMediumContrast = "#ced4da";
|
|
44
|
+
export const SemanticBorderBorderColorLowContrast = "#e9ecef";
|
|
45
|
+
export const SemanticBorderBorderColorHighContrast = "#232629";
|
|
46
|
+
export const SemanticBorderBorderColorLowContrastConstant = "#e9ecef";
|
|
47
|
+
export const SemanticBorderBorderColorSuccess = "#00c373";
|
|
48
|
+
export const SemanticBorderBorderColorWarning = "#dd0000";
|
|
49
|
+
export const SemanticBorderBorderColorPrimaryDisabled = "#f2f4f5";
|
|
50
|
+
export const SemanticBorderBorderColorSecondaryDisabled = "#e9ecef";
|
|
51
|
+
export const SemanticCoreCoreColorPrimary = "#dd0000";
|
|
52
|
+
export const SemanticCoreCoreColorSecondary = "#ffffff";
|
|
53
|
+
export const SemanticCoreCoreColorTertiary = "#232629";
|
|
54
|
+
export const SemanticCoreCoreColorSecondaryConstant = "#ffffff";
|
|
55
|
+
export const SemanticCoreCoreColorTertiaryConstant = "#232629";
|
|
56
|
+
export const SemanticCoreCoreColorTertiaryVvPipeTest = "#476d93";
|
|
57
|
+
export const SemanticCoreNpmTest = "#476d93";
|
|
58
|
+
export const SemanticCoreFelipeTestColor = "#e9580a";
|
|
59
|
+
export const SemanticIconIconColorPrimary = "#4b525a";
|
|
60
|
+
export const SemanticIconIconColorInverse = "#ced4da";
|
|
61
|
+
export const SemanticIconIconColorSecondaryConstant = "#8c9196";
|
|
62
|
+
export const SemanticIconIconColorConstantOnDark = "#f2f4f5";
|
|
63
|
+
export const SemanticIconIconColorPrimaryConstant = "#4b525a";
|
|
64
|
+
export const SemanticIconIconColorSuccess = "#00c373";
|
|
65
|
+
export const SemanticLabelLabelColorPrimary = "#232629";
|
|
66
|
+
export const SemanticLabelLabelColorSecondary = "#4b525a";
|
|
67
|
+
export const SemanticLabelLabelColorDisabled = "#ced4da";
|
|
68
|
+
export const SemanticLabelLabelColorPrimaryConstant = "#232629";
|
|
69
|
+
export const SemanticLabelLabelColorPrimaryInverseConstant = "#e9ecef";
|
|
70
|
+
export const SemanticLabelLabelColorTertiary = "#8c9196";
|
|
71
|
+
export const SemanticLabelLabelColorPrimaryInverse = "#e9ecef";
|
|
72
|
+
export const SemanticAttentionAttentionColorHigh = "#dd0000";
|
|
73
|
+
export const SemanticAttentionAccentColorPrimary = "#dd0000";
|
|
74
|
+
export const SemanticAttentionAttentionColorMedium = "#fd8227";
|
|
75
|
+
export const SemanticAttentionAttentionColorLow = "#ffbf00";
|
|
76
|
+
export const SemanticAttentionAccentColorPrimaryConstant = "#dd0000";
|
|
77
|
+
export const SemanticAttentionAttentionColorSuccessPrimary = "#00c373";
|
|
78
|
+
export const SemanticAttentionAttentionColorExtraLow = "#ffffff";
|
|
79
|
+
export const SemanticAttentionAttentionColorSuccessSecondary = "#006e3e";
|
|
80
|
+
export const SemanticOverlayOverlayScrimBlack = "#000000b2";
|
|
81
|
+
export const SemanticOverlayOverlayScrimWhite = "#ffffffb2";
|
|
82
|
+
export const SemanticLayerOpacityLayerOpacity05 = "5px";
|
|
83
|
+
export const SemanticLayerOpacityLayerOpacity10 = "10px";
|
|
84
|
+
export const SemanticLayerOpacityLayerOpacity20 = "20px";
|
|
85
|
+
export const SemanticLayerOpacityLayerOpacity30 = "30px";
|
|
86
|
+
export const SemanticLayerOpacityLayerOpacity40 = "40px";
|
|
87
|
+
export const SemanticLayerOpacityLayerOpacity50 = "50px";
|
|
88
|
+
export const SemanticLayerOpacityLayerOpacity60 = "60px";
|
|
89
|
+
export const SemanticLayerOpacityLayerOpacity70 = "70px";
|
|
90
|
+
export const SemanticLayerOpacityLayerOpacity80 = "80px";
|
|
91
|
+
export const SemanticLayerOpacityLayerOpacity90 = "90px";
|
|
92
|
+
export const SemanticLayerOpacityLayerOpacity100 = "100px";
|
|
93
|
+
export const SemanticLayerOpacityLayerOpacity00 = "0px";
|
|
94
|
+
export const ComponentSubheaderSubheadersColor = "#232629";
|
|
95
|
+
export const ComponentBreadcrumbBreadcrumbTextColorIdle = "#4b525a";
|
|
96
|
+
export const ComponentBreadcrumbBreadcrumbTextColorHover = "#232629";
|
|
97
|
+
export const ComponentBreakingNewsBreakingNewsTitleSurfaceColor = "#fd8227";
|
|
98
|
+
export const ComponentBreakingNewsBreakingNewsSurfaceColor = "#232629";
|
|
99
|
+
export const ComponentBreakingNewsBreakingNewsTextContentColor = "#ffffff";
|
|
100
|
+
export const ComponentBreakingNewsBreakingNewsTopTitleTextColor = "#1c1c1c";
|
|
101
|
+
export const ComponentBreakingNewsBreakingNewsBottomTitleTextColor = "#1c1c1c";
|
|
102
|
+
export const ComponentMenuMenuSurfaceColor = "#ffffff";
|
|
103
|
+
export const ComponentMenuMenuScrolledSurfaceGradientColor = "#fffffff2";
|
|
104
|
+
export const ComponentMenuMenuLinkLaneSurfaceColor = "#ffffff";
|
|
105
|
+
export const ComponentMenuMenuLinkLaneLabelColor = "#4b525a";
|
|
106
|
+
export const ComponentMenuMenuLinkLaneLabelColorActive = "#232629";
|
|
107
|
+
export const ComponentMenuAppTopBarSurfaceColor = "#ffffff";
|
|
108
|
+
export const ComponentMenuAppTopBarIconColor = "#4b525a";
|
|
109
|
+
export const ComponentMenuAppTopBarTextColorPrimary = "#232629";
|
|
110
|
+
export const ComponentMenuAppTobBarTabNavBottomBorder = "#e9ecef";
|
|
111
|
+
export const ComponentMenuAppTobBarTabNavBottomBorderActive = "#dd0000";
|
|
112
|
+
export const ComponentPartnerLinksPartnerLinksBorderColorIdle = "#ced4da";
|
|
113
|
+
export const ComponentPartnerLinksPartnerLinksBorderColorActive = "#232629";
|
|
114
|
+
export const ComponentPartnerLinksPartnerLinksBgColorIdle = "#ffffff";
|
|
115
|
+
export const ComponentPartnerLinksPartnerLinksBgColorActive = "#e9ecef";
|
|
116
|
+
export const ComponentPartnerLinksPartnerLinksContainerBorderColor = "#ced4da";
|
|
117
|
+
export const ComponentSocialShareButtonSocialShareButtonLabelColorDefault =
|
|
118
|
+
"#ffffff";
|
|
119
|
+
export const ComponentSocialShareButtonSocialShareButtonLabelColorActive =
|
|
120
|
+
"#ffffff";
|
|
121
|
+
export const ComponentSocialShareButtonSocialShareButtonBgColorActive =
|
|
122
|
+
"#343c41";
|
|
123
|
+
export const ComponentSocialShareButtonSocialShareButtonBgColorDefault =
|
|
124
|
+
"#4b525a";
|
|
125
|
+
export const ComponentButtonPrimaryButtonPrimaryBrandBgColorIdle = "#dd0000";
|
|
126
|
+
export const ComponentButtonPrimaryButtonPrimaryBrandBgColorHover = "#af0002";
|
|
127
|
+
export const ComponentButtonPrimaryButtonPrimaryLabelColor = "#ffffff";
|
|
128
|
+
export const ComponentButtonPrimaryButtonPrimarySuccessColorIdle = "#18995c";
|
|
129
|
+
export const ComponentButtonPrimaryButtonPrimarySuccessColorHover = "#006e3e";
|
|
130
|
+
export const ComponentButtonPrimaryButtonPrimaryNeutralBgColorIdle = "#232629";
|
|
131
|
+
export const ComponentButtonPrimaryButtonPrimaryNeutralBgColorHover = "#4b525a";
|
|
132
|
+
export const ComponentButtonTertiaryButtonTertiaryLabelColor = "#4b525a";
|
|
133
|
+
export const ComponentButtonTertiaryButtonTertiaryBorderColorIdle = "#ced4da";
|
|
134
|
+
export const ComponentButtonTertiaryButtonTertiaryBorderColorHover = "#4b525a";
|
|
135
|
+
export const ComponentButtonTertiaryButtonTertiarySuccessBgColorHover =
|
|
136
|
+
"#cef4e4";
|
|
137
|
+
export const ComponentButtonTertiaryButtonTertiarySuccessBorderColor =
|
|
138
|
+
"#18995c";
|
|
139
|
+
export const ComponentButtonSecondaryButtonSecondaryBgColorHover = "#ced4da";
|
|
140
|
+
export const ComponentButtonSecondaryButtonSecondaryLabelColor = "#4b525a";
|
|
141
|
+
export const ComponentButtonSecondaryButtonSecondaryBgColorIdle = "#e9ecef";
|
|
142
|
+
export const ComponentButtonButtonLiveTickerLoadNewSurfaceColor = "#ffffff";
|
|
143
|
+
export const ComponentButtonButtonLiveTickerLoadNewLabelColor = "#8c9196";
|
|
144
|
+
export const ComponentButtonGhostButtonGhostBgColorHover = "#ced4da";
|
|
145
|
+
export const ComponentInputFieldInputFieldBorderColorIdle = "#ced4da";
|
|
146
|
+
export const ComponentInputFieldInputFieldBorderColorActive = "#4b525a";
|
|
147
|
+
export const ComponentInputFieldInputFieldBorderColorDark = "#8c9196";
|
|
148
|
+
export const ComponentInputFieldInputFieldBorderColorDarkActive = "#232629";
|
|
149
|
+
export const ComponentInputFieldInputFieldBgColorDarkLowContrast = "#343c41";
|
|
150
|
+
export const ComponentInputFieldInputFieldBgColorDarkMediumContrast = "#4b525a";
|
|
151
|
+
export const ComponentInputFieldInputFieldBgColorDarkHighContrast = "#e9ecef";
|
|
152
|
+
export const ComponentDropdownDropdownBgColorHover = "#f2f4f5";
|
|
153
|
+
export const ComponentDropdownDropdownBgColorIdle = "#ffffff";
|
|
154
|
+
export const ComponentTextLinkTextLinkColorSecondary = "#8c9196";
|
|
155
|
+
export const ComponentTextLinkTextLinkColorSecondaryActive = "#232629";
|
|
156
|
+
export const ComponentTextLinkTextLinkColorPrimary = "#232629";
|
|
157
|
+
export const ComponentTabTabBgColorHover = "#e9ecef";
|
|
158
|
+
export const ComponentTabTabLabelColorActive = "#343c41";
|
|
159
|
+
export const ComponentTabTabLabelColorDefault = "#4b525a";
|
|
160
|
+
export const ComponentTabAppBottomTabBarBgColor = "#ffffff";
|
|
161
|
+
export const ComponentMenuItemMenuItemBorderColorActive = "#dd0000";
|
|
162
|
+
export const ComponentMenuItemMenuItemLabelColorPrimary = "#4b525a";
|
|
163
|
+
export const ComponentMenuItemMenuItemLabelColorPrimaryActive = "#232629";
|
|
164
|
+
export const ComponentMenuItemMenuItemLabelColorSecondary = "#ffffff";
|
|
165
|
+
export const ComponentFoldoutFoldoutLabelColorActive = "#dd0000";
|
|
166
|
+
export const ComponentFoldoutFoldoutLabelColorIdle = "#4b525a";
|
|
167
|
+
export const ComponentNewstickerNewsTickerTimestampColor = "#8c9196";
|
|
168
|
+
export const ComponentNewstickerNewsTickerBadgeIconsColor = "#8c9196";
|
|
169
|
+
export const ComponentAlertAlertSurfaceColor = "#ffffff";
|
|
170
|
+
export const ComponentAlertAlertSurfaceColorConstant = "#ffffff";
|
|
171
|
+
export const ComponentEmptiesEmptiesBgColor = "#f2f4f5";
|
|
172
|
+
export const ComponentEmptiesEmptiesLogoColor = "#ced4da";
|
|
173
|
+
export const ComponentChipsChipsBgColorHover = "#af0002";
|
|
174
|
+
export const ComponentChipsChipsLabelColorHover = "#ffffff";
|
|
175
|
+
export const ComponentChipsChipsBgColorActive = "#dd0000";
|
|
176
|
+
export const ComponentChipsChipsBgColorIdle = "#e9ecef";
|
|
177
|
+
export const ComponentChipsChipsLabelColorIdle = "#232629";
|
|
178
|
+
export const ComponentCardCardSurfaceBgColor = "#ffffff";
|
|
179
|
+
export const ComponentSelectionSelectionBorderColor = "#4b525a";
|
|
180
|
+
export const ComponentDSysDocDSysDocsLabelTextSurfaceColorPrimaryPrimitiveName =
|
|
181
|
+
"BILD100";
|
|
182
|
+
export const ComponentDSysDocDSysDocsLabelTextColorMode = "(Light Mode)";
|
|
183
|
+
export const ComponentDSysDocDsDocSpacingItemBgColor = "#dd00001a";
|
|
184
|
+
export const ComponentDSysDocDsDocSpacingItemBorderColor = "#dd000080";
|
|
185
|
+
export const ComponentHeyHeyFavInputFieldSurfaceColor = "#e9ecef";
|
|
186
|
+
export const ComponentHeyHeyTextColor = "#4b525a";
|
|
187
|
+
export const ComponentHeyHeyIconUtilColor = "#4b525a";
|
|
188
|
+
export const ComponentHeyHeySeparatorColor = "#ced4da";
|
|
189
|
+
export const ComponentHeyHeyDrawerSurfaceColor = "#f2f4f5";
|
|
190
|
+
export const ComponentPaginationPaginationElementColorDefault = "#ced4da";
|
|
191
|
+
export const ComponentPaginationPaginationElementColorActive = "#dd0000";
|
|
192
|
+
export const ComponentPaginationGalleryPaginationElementActiveOpacity = "100px";
|
|
193
|
+
export const ComponentPaginationScrollBarTrackBgColor = "#0000001a";
|
|
194
|
+
export const ComponentPaginationScrollBarThumbBgColor = "#8c9196";
|
|
195
|
+
export const ComponentKickerStandardKickerBgColorOnSurface = "#dd0000";
|
|
196
|
+
export const ComponentKickerPartnerKickerStylebookBgColor =
|
|
197
|
+
"UNRESOLVED_VariableID:16104:163534";
|
|
198
|
+
export const ComponentKickerPartnerKickerFitbookBgColor = "#ff97b7";
|
|
199
|
+
export const ComponentKickerPartnerKickerPetbookBgColor = "#b9db91";
|
|
200
|
+
export const ComponentKickerPartnerKickerMyhomebookBgColor = "#66cccc";
|
|
201
|
+
export const ComponentKickerPartnerKickerTravelbookBgColor = "#8ef0ed";
|
|
202
|
+
export const ComponentKickerPartnerKickerTechbookBgColor = "#93e4ff";
|
|
203
|
+
export const ComponentKickerPartnerKickerKaufberaterBgColor = "#55476e";
|
|
204
|
+
export const ComponentKickerPartnerKickerCobiBgColor = "#dc231c";
|
|
205
|
+
export const ComponentKickerPartnerKickerAubiBgColor = "#f00000";
|
|
206
|
+
export const ComponentKickerPartnerKickerSpobiBgColor = "#174482";
|
|
207
|
+
export const ComponentKickerPartnerKickerBzBgColor = "#e3001b";
|
|
208
|
+
export const ComponentTeaserTeaserHoverOpacity = "80px";
|
|
209
|
+
export const ComponentTeaserTeaserTitleBackgroundGradientStart = "#000000b2";
|
|
210
|
+
export const ComponentTeaserTeaserTitleBackgroundGradientStop = "#00000000";
|
|
211
|
+
export const ComponentSliderSliderButtonOpacity = "90px";
|
|
212
|
+
export const ComponentSliderSliderTrackBgColor = "#ffffff59";
|
|
213
|
+
export const ComponentMediaplayerVidPlayerControlsAutoplayButtonBgColor =
|
|
214
|
+
"#00000033";
|
|
215
|
+
export const ComponentMediaplayerVidPlayerControlButtonsBgHoverColor =
|
|
216
|
+
"#dd0000cc";
|
|
217
|
+
export const ComponentMediaplayerVidPlayerControlButtonsBgColorHover =
|
|
218
|
+
"#00000033";
|
|
219
|
+
export const ComponentMediaplayerVidPlayerOverlayScrimColor = "#00000080";
|
|
220
|
+
export const ComponentMediaplayerAudioPlayerPlayButtonBgColor = "#ffffff4d";
|
|
221
|
+
export const ComponentMediaplayerVidPlayerTooltipBgColor = "#000000b2";
|
|
222
|
+
export const ComponentMediaplayerVidPlayerControlButtonsBgColorPressed =
|
|
223
|
+
"#0000000d";
|
|
224
|
+
export const ComponentMediaplayerVidPlayerProgressBarPreloadBgColor =
|
|
225
|
+
"#ffffff4d";
|
|
226
|
+
export const ComponentMediaplayerVidPlayerUnmuteButtonBgColor = "#00000033";
|
|
227
|
+
export const ComponentMediaplayerVidPlayerUnmuteButtonBgColorHover =
|
|
228
|
+
"#00000059";
|
|
229
|
+
export const ComponentAvatarAvatarLabelColor = "#232629";
|
|
230
|
+
export const ComponentAvatarAvatarLabelColorHover = "#dd0000";
|
|
231
|
+
export const ComponentGalleryAppImageLightboxGalleryBgColor = "#000000";
|