@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,669 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
Typography Styles - Advertorial / sm
|
|
4
|
+
Do not edit directly, this file was auto-generated.
|
|
5
|
+
-->
|
|
6
|
+
<resources>
|
|
7
|
+
<style name="display_display1">
|
|
8
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
9
|
+
<item name="android:textSize">39sp</item>
|
|
10
|
+
<item name="android:textStyle">bold</item>
|
|
11
|
+
<item name="android:lineHeight">40sp</item>
|
|
12
|
+
<item name="android:letterSpacing">-0.03125</item>
|
|
13
|
+
</style>
|
|
14
|
+
<style name="display_display2">
|
|
15
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
16
|
+
<item name="android:textSize">35sp</item>
|
|
17
|
+
<item name="android:textStyle">bold</item>
|
|
18
|
+
<item name="android:lineHeight">36sp</item>
|
|
19
|
+
<item name="android:letterSpacing">-0.03125</item>
|
|
20
|
+
</style>
|
|
21
|
+
<style name="display_display3">
|
|
22
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
23
|
+
<item name="android:textSize">27sp</item>
|
|
24
|
+
<item name="android:textStyle">bold</item>
|
|
25
|
+
<item name="android:lineHeight">28sp</item>
|
|
26
|
+
<item name="android:letterSpacing">-0.03125</item>
|
|
27
|
+
</style>
|
|
28
|
+
<style name="headline_headline1">
|
|
29
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
30
|
+
<item name="android:textSize">36sp</item>
|
|
31
|
+
<item name="android:lineHeight">37.79999923706055sp</item>
|
|
32
|
+
<item name="android:letterSpacing">0</item>
|
|
33
|
+
</style>
|
|
34
|
+
<style name="headline_headline2">
|
|
35
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
36
|
+
<item name="android:textSize">30sp</item>
|
|
37
|
+
<item name="android:lineHeight">33sp</item>
|
|
38
|
+
<item name="android:letterSpacing">0</item>
|
|
39
|
+
</style>
|
|
40
|
+
<style name="headline_headline3">
|
|
41
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
42
|
+
<item name="android:textSize">24sp</item>
|
|
43
|
+
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
44
|
+
<item name="android:letterSpacing">0</item>
|
|
45
|
+
</style>
|
|
46
|
+
<style name="headline_headline4">
|
|
47
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
48
|
+
<item name="android:textSize">16sp</item>
|
|
49
|
+
<item name="android:lineHeight">16sp</item>
|
|
50
|
+
<item name="android:letterSpacing">0</item>
|
|
51
|
+
</style>
|
|
52
|
+
<style name="subheadline_subheadline1">
|
|
53
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
54
|
+
<item name="android:textSize">18sp</item>
|
|
55
|
+
<item name="android:textStyle">bold</item>
|
|
56
|
+
<item name="android:lineHeight">23.399999618530273sp</item>
|
|
57
|
+
<item name="android:letterSpacing">0</item>
|
|
58
|
+
</style>
|
|
59
|
+
<style name="kicker_kicker1">
|
|
60
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
61
|
+
<item name="android:textSize">16sp</item>
|
|
62
|
+
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
63
|
+
<item name="android:letterSpacing">0</item>
|
|
64
|
+
</style>
|
|
65
|
+
<style name="kicker_kicker2">
|
|
66
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
67
|
+
<item name="android:textSize">16sp</item>
|
|
68
|
+
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
69
|
+
<item name="android:letterSpacing">0</item>
|
|
70
|
+
</style>
|
|
71
|
+
<style name="kicker_kicker3">
|
|
72
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
73
|
+
<item name="android:textSize">14sp</item>
|
|
74
|
+
<item name="android:lineHeight">15.399999618530273sp</item>
|
|
75
|
+
</style>
|
|
76
|
+
<style name="kicker_kicker4">
|
|
77
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
78
|
+
<item name="android:textSize">12sp</item>
|
|
79
|
+
<item name="android:lineHeight">13.199999809265137sp</item>
|
|
80
|
+
<item name="android:letterSpacing">0</item>
|
|
81
|
+
</style>
|
|
82
|
+
<style name="title_title1">
|
|
83
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
84
|
+
<item name="android:textSize">22sp</item>
|
|
85
|
+
<item name="android:textStyle">bold</item>
|
|
86
|
+
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
87
|
+
<item name="android:letterSpacing">0</item>
|
|
88
|
+
</style>
|
|
89
|
+
<style name="title_title1uppercase">
|
|
90
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
91
|
+
<item name="android:textSize">22sp</item>
|
|
92
|
+
<item name="android:textStyle">bold</item>
|
|
93
|
+
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
94
|
+
<item name="android:letterSpacing">0</item>
|
|
95
|
+
</style>
|
|
96
|
+
<style name="title_title2">
|
|
97
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
98
|
+
<item name="android:textSize">14sp</item>
|
|
99
|
+
<item name="android:textStyle">bold</item>
|
|
100
|
+
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
101
|
+
<item name="android:letterSpacing">0</item>
|
|
102
|
+
</style>
|
|
103
|
+
<style name="title_title2uppercase">
|
|
104
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
105
|
+
<item name="android:textSize">14sp</item>
|
|
106
|
+
<item name="android:textStyle">bold</item>
|
|
107
|
+
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
108
|
+
<item name="android:letterSpacing">0</item>
|
|
109
|
+
</style>
|
|
110
|
+
<style name="callout_callout">
|
|
111
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
112
|
+
<item name="android:textSize">16sp</item>
|
|
113
|
+
<item name="android:textStyle">bold</item>
|
|
114
|
+
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
115
|
+
<item name="android:letterSpacing">0</item>
|
|
116
|
+
</style>
|
|
117
|
+
<style name="body_body">
|
|
118
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
119
|
+
<item name="android:textSize">17sp</item>
|
|
120
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
121
|
+
<item name="android:letterSpacing">0</item>
|
|
122
|
+
</style>
|
|
123
|
+
<style name="body_bodyitalic">
|
|
124
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
125
|
+
<item name="android:textSize">17sp</item>
|
|
126
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
127
|
+
<item name="android:letterSpacing">0</item>
|
|
128
|
+
</style>
|
|
129
|
+
<style name="body_bodybold">
|
|
130
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
131
|
+
<item name="android:textSize">17sp</item>
|
|
132
|
+
<item name="android:textStyle">bold</item>
|
|
133
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
134
|
+
<item name="android:letterSpacing">0</item>
|
|
135
|
+
</style>
|
|
136
|
+
<style name="body_bodybolditalic">
|
|
137
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
138
|
+
<item name="android:textSize">17sp</item>
|
|
139
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
140
|
+
<item name="android:letterSpacing">0</item>
|
|
141
|
+
</style>
|
|
142
|
+
<style name="textlink_textlink">
|
|
143
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
144
|
+
<item name="android:textSize">17sp</item>
|
|
145
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
146
|
+
<item name="android:letterSpacing">0</item>
|
|
147
|
+
</style>
|
|
148
|
+
<style name="textlink_textlinkitalic">
|
|
149
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
150
|
+
<item name="android:textSize">17sp</item>
|
|
151
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
152
|
+
<item name="android:letterSpacing">0</item>
|
|
153
|
+
</style>
|
|
154
|
+
<style name="textlink_textlinkbold">
|
|
155
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
156
|
+
<item name="android:textSize">17sp</item>
|
|
157
|
+
<item name="android:textStyle">bold</item>
|
|
158
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
159
|
+
<item name="android:letterSpacing">0</item>
|
|
160
|
+
</style>
|
|
161
|
+
<style name="textlink_textlinkhover">
|
|
162
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
163
|
+
<item name="android:textSize">17sp</item>
|
|
164
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
165
|
+
<item name="android:letterSpacing">0</item>
|
|
166
|
+
</style>
|
|
167
|
+
<style name="textlink_textlinkboldhover">
|
|
168
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
169
|
+
<item name="android:textSize">17sp</item>
|
|
170
|
+
<item name="android:textStyle">bold</item>
|
|
171
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
172
|
+
<item name="android:letterSpacing">0</item>
|
|
173
|
+
</style>
|
|
174
|
+
<style name="footnote_footnote1">
|
|
175
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
176
|
+
<item name="android:textSize">13sp</item>
|
|
177
|
+
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
178
|
+
<item name="android:letterSpacing">0</item>
|
|
179
|
+
</style>
|
|
180
|
+
<style name="footnote_footnote1bold">
|
|
181
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
182
|
+
<item name="android:textSize">13sp</item>
|
|
183
|
+
<item name="android:textStyle">bold</item>
|
|
184
|
+
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
185
|
+
<item name="android:letterSpacing">0</item>
|
|
186
|
+
</style>
|
|
187
|
+
<style name="footnote_footnote2">
|
|
188
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
189
|
+
<item name="android:textSize">10sp</item>
|
|
190
|
+
<item name="android:lineHeight">13sp</item>
|
|
191
|
+
<item name="android:letterSpacing">0</item>
|
|
192
|
+
</style>
|
|
193
|
+
<style name="footnote_footnote2bold">
|
|
194
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
195
|
+
<item name="android:textSize">10sp</item>
|
|
196
|
+
<item name="android:textStyle">bold</item>
|
|
197
|
+
<item name="android:lineHeight">13sp</item>
|
|
198
|
+
<item name="android:letterSpacing">0</item>
|
|
199
|
+
</style>
|
|
200
|
+
<style name="label_label1">
|
|
201
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
202
|
+
<item name="android:textSize">17sp</item>
|
|
203
|
+
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
204
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
205
|
+
</style>
|
|
206
|
+
<style name="label_label1bold">
|
|
207
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
208
|
+
<item name="android:textSize">17sp</item>
|
|
209
|
+
<item name="android:textStyle">bold</item>
|
|
210
|
+
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
211
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
212
|
+
</style>
|
|
213
|
+
<style name="label_label1boldresp">
|
|
214
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
215
|
+
<item name="android:textSize">10sp</item>
|
|
216
|
+
<item name="android:textStyle">bold</item>
|
|
217
|
+
<item name="android:lineHeight">10sp</item>
|
|
218
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
219
|
+
</style>
|
|
220
|
+
<style name="label_label1uppercasebold">
|
|
221
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
222
|
+
<item name="android:textSize">17sp</item>
|
|
223
|
+
<item name="android:textStyle">bold</item>
|
|
224
|
+
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
225
|
+
<item name="android:letterSpacing">0.03125</item>
|
|
226
|
+
</style>
|
|
227
|
+
<style name="label_label2">
|
|
228
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
229
|
+
<item name="android:textSize">15sp</item>
|
|
230
|
+
<item name="android:lineHeight">16sp</item>
|
|
231
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
232
|
+
</style>
|
|
233
|
+
<style name="label_label2uppercase">
|
|
234
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
235
|
+
<item name="android:textSize">15sp</item>
|
|
236
|
+
<item name="android:lineHeight">16sp</item>
|
|
237
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
238
|
+
</style>
|
|
239
|
+
<style name="label_label2bold">
|
|
240
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
241
|
+
<item name="android:textSize">15sp</item>
|
|
242
|
+
<item name="android:textStyle">bold</item>
|
|
243
|
+
<item name="android:lineHeight">16sp</item>
|
|
244
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
245
|
+
</style>
|
|
246
|
+
<style name="label_label2uppercasebold">
|
|
247
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
248
|
+
<item name="android:textSize">15sp</item>
|
|
249
|
+
<item name="android:textStyle">bold</item>
|
|
250
|
+
<item name="android:lineHeight">16sp</item>
|
|
251
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
252
|
+
</style>
|
|
253
|
+
<style name="label_label3">
|
|
254
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
255
|
+
<item name="android:textSize">12sp</item>
|
|
256
|
+
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
257
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
258
|
+
</style>
|
|
259
|
+
<style name="label_label3uppercase">
|
|
260
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
261
|
+
<item name="android:textSize">12sp</item>
|
|
262
|
+
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
263
|
+
<item name="android:letterSpacing">0.03125</item>
|
|
264
|
+
</style>
|
|
265
|
+
<style name="label_label3bold">
|
|
266
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
267
|
+
<item name="android:textSize">12sp</item>
|
|
268
|
+
<item name="android:textStyle">bold</item>
|
|
269
|
+
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
270
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
271
|
+
</style>
|
|
272
|
+
<style name="label_label3uppercasebold">
|
|
273
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
274
|
+
<item name="android:textSize">12sp</item>
|
|
275
|
+
<item name="android:textStyle">bold</item>
|
|
276
|
+
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
277
|
+
<item name="android:letterSpacing">0.03125</item>
|
|
278
|
+
</style>
|
|
279
|
+
<style name="label_label4">
|
|
280
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
281
|
+
<item name="android:textSize">8sp</item>
|
|
282
|
+
<item name="android:lineHeight">10sp</item>
|
|
283
|
+
<item name="android:letterSpacing">0</item>
|
|
284
|
+
</style>
|
|
285
|
+
<style name="quote_quote">
|
|
286
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
287
|
+
<item name="android:textSize">16sp</item>
|
|
288
|
+
<item name="android:textStyle">bold</item>
|
|
289
|
+
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
290
|
+
<item name="android:letterSpacing">0</item>
|
|
291
|
+
</style>
|
|
292
|
+
<style name="accordion_accordionlabel">
|
|
293
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
294
|
+
<item name="android:textSize">17sp</item>
|
|
295
|
+
<item name="android:textStyle">bold</item>
|
|
296
|
+
<item name="android:letterSpacing">0</item>
|
|
297
|
+
</style>
|
|
298
|
+
<style name="article_articlekicker">
|
|
299
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
300
|
+
<item name="android:textSize">16sp</item>
|
|
301
|
+
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
302
|
+
</style>
|
|
303
|
+
<style name="article_articleimagecaption">
|
|
304
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
305
|
+
<item name="android:textSize">13sp</item>
|
|
306
|
+
<item name="android:textStyle">bold</item>
|
|
307
|
+
<item name="android:lineHeight">19.5sp</item>
|
|
308
|
+
<item name="android:letterSpacing">0</item>
|
|
309
|
+
</style>
|
|
310
|
+
<style name="article_articleheadline">
|
|
311
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
312
|
+
<item name="android:textSize">30sp</item>
|
|
313
|
+
<item name="android:lineHeight">30sp</item>
|
|
314
|
+
</style>
|
|
315
|
+
<style name="article_articlemetasource">
|
|
316
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
317
|
+
<item name="android:textSize">13sp</item>
|
|
318
|
+
<item name="android:lineHeight">19sp</item>
|
|
319
|
+
</style>
|
|
320
|
+
<style name="article_articletimestamp">
|
|
321
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
322
|
+
<item name="android:textSize">12sp</item>
|
|
323
|
+
<item name="android:textStyle">bold</item>
|
|
324
|
+
</style>
|
|
325
|
+
<style name="audioplayer_audioplayerlabel">
|
|
326
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
327
|
+
<item name="android:textSize">16sp</item>
|
|
328
|
+
<item name="android:textStyle">bold</item>
|
|
329
|
+
<item name="android:lineHeight">16sp</item>
|
|
330
|
+
</style>
|
|
331
|
+
<style name="avatar_appavatar">
|
|
332
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
333
|
+
<item name="android:textSize">12sp</item>
|
|
334
|
+
<item name="android:textStyle">bold</item>
|
|
335
|
+
<item name="android:letterSpacing">0</item>
|
|
336
|
+
</style>
|
|
337
|
+
<style name="avatar_avatardefault">
|
|
338
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
339
|
+
<item name="android:textSize">13sp</item>
|
|
340
|
+
<item name="android:textStyle">bold</item>
|
|
341
|
+
<item name="android:lineHeight">21sp</item>
|
|
342
|
+
<item name="android:letterSpacing">0</item>
|
|
343
|
+
</style>
|
|
344
|
+
<style name="avatar_avatarhover">
|
|
345
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
346
|
+
<item name="android:textSize">13sp</item>
|
|
347
|
+
<item name="android:textStyle">bold</item>
|
|
348
|
+
<item name="android:lineHeight">21sp</item>
|
|
349
|
+
<item name="android:letterSpacing">0</item>
|
|
350
|
+
</style>
|
|
351
|
+
<style name="avatar_avatarsecondaryinfo">
|
|
352
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
353
|
+
<item name="android:textSize">13sp</item>
|
|
354
|
+
<item name="android:lineHeight">21sp</item>
|
|
355
|
+
<item name="android:letterSpacing">0</item>
|
|
356
|
+
</style>
|
|
357
|
+
<style name="avatar_avatarsecondaryinfohover">
|
|
358
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
359
|
+
<item name="android:textSize">13sp</item>
|
|
360
|
+
<item name="android:lineHeight">21sp</item>
|
|
361
|
+
<item name="android:letterSpacing">0</item>
|
|
362
|
+
</style>
|
|
363
|
+
<style name="badges_videoadbadge">
|
|
364
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
365
|
+
<item name="android:textSize">14sp</item>
|
|
366
|
+
</style>
|
|
367
|
+
<style name="badges_videotimebadge">
|
|
368
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
369
|
+
<item name="android:textSize">16sp</item>
|
|
370
|
+
<item name="android:lineHeight">21sp</item>
|
|
371
|
+
</style>
|
|
372
|
+
<style name="breadcrumb_breadcrumb">
|
|
373
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
374
|
+
<item name="android:textSize">15sp</item>
|
|
375
|
+
<item name="android:textStyle">bold</item>
|
|
376
|
+
<item name="android:lineHeight">15sp</item>
|
|
377
|
+
<item name="android:letterSpacing">0</item>
|
|
378
|
+
</style>
|
|
379
|
+
<style name="breadcrumb_breadcrumblink">
|
|
380
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
381
|
+
<item name="android:textSize">15sp</item>
|
|
382
|
+
<item name="android:textStyle">bold</item>
|
|
383
|
+
<item name="android:lineHeight">15sp</item>
|
|
384
|
+
<item name="android:letterSpacing">0</item>
|
|
385
|
+
</style>
|
|
386
|
+
<style name="breadcrumb_breadcrumblinkhover">
|
|
387
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
388
|
+
<item name="android:textSize">15sp</item>
|
|
389
|
+
<item name="android:textStyle">bold</item>
|
|
390
|
+
<item name="android:lineHeight">15sp</item>
|
|
391
|
+
<item name="android:letterSpacing">0</item>
|
|
392
|
+
</style>
|
|
393
|
+
<style name="breakingnews_breakingnewstext">
|
|
394
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
395
|
+
<item name="android:textSize">21sp</item>
|
|
396
|
+
<item name="android:textStyle">bold</item>
|
|
397
|
+
<item name="android:lineHeight">24sp</item>
|
|
398
|
+
<item name="android:letterSpacing">0</item>
|
|
399
|
+
</style>
|
|
400
|
+
<style name="breakingnews_breakingnewsuppertitle">
|
|
401
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
402
|
+
<item name="android:textSize">13sp</item>
|
|
403
|
+
<item name="android:textStyle">bold</item>
|
|
404
|
+
<item name="android:lineHeight">13sp</item>
|
|
405
|
+
<item name="android:letterSpacing">0</item>
|
|
406
|
+
</style>
|
|
407
|
+
<style name="breakingnews_breakingnewslowertitle">
|
|
408
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
409
|
+
<item name="android:textSize">23sp</item>
|
|
410
|
+
<item name="android:textStyle">bold</item>
|
|
411
|
+
<item name="android:lineHeight">21sp</item>
|
|
412
|
+
<item name="android:letterSpacing">0</item>
|
|
413
|
+
</style>
|
|
414
|
+
<style name="button_buttonlabel">
|
|
415
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
416
|
+
<item name="android:textSize">15sp</item>
|
|
417
|
+
<item name="android:lineHeight">15sp</item>
|
|
418
|
+
<item name="android:letterSpacing">0.03125</item>
|
|
419
|
+
</style>
|
|
420
|
+
<style name="button_partnerlinkbuttonlabel">
|
|
421
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
422
|
+
<item name="android:textSize">16sp</item>
|
|
423
|
+
<item name="android:lineHeight">16sp</item>
|
|
424
|
+
</style>
|
|
425
|
+
<style name="chips_chipslabel">
|
|
426
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
427
|
+
<item name="android:textSize">16sp</item>
|
|
428
|
+
<item name="android:textStyle">bold</item>
|
|
429
|
+
</style>
|
|
430
|
+
<style name="footer_footercardlink">
|
|
431
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
432
|
+
<item name="android:textSize">15sp</item>
|
|
433
|
+
</style>
|
|
434
|
+
<style name="footer_footerlinkseparator">
|
|
435
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
436
|
+
</style>
|
|
437
|
+
<style name="footer_footerlinks">
|
|
438
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
439
|
+
<item name="android:textSize">11sp</item>
|
|
440
|
+
<item name="android:textStyle">bold</item>
|
|
441
|
+
<item name="android:lineHeight">14sp</item>
|
|
442
|
+
<item name="android:letterSpacing">0</item>
|
|
443
|
+
</style>
|
|
444
|
+
<style name="footer_footerlinkuser&offerpages">
|
|
445
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
446
|
+
<item name="android:textSize">18sp</item>
|
|
447
|
+
<item name="android:lineHeight">26sp</item>
|
|
448
|
+
</style>
|
|
449
|
+
<style name="inputfield_textinputfieldlabel">
|
|
450
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
451
|
+
<item name="android:textSize">16sp</item>
|
|
452
|
+
<item name="android:lineHeight">16sp</item>
|
|
453
|
+
</style>
|
|
454
|
+
<style name="liveticker_livetickerheadline">
|
|
455
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
456
|
+
<item name="android:textSize">22sp</item>
|
|
457
|
+
<item name="android:lineHeight">22sp</item>
|
|
458
|
+
<item name="android:letterSpacing">0</item>
|
|
459
|
+
</style>
|
|
460
|
+
<style name="liveticker_livetickertimestamp">
|
|
461
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
462
|
+
<item name="android:textSize">14sp</item>
|
|
463
|
+
<item name="android:textStyle">bold</item>
|
|
464
|
+
<item name="android:lineHeight">14sp</item>
|
|
465
|
+
</style>
|
|
466
|
+
<style name="mediaplayers_podcastplayerlabel">
|
|
467
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
468
|
+
<item name="android:textSize">16sp</item>
|
|
469
|
+
<item name="android:lineHeight">16sp</item>
|
|
470
|
+
</style>
|
|
471
|
+
<style name="mediaplayers_videoadtime">
|
|
472
|
+
<item name="android:fontFamily">Gotham</item>
|
|
473
|
+
<item name="android:textSize">14sp</item>
|
|
474
|
+
<item name="android:textStyle">bold</item>
|
|
475
|
+
</style>
|
|
476
|
+
<style name="mediaplayers_videoplayertime">
|
|
477
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
478
|
+
<item name="android:textSize">14sp</item>
|
|
479
|
+
<item name="android:textStyle">bold</item>
|
|
480
|
+
</style>
|
|
481
|
+
<style name="menu_apptopbarstagetitle">
|
|
482
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
483
|
+
<item name="android:textSize">12sp</item>
|
|
484
|
+
<item name="android:textStyle">bold</item>
|
|
485
|
+
<item name="android:lineHeight">14sp</item>
|
|
486
|
+
<item name="android:letterSpacing">0</item>
|
|
487
|
+
</style>
|
|
488
|
+
<style name="menu_apptopbartabstitle">
|
|
489
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
490
|
+
<item name="android:textSize">12sp</item>
|
|
491
|
+
<item name="android:textStyle">bold</item>
|
|
492
|
+
<item name="android:lineHeight">14sp</item>
|
|
493
|
+
<item name="android:letterSpacing">0</item>
|
|
494
|
+
</style>
|
|
495
|
+
<style name="menu_menuitemlabel">
|
|
496
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
497
|
+
<item name="android:textSize">15sp</item>
|
|
498
|
+
<item name="android:lineHeight">15sp</item>
|
|
499
|
+
<item name="android:letterSpacing">0</item>
|
|
500
|
+
</style>
|
|
501
|
+
<style name="menu_menuitemutillabel">
|
|
502
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
503
|
+
<item name="android:textSize">12sp</item>
|
|
504
|
+
<item name="android:lineHeight">12sp</item>
|
|
505
|
+
<item name="android:letterSpacing">0</item>
|
|
506
|
+
</style>
|
|
507
|
+
<style name="newsticker_newstickertimestamp">
|
|
508
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
509
|
+
<item name="android:textSize">16sp</item>
|
|
510
|
+
<item name="android:textStyle">bold</item>
|
|
511
|
+
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
512
|
+
<item name="android:letterSpacing">0</item>
|
|
513
|
+
</style>
|
|
514
|
+
<style name="newsticker_newstickerkicker">
|
|
515
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
516
|
+
<item name="android:textSize">14sp</item>
|
|
517
|
+
<item name="android:textStyle">bold</item>
|
|
518
|
+
<item name="android:lineHeight">15.399999618530273sp</item>
|
|
519
|
+
<item name="android:letterSpacing">0</item>
|
|
520
|
+
</style>
|
|
521
|
+
<style name="newsticker_newstickerheadline">
|
|
522
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
523
|
+
<item name="android:textSize">24sp</item>
|
|
524
|
+
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
525
|
+
<item name="android:letterSpacing">0</item>
|
|
526
|
+
</style>
|
|
527
|
+
<style name="pagination_numberedpaginationactive">
|
|
528
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
529
|
+
<item name="android:textSize">17sp</item>
|
|
530
|
+
<item name="android:textStyle">bold</item>
|
|
531
|
+
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
532
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
533
|
+
</style>
|
|
534
|
+
<style name="paywall_paywallcardpricetag">
|
|
535
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
536
|
+
<item name="android:textSize">64sp</item>
|
|
537
|
+
<item name="android:textStyle">bold</item>
|
|
538
|
+
<item name="android:lineHeight">64sp</item>
|
|
539
|
+
<item name="android:letterSpacing">-0.03125</item>
|
|
540
|
+
</style>
|
|
541
|
+
<style name="paywall_paywallcardnote">
|
|
542
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
543
|
+
<item name="android:textSize">40sp</item>
|
|
544
|
+
<item name="android:textStyle">bold</item>
|
|
545
|
+
<item name="android:lineHeight">40sp</item>
|
|
546
|
+
<item name="android:letterSpacing">-0.03125</item>
|
|
547
|
+
</style>
|
|
548
|
+
<style name="specialnavi_specianaviitemlabel">
|
|
549
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
550
|
+
<item name="android:textSize">15sp</item>
|
|
551
|
+
<item name="android:lineHeight">15sp</item>
|
|
552
|
+
<item name="android:letterSpacing">0</item>
|
|
553
|
+
</style>
|
|
554
|
+
<style name="tabs_tablabel">
|
|
555
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
556
|
+
<item name="android:textSize">16sp</item>
|
|
557
|
+
<item name="android:textStyle">bold</item>
|
|
558
|
+
</style>
|
|
559
|
+
<style name="tabs_appbottombarlabeldefault">
|
|
560
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
561
|
+
<item name="android:textSize">12sp</item>
|
|
562
|
+
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
563
|
+
<item name="android:letterSpacing">0</item>
|
|
564
|
+
</style>
|
|
565
|
+
<style name="tabs_appbottombarlabelactive">
|
|
566
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
567
|
+
<item name="android:textSize">12sp</item>
|
|
568
|
+
<item name="android:textStyle">bold</item>
|
|
569
|
+
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
570
|
+
<item name="android:letterSpacing">0</item>
|
|
571
|
+
</style>
|
|
572
|
+
<style name="ateaser_ateaserkicker">
|
|
573
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
574
|
+
<item name="android:textSize">14sp</item>
|
|
575
|
+
<item name="android:lineHeight">14sp</item>
|
|
576
|
+
<item name="android:letterSpacing">0</item>
|
|
577
|
+
</style>
|
|
578
|
+
<style name="ateaser_ateaserheadline">
|
|
579
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
580
|
+
<item name="android:textSize">24sp</item>
|
|
581
|
+
<item name="android:lineHeight">24sp</item>
|
|
582
|
+
<item name="android:letterSpacing">0</item>
|
|
583
|
+
</style>
|
|
584
|
+
<style name="mqteaser_mqteaserkicker">
|
|
585
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
586
|
+
<item name="android:textSize">12sp</item>
|
|
587
|
+
<item name="android:lineHeight">13.199999809265137sp</item>
|
|
588
|
+
<item name="android:letterSpacing">0</item>
|
|
589
|
+
</style>
|
|
590
|
+
<style name="mqteaser_mqteaserheadline">
|
|
591
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
592
|
+
<item name="android:textSize">16sp</item>
|
|
593
|
+
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
594
|
+
<item name="android:letterSpacing">0</item>
|
|
595
|
+
</style>
|
|
596
|
+
<style name="qteaser_qteaserheadline">
|
|
597
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
598
|
+
<item name="android:textSize">36sp</item>
|
|
599
|
+
<item name="android:lineHeight">37.79999923706055sp</item>
|
|
600
|
+
<item name="android:letterSpacing">0</item>
|
|
601
|
+
</style>
|
|
602
|
+
<style name="stdteaser_stdteaserheadline">
|
|
603
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
604
|
+
<item name="android:textSize">16sp</item>
|
|
605
|
+
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
606
|
+
<item name="android:letterSpacing">0</item>
|
|
607
|
+
</style>
|
|
608
|
+
<style name="toggleswitches_apptoogleitemlabel">
|
|
609
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
610
|
+
<item name="android:textSize">14sp</item>
|
|
611
|
+
<item name="android:textStyle">bold</item>
|
|
612
|
+
<item name="android:lineHeight">14.100000381469727sp</item>
|
|
613
|
+
<item name="android:letterSpacing">0</item>
|
|
614
|
+
</style>
|
|
615
|
+
<style name=".dsdocsstyles_.pageheaderdescription">
|
|
616
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
617
|
+
<item name="android:textStyle">bold</item>
|
|
618
|
+
<item name="android:letterSpacing">0</item>
|
|
619
|
+
</style>
|
|
620
|
+
<style name=".dsdocsstyles_.codesnippets">
|
|
621
|
+
<item name="android:fontFamily">Source Code Pro</item>
|
|
622
|
+
<item name="android:textSize">10sp</item>
|
|
623
|
+
<item name="android:lineHeight">13sp</item>
|
|
624
|
+
<item name="android:letterSpacing">0</item>
|
|
625
|
+
</style>
|
|
626
|
+
<style name=".dsdocsstyles_.bilddesignsidemenu">
|
|
627
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
628
|
+
</style>
|
|
629
|
+
<style name=".dsdocsstyles_.bilddesignsidemenuactive">
|
|
630
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
631
|
+
</style>
|
|
632
|
+
<style name=".dsdocsstyles_.bilddesignsidemenuhover">
|
|
633
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
634
|
+
</style>
|
|
635
|
+
<style name=".dsdocsstyles_.verticalvideosmockheadlines">
|
|
636
|
+
<item name="android:fontFamily">Gotham Condensed</item>
|
|
637
|
+
<item name="android:textSize">22sp</item>
|
|
638
|
+
<item name="android:lineHeight">22sp</item>
|
|
639
|
+
</style>
|
|
640
|
+
<style name=".dsdocsstyles_.tokenspecl">
|
|
641
|
+
<item name="android:fontFamily">Source Code Pro</item>
|
|
642
|
+
</style>
|
|
643
|
+
<style name=".specs_.specsxs">
|
|
644
|
+
<item name="android:fontFamily">Gotham</item>
|
|
645
|
+
</style>
|
|
646
|
+
<style name=".specs_.specss">
|
|
647
|
+
<item name="android:fontFamily">Gotham</item>
|
|
648
|
+
</style>
|
|
649
|
+
<style name=".specs_.specsms">
|
|
650
|
+
<item name="android:fontFamily">Gotham</item>
|
|
651
|
+
</style>
|
|
652
|
+
<style name=".specs_.specsm">
|
|
653
|
+
<item name="android:fontFamily">Gotham</item>
|
|
654
|
+
</style>
|
|
655
|
+
<style name=".specs_.specsml">
|
|
656
|
+
<item name="android:fontFamily">Gotham</item>
|
|
657
|
+
<item name="android:textSize">64sp</item>
|
|
658
|
+
<item name="android:lineHeight">80sp</item>
|
|
659
|
+
</style>
|
|
660
|
+
<style name=".specs_.specsl">
|
|
661
|
+
<item name="android:fontFamily">Gotham</item>
|
|
662
|
+
</style>
|
|
663
|
+
<style name=".specs_.specsxl">
|
|
664
|
+
<item name="android:fontFamily">Gotham</item>
|
|
665
|
+
</style>
|
|
666
|
+
<style name=".specs_.specsxxl">
|
|
667
|
+
<item name="android:fontFamily">Gotham</item>
|
|
668
|
+
</style>
|
|
669
|
+
</resources>
|