@marioschmidt/design-system-tokens 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +669 -0
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +669 -0
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +669 -0
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +669 -0
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +668 -0
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +668 -0
- package/dist/android/res/values/brands/advertorial/density/density-compact.xml +15 -0
- package/dist/android/res/values/brands/advertorial/density/density-default.xml +15 -0
- package/dist/android/res/values/brands/advertorial/density/density-spacious.xml +15 -0
- package/dist/android/res/values/{mapping/brand_advertorial.xml → brands/advertorial/overrides/brandtokenmapping.xml} +250 -250
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +20 -0
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +20 -0
- package/dist/android/res/values/brands/bild/density/density-compact.xml +15 -0
- package/dist/android/res/values/brands/bild/density/density-default.xml +15 -0
- package/dist/android/res/values/brands/bild/density/density-spacious.xml +15 -0
- package/dist/android/res/values/{mapping/brand_color_bild.xml → brands/bild/overrides/brandcolormapping.xml} +52 -52
- package/dist/android/res/values/{mapping/brand_bild.xml → brands/bild/overrides/brandtokenmapping.xml} +250 -250
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
- package/dist/android/res/values/brands/bild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
- package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_dark.xml → brands/bild/semantic/color/colormode-dark.xml} +222 -221
- package/dist/android/res/values/{semantic/advertorial/color/color_advertorial_light.xml → brands/bild/semantic/color/colormode-light.xml} +227 -226
- package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +20 -0
- package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +20 -0
- package/dist/android/res/values/brands/sportbild/density/density-compact.xml +15 -0
- package/dist/android/res/values/brands/sportbild/density/density-default.xml +15 -0
- package/dist/android/res/values/brands/sportbild/density/density-spacious.xml +15 -0
- package/dist/android/res/values/{mapping/brand_color_sportbild.xml → brands/sportbild/overrides/brandcolormapping.xml} +53 -53
- package/dist/android/res/values/{mapping/brand_sportbild.xml → brands/sportbild/overrides/brandtokenmapping.xml} +250 -250
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.xml +473 -0
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.xml +473 -0
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.xml +473 -0
- package/dist/android/res/values/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.xml +473 -0
- package/dist/android/res/values/{semantic/bild/color/color_bild_dark.xml → brands/sportbild/semantic/color/colormode-dark.xml} +222 -221
- package/dist/android/res/values/{semantic/bild/color/color_bild_light.xml → brands/sportbild/semantic/color/colormode-light.xml} +227 -226
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +20 -0
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +20 -0
- package/dist/android/res/values/{base/primitive_color_value.xml → shared/colorprimitive.xml} +74 -74
- package/dist/android/res/values/{base/primitive_font_value.xml → shared/fontprimitive.xml} +23 -23
- package/dist/android/res/values/shared/sizeprimitive.xml +56 -0
- package/dist/android/res/values/shared/spaceprimitive.xml +32 -0
- package/dist/css/brands/advertorial/density/density-compact.css +14 -0
- package/dist/css/brands/advertorial/density/density-default.css +14 -0
- package/dist/css/brands/advertorial/density/density-spacious.css +14 -0
- package/dist/css/{mapping/brand-advertorial-global.css → brands/advertorial/overrides/brandtokenmapping.css} +131 -131
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +490 -0
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +66 -0
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +66 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +989 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +989 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +989 -0
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +989 -0
- package/dist/css/brands/bild/density/density-compact.css +14 -0
- package/dist/css/brands/bild/density/density-default.css +14 -0
- package/dist/css/brands/bild/density/density-spacious.css +14 -0
- package/dist/css/brands/bild/overrides/brandcolormapping.css +74 -0
- package/dist/css/{mapping/brand-bild-global.css → brands/bild/overrides/brandtokenmapping.css} +94 -94
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
- package/dist/css/{semantic/bild/color/color-bild-dark-global.css → brands/bild/semantic/color/colormode-dark.css} +303 -302
- package/dist/css/{semantic/bild/color/color-bild-light-global.css → brands/bild/semantic/color/colormode-light.css} +302 -301
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +66 -0
- package/dist/css/brands/bild/semantic/effects/effects-light.css +66 -0
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +989 -0
- package/dist/css/brands/bild/semantic/typography/typography-md.css +989 -0
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +989 -0
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +989 -0
- package/dist/css/brands/sportbild/density/density-compact.css +14 -0
- package/dist/css/brands/sportbild/density/density-default.css +14 -0
- package/dist/css/brands/sportbild/density/density-spacious.css +14 -0
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +74 -0
- package/dist/css/{mapping/brand-sportbild-global.css → brands/sportbild/overrides/brandtokenmapping.css} +128 -128
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +490 -0
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +490 -0
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +490 -0
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +490 -0
- package/dist/css/{semantic/advertorial/color/color-advertorial-dark-global.css → brands/sportbild/semantic/color/colormode-dark.css} +303 -302
- package/dist/css/{semantic/advertorial/color/color-advertorial-light-global.css → brands/sportbild/semantic/color/colormode-light.css} +302 -301
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +66 -0
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +66 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +989 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +989 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +989 -0
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +989 -0
- package/dist/css/shared/colorprimitive.css +100 -0
- package/dist/flutter/brands/advertorial/density/density-compact.dart +23 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +23 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +23 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +286 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
- package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +28 -0
- package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +28 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +147 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +147 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +147 -0
- package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +147 -0
- package/dist/flutter/brands/bild/density/density-compact.dart +23 -0
- package/dist/flutter/brands/bild/density/density-default.dart +23 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +23 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +83 -0
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +286 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +436 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +436 -0
- package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +28 -0
- package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +28 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +147 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +147 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +147 -0
- package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +147 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +23 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +23 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +23 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +83 -0
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +286 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +499 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +436 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +436 -0
- package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +28 -0
- package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +28 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +147 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +147 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +147 -0
- package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +147 -0
- package/dist/flutter/shared/colorprimitive.dart +109 -0
- package/dist/flutter/shared/fontprimitive.dart +58 -0
- package/dist/flutter/shared/sizeprimitive.dart +64 -0
- package/dist/flutter/shared/spaceprimitive.dart +40 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +20 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +20 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +20 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +283 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +496 -0
- package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +25 -0
- package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +25 -0
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +245 -0
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +245 -0
- package/dist/ios/brands/bild/density/DensityCompact.swift +20 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +20 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +20 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +80 -0
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +283 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +433 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +433 -0
- package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +25 -0
- package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +25 -0
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +245 -0
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +245 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +20 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +20 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +20 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +80 -0
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +283 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +496 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +433 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +433 -0
- package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +25 -0
- package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +25 -0
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +245 -0
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +245 -0
- package/dist/ios/shared/Colorprimitive.swift +106 -0
- package/dist/ios/shared/Fontprimitive.swift +55 -0
- package/dist/ios/shared/Sizeprimitive.swift +61 -0
- package/dist/ios/shared/Spaceprimitive.swift +37 -0
- package/dist/js/brands/advertorial/density/density-compact.js +12 -0
- package/dist/js/brands/advertorial/density/density-default.js +12 -0
- package/dist/js/brands/advertorial/density/density-spacious.js +12 -0
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +332 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +494 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +498 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +496 -0
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +496 -0
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +219 -0
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +219 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1135 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1135 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1135 -0
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1135 -0
- package/dist/js/brands/bild/density/density-compact.js +12 -0
- package/dist/js/brands/bild/density/density-default.js +12 -0
- package/dist/js/brands/bild/density/density-spacious.js +12 -0
- package/dist/js/brands/bild/overrides/brandcolormapping.js +76 -0
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +301 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +482 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +485 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +488 -0
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +488 -0
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +231 -0
- package/dist/js/brands/bild/semantic/color/colormode-light.js +231 -0
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +219 -0
- package/dist/js/brands/bild/semantic/effects/effects-light.js +219 -0
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +1135 -0
- package/dist/js/brands/bild/semantic/typography/typography-md.js +1135 -0
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +1135 -0
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +1135 -0
- package/dist/js/brands/sportbild/density/density-compact.js +12 -0
- package/dist/js/brands/sportbild/density/density-default.js +12 -0
- package/dist/js/brands/sportbild/density/density-spacious.js +12 -0
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +76 -0
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +332 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +497 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +497 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +497 -0
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +497 -0
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +231 -0
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +231 -0
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +219 -0
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +219 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1135 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1135 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1135 -0
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1135 -0
- package/dist/js/shared/colorprimitive.js +98 -0
- package/dist/js/shared/fontprimitive.js +47 -0
- package/dist/js/shared/sizeprimitive.js +53 -0
- package/dist/js/shared/spaceprimitive.js +29 -0
- package/dist/json/brands/advertorial/density/density-compact.json +330 -0
- package/dist/json/brands/advertorial/density/density-default.json +330 -0
- package/dist/json/brands/advertorial/density/density-spacious.json +330 -0
- package/dist/json/brands/advertorial/overrides/brandtokenmapping.json +11695 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
- package/dist/json/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
- package/dist/json/brands/advertorial/semantic/effects/effects-dark.json +1301 -0
- package/dist/json/brands/advertorial/semantic/effects/effects-light.json +1301 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-lg.json +8329 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-md.json +8329 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-sm.json +8329 -0
- package/dist/json/brands/advertorial/semantic/typography/typography-xs.json +8329 -0
- package/dist/json/brands/bild/density/density-compact.json +330 -0
- package/dist/json/brands/bild/density/density-default.json +330 -0
- package/dist/json/brands/bild/density/density-spacious.json +330 -0
- package/dist/json/brands/bild/overrides/brandcolormapping.json +2796 -0
- package/dist/json/brands/bild/overrides/brandtokenmapping.json +11695 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
- package/dist/json/brands/bild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
- package/dist/json/brands/bild/semantic/color/colormode-dark.json +8629 -0
- package/dist/json/brands/bild/semantic/color/colormode-light.json +8629 -0
- package/dist/json/brands/bild/semantic/effects/effects-dark.json +1301 -0
- package/dist/json/brands/bild/semantic/effects/effects-light.json +1301 -0
- package/dist/json/brands/bild/semantic/typography/typography-lg.json +8329 -0
- package/dist/json/brands/bild/semantic/typography/typography-md.json +8329 -0
- package/dist/json/brands/bild/semantic/typography/typography-sm.json +8329 -0
- package/dist/json/brands/bild/semantic/typography/typography-xs.json +8329 -0
- package/dist/json/brands/sportbild/density/density-compact.json +330 -0
- package/dist/json/brands/sportbild/density/density-default.json +330 -0
- package/dist/json/brands/sportbild/density/density-spacious.json +330 -0
- package/dist/json/brands/sportbild/overrides/brandcolormapping.json +2796 -0
- package/dist/json/brands/sportbild/overrides/brandtokenmapping.json +11695 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.json +19186 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.json +19186 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.json +19186 -0
- package/dist/json/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.json +19186 -0
- package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +8629 -0
- package/dist/json/brands/sportbild/semantic/color/colormode-light.json +8629 -0
- package/dist/json/brands/sportbild/semantic/effects/effects-dark.json +1301 -0
- package/dist/json/brands/sportbild/semantic/effects/effects-light.json +1301 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-lg.json +8329 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-md.json +8329 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-sm.json +8329 -0
- package/dist/json/brands/sportbild/semantic/typography/typography-xs.json +8329 -0
- package/dist/json/shared/colorprimitive.json +3704 -0
- package/dist/json/shared/fontprimitive.json +1581 -0
- package/dist/json/shared/sizeprimitive.json +1717 -0
- package/dist/json/shared/spaceprimitive.json +877 -0
- package/dist/manifest.json +66 -258
- package/dist/scss/brands/advertorial/density/density-compact.scss +11 -0
- package/dist/scss/brands/advertorial/density/density-default.scss +11 -0
- package/dist/scss/brands/advertorial/density/density-spacious.scss +11 -0
- package/dist/scss/{mapping/brand-advertorial.scss → brands/advertorial/overrides/brandtokenmapping.scss} +131 -131
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +16 -0
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +16 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +127 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +127 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +127 -0
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +127 -0
- package/dist/scss/brands/bild/density/density-compact.scss +11 -0
- package/dist/scss/brands/bild/density/density-default.scss +11 -0
- package/dist/scss/brands/bild/density/density-spacious.scss +11 -0
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +71 -0
- package/dist/scss/{mapping/brand-bild.scss → brands/bild/overrides/brandtokenmapping.scss} +94 -94
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
- package/dist/scss/{semantic/advertorial/color/color-advertorial-dark.scss → brands/bild/semantic/color/colormode-dark.scss} +283 -282
- package/dist/scss/{semantic/bild/color/color-bild-light.scss → brands/bild/semantic/color/colormode-light.scss} +282 -281
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +16 -0
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +16 -0
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +127 -0
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +127 -0
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +127 -0
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +127 -0
- package/dist/scss/brands/sportbild/density/density-compact.scss +11 -0
- package/dist/scss/brands/sportbild/density/density-default.scss +11 -0
- package/dist/scss/brands/sportbild/density/density-spacious.scss +11 -0
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +71 -0
- package/dist/scss/{mapping/brand-sportbild.scss → brands/sportbild/overrides/brandtokenmapping.scss} +128 -128
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +475 -0
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +475 -0
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +475 -0
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +475 -0
- package/dist/scss/{semantic/bild/color/color-bild-dark.scss → brands/sportbild/semantic/color/colormode-dark.scss} +283 -282
- package/dist/scss/{semantic/advertorial/color/color-advertorial-light.scss → brands/sportbild/semantic/color/colormode-light.scss} +282 -281
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +16 -0
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +16 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +127 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +127 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +127 -0
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +127 -0
- package/dist/scss/shared/colorprimitive.scss +97 -0
- package/package.json +4 -4
- package/dist/android/res/values/base/primitive_size_value.xml +0 -56
- package/dist/android/res/values/base/primitive_space_value.xml +0 -32
- package/dist/android/res/values/density/density_compact.xml +0 -15
- package/dist/android/res/values/density/density_default.xml +0 -15
- package/dist/android/res/values/density/density_spacious.xml +0 -15
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.xml +0 -473
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_md.xml +0 -473
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.xml +0 -473
- package/dist/android/res/values/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_lg.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_md.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_sm.xml +0 -473
- package/dist/android/res/values/semantic/bild/breakpoints/breakpoint_bild_xs.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_md.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.xml +0 -473
- package/dist/android/res/values/semantic/sportbild/color/color_sportbild_dark.xml +0 -271
- package/dist/android/res/values/semantic/sportbild/color/color_sportbild_light.xml +0 -271
- package/dist/css/base/index.css +0 -8
- package/dist/css/base/primitive-color-value-global.css +0 -100
- package/dist/css/base/primitive-color-value.css +0 -100
- package/dist/css/base/primitive-font-value.css +0 -49
- package/dist/css/base/primitive-size-value.css +0 -55
- package/dist/css/base/primitive-space-value.css +0 -31
- package/dist/css/density/density-compact-global.css +0 -14
- package/dist/css/density/density-compact.css +0 -14
- package/dist/css/density/density-default-global.css +0 -14
- package/dist/css/density/density-default.css +0 -14
- package/dist/css/density/density-spacious-global.css +0 -14
- package/dist/css/density/density-spacious.css +0 -14
- package/dist/css/density/index.css +0 -7
- package/dist/css/mapping/brand-advertorial.css +0 -277
- package/dist/css/mapping/brand-bild.css +0 -277
- package/dist/css/mapping/brand-color-bild-global.css +0 -74
- package/dist/css/mapping/brand-color-bild.css +0 -74
- package/dist/css/mapping/brand-color-sportbild-global.css +0 -74
- package/dist/css/mapping/brand-color-sportbild.css +0 -74
- package/dist/css/mapping/brand-sportbild.css +0 -277
- package/dist/css/mapping/index.css +0 -9
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +0 -490
- package/dist/css/semantic/advertorial/breakpoints/index.css +0 -8
- package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +0 -426
- package/dist/css/semantic/advertorial/color/color-advertorial-light.css +0 -426
- package/dist/css/semantic/advertorial/color/index.css +0 -6
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +0 -490
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +0 -490
- package/dist/css/semantic/bild/breakpoints/index.css +0 -8
- package/dist/css/semantic/bild/color/color-bild-dark.css +0 -426
- package/dist/css/semantic/bild/color/color-bild-light.css +0 -426
- package/dist/css/semantic/bild/color/index.css +0 -6
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +0 -490
- package/dist/css/semantic/sportbild/breakpoints/index.css +0 -8
- package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +0 -426
- package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +0 -426
- package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +0 -426
- package/dist/css/semantic/sportbild/color/color-sportbild-light.css +0 -426
- package/dist/css/semantic/sportbild/color/index.css +0 -6
- package/dist/flutter/base/primitive_color_value.dart +0 -143
- package/dist/flutter/base/primitive_font_value.dart +0 -70
- package/dist/flutter/base/primitive_size_value.dart +0 -64
- package/dist/flutter/base/primitive_space_value.dart +0 -40
- package/dist/flutter/density/density_compact.dart +0 -28
- package/dist/flutter/density/density_default.dart +0 -28
- package/dist/flutter/density/density_spacious.dart +0 -28
- package/dist/flutter/mapping/brand_advertorial.dart +0 -410
- package/dist/flutter/mapping/brand_bild.dart +0 -410
- package/dist/flutter/mapping/brand_color_bild.dart +0 -133
- package/dist/flutter/mapping/brand_color_sportbild.dart +0 -133
- package/dist/flutter/mapping/brand_sportbild.dart +0 -410
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_lg.dart +0 -701
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_md.dart +0 -701
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_sm.dart +0 -701
- package/dist/flutter/semantic/advertorial/breakpoints/breakpoint_advertorial_xs.dart +0 -701
- package/dist/flutter/semantic/advertorial/color/color_advertorial_dark.dart +0 -381
- package/dist/flutter/semantic/advertorial/color/color_advertorial_light.dart +0 -381
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_lg.dart +0 -701
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_md.dart +0 -701
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_sm.dart +0 -701
- package/dist/flutter/semantic/bild/breakpoints/breakpoint_bild_xs.dart +0 -701
- package/dist/flutter/semantic/bild/color/color_bild_dark.dart +0 -381
- package/dist/flutter/semantic/bild/color/color_bild_light.dart +0 -381
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_lg.dart +0 -701
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_md.dart +0 -701
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_sm.dart +0 -701
- package/dist/flutter/semantic/sportbild/breakpoints/breakpoint_sportbild_xs.dart +0 -701
- package/dist/flutter/semantic/sportbild/color/color_sportbild_dark.dart +0 -381
- package/dist/flutter/semantic/sportbild/color/color_sportbild_light.dart +0 -381
- package/dist/ios/base/PrimitiveColorValue.swift +0 -140
- package/dist/ios/base/PrimitiveFontValue.swift +0 -67
- package/dist/ios/base/PrimitiveSizeValue.swift +0 -61
- package/dist/ios/base/PrimitiveSpaceValue.swift +0 -37
- package/dist/ios/density/DensityCompact.swift +0 -25
- package/dist/ios/density/DensityDefault.swift +0 -25
- package/dist/ios/density/DensitySpacious.swift +0 -25
- package/dist/ios/mapping/BrandAdvertorial.swift +0 -407
- package/dist/ios/mapping/BrandBild.swift +0 -407
- package/dist/ios/mapping/BrandColorBild.swift +0 -130
- package/dist/ios/mapping/BrandColorSportbild.swift +0 -130
- package/dist/ios/mapping/BrandSportbild.swift +0 -407
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialLg.swift +0 -698
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialMd.swift +0 -698
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialSm.swift +0 -698
- package/dist/ios/semantic/advertorial/breakpoints/BreakpointAdvertorialXs.swift +0 -698
- package/dist/ios/semantic/advertorial/color/ColorAdvertorialDark.swift +0 -378
- package/dist/ios/semantic/advertorial/color/ColorAdvertorialLight.swift +0 -378
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildLg.swift +0 -698
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildMd.swift +0 -698
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildSm.swift +0 -698
- package/dist/ios/semantic/bild/breakpoints/BreakpointBildXs.swift +0 -698
- package/dist/ios/semantic/bild/color/ColorBildDark.swift +0 -378
- package/dist/ios/semantic/bild/color/ColorBildLight.swift +0 -378
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildLg.swift +0 -698
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildMd.swift +0 -698
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildSm.swift +0 -698
- package/dist/ios/semantic/sportbild/breakpoints/BreakpointSportbildXs.swift +0 -698
- package/dist/ios/semantic/sportbild/color/ColorSportbildDark.swift +0 -378
- package/dist/ios/semantic/sportbild/color/ColorSportbildLight.swift +0 -378
- package/dist/js/base/index.js +0 -15
- package/dist/js/base/primitive-color-value.js +0 -98
- package/dist/js/base/primitive-font-value.js +0 -47
- package/dist/js/base/primitive-size-value.js +0 -53
- package/dist/js/base/primitive-space-value.js +0 -29
- package/dist/js/density/density-compact.js +0 -12
- package/dist/js/density/density-default.js +0 -12
- package/dist/js/density/density-spacious.js +0 -12
- package/dist/js/density/index.js +0 -13
- package/dist/js/mapping/brand-advertorial.js +0 -283
- package/dist/js/mapping/brand-bild.js +0 -285
- package/dist/js/mapping/brand-color-bild.js +0 -78
- package/dist/js/mapping/brand-color-sportbild.js +0 -78
- package/dist/js/mapping/brand-sportbild.js +0 -292
- package/dist/js/mapping/index.js +0 -17
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +0 -469
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +0 -469
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +0 -470
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +0 -470
- package/dist/js/semantic/advertorial/breakpoints/index.js +0 -15
- package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +0 -244
- package/dist/js/semantic/advertorial/color/color-advertorial-light.js +0 -240
- package/dist/js/semantic/advertorial/color/index.js +0 -11
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +0 -470
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +0 -470
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +0 -471
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +0 -471
- package/dist/js/semantic/bild/breakpoints/index.js +0 -15
- package/dist/js/semantic/bild/color/color-bild-dark.js +0 -244
- package/dist/js/semantic/bild/color/color-bild-light.js +0 -240
- package/dist/js/semantic/bild/color/index.js +0 -11
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +0 -471
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +0 -471
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +0 -472
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +0 -472
- package/dist/js/semantic/sportbild/breakpoints/index.js +0 -15
- package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +0 -244
- package/dist/js/semantic/sportbild/color/color-sportbild-light.js +0 -240
- package/dist/js/semantic/sportbild/color/index.js +0 -11
- package/dist/json/base/primitive-color-value.json +0 -148
- package/dist/json/base/primitive-font-value.json +0 -59
- package/dist/json/base/primitive-size-value.json +0 -51
- package/dist/json/base/primitive-space-value.json +0 -27
- package/dist/json/density/density-compact.json +0 -16
- package/dist/json/density/density-default.json +0 -16
- package/dist/json/density/density-spacious.json +0 -16
- package/dist/json/mapping/brand-advertorial.json +0 -393
- package/dist/json/mapping/brand-bild.json +0 -393
- package/dist/json/mapping/brand-color-bild.json +0 -98
- package/dist/json/mapping/brand-color-sportbild.json +0 -98
- package/dist/json/mapping/brand-sportbild.json +0 -393
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +0 -686
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +0 -686
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +0 -686
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +0 -686
- package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +0 -308
- package/dist/json/semantic/advertorial/color/color-advertorial-light.json +0 -308
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +0 -686
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +0 -686
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +0 -686
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +0 -686
- package/dist/json/semantic/bild/color/color-bild-dark.json +0 -308
- package/dist/json/semantic/bild/color/color-bild-light.json +0 -308
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +0 -686
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +0 -686
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +0 -686
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +0 -686
- package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +0 -308
- package/dist/json/semantic/sportbild/color/color-sportbild-light.json +0 -308
- package/dist/scss/base/index.scss +0 -8
- package/dist/scss/base/primitive-color-value.scss +0 -97
- package/dist/scss/density/density-compact.scss +0 -11
- package/dist/scss/density/density-default.scss +0 -11
- package/dist/scss/density/density-spacious.scss +0 -11
- package/dist/scss/density/index.scss +0 -7
- package/dist/scss/mapping/brand-color-bild.scss +0 -71
- package/dist/scss/mapping/brand-color-sportbild.scss +0 -71
- package/dist/scss/mapping/index.scss +0 -9
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +0 -475
- package/dist/scss/semantic/advertorial/breakpoints/index.scss +0 -8
- package/dist/scss/semantic/advertorial/color/index.scss +0 -6
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +0 -475
- package/dist/scss/semantic/bild/breakpoints/index.scss +0 -8
- package/dist/scss/semantic/bild/color/index.scss +0 -6
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +0 -475
- package/dist/scss/semantic/sportbild/breakpoints/index.scss +0 -8
- package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +0 -319
- package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +0 -319
- package/dist/scss/semantic/sportbild/color/index.scss +0 -6
- package/dist/css/{base/primitive-font-value-global.css → shared/fontprimitive.css} +23 -23
- package/dist/css/{base/primitive-size-value-global.css → shared/sizeprimitive.css} +41 -41
- package/dist/css/{base/primitive-space-value-global.css → shared/spaceprimitive.css} +20 -20
- package/dist/scss/{base/primitive-font-value.scss → shared/fontprimitive.scss} +23 -23
- package/dist/scss/{base/primitive-size-value.scss → shared/sizeprimitive.scss} +41 -41
- package/dist/scss/{base/primitive-space-value.scss → shared/spaceprimitive.scss} +20 -20
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// typography-xs.dart
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import 'dart:ui';
|
|
11
|
+
|
|
12
|
+
class TypographySportbildXS {
|
|
13
|
+
TypographySportbildXS._();
|
|
14
|
+
|
|
15
|
+
static const accordionAccordionlabel = [object Object]; /** This text style is for use on accordion labels */
|
|
16
|
+
static const articleArticleheadline = [object Object]; /** This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
|
|
17
|
+
static const articleArticleimagecaption = [object Object]; /** This text style is used on image captions that show up in article pages only. */
|
|
18
|
+
static const articleArticlekicker = [object Object]; /** This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
|
|
19
|
+
static const articleArticlemetasource = [object Object]; /** This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated. */
|
|
20
|
+
static const articleArticletimestamp = [object Object]; /** Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16 */
|
|
21
|
+
static const ateaserAteaserheadline = [object Object]; /** This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
|
|
22
|
+
static const ateaserAteaserkicker = [object Object]; /** 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
|
|
23
|
+
static const audioplayerAudioplayerlabel = [object Object]; /** This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18 */
|
|
24
|
+
static const avatarAppavatar = [object Object]; /** This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
|
|
25
|
+
static const /**
|
|
26
|
+
* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
|
|
27
|
+
*
|
|
28
|
+
* 09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm
|
|
29
|
+
*/
|
|
30
|
+
avatarAvatardefault = [object Object];
|
|
31
|
+
static const avatarAvatarhover = [object Object]; /** This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
|
|
32
|
+
static const avatarAvatarsecondaryinfo = [object Object]; /** This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
33
|
+
static const avatarAvatarsecondaryinfohover = [object Object]; /** This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
34
|
+
static const badgesVideoadbadge = [object Object]; /** 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
|
|
35
|
+
static const badgesVideotimebadge = [object Object]; /** This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
|
|
36
|
+
static const bodyBody = [object Object]; /** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
37
|
+
static const bodyBodybold = [object Object]; /** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
38
|
+
static const bodyBodybolditalic = [object Object]; /** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
39
|
+
static const bodyBodyitalic = [object Object]; /** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
40
|
+
static const breadcrumbBreadcrumb = [object Object]; /** This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
41
|
+
static const breadcrumbBreadcrumblink = [object Object]; /** This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
42
|
+
static const breadcrumbBreadcrumblinkhover = [object Object]; /** This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
43
|
+
static const breakingnewsBreakingnewslowertitle = [object Object]; /** Use this font style on the breaking news badge's lower title. Font size constant 23. */
|
|
44
|
+
static const breakingnewsBreakingnewstext = [object Object]; /** Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
|
|
45
|
+
static const breakingnewsBreakingnewsuppertitle = [object Object]; /** Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
|
|
46
|
+
static const buttonButtonlabel = [object Object]; /** This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn */
|
|
47
|
+
static const buttonPartnerlinkbuttonlabel = [object Object]; /** This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18 */
|
|
48
|
+
static const calloutCallout = [object Object]; /** Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22 */
|
|
49
|
+
static const chipsChipslabel = [object Object]; /** This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
|
|
50
|
+
static const displayDisplay1 = [object Object]; /** Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120 */
|
|
51
|
+
static const displayDisplay2 = [object Object]; /** Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64 */
|
|
52
|
+
static const displayDisplay3 = [object Object]; /** Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40 */
|
|
53
|
+
static const dsdocsstylesBilddesignsidemenu = [object Object]; /** This text style is only used for mockup pages of the design system website. */
|
|
54
|
+
static const dsdocsstylesBilddesignsidemenuactive = [object Object]; /** This text style is only used for mockup pages of the design system website. */
|
|
55
|
+
static const dsdocsstylesBilddesignsidemenuhover = [object Object]; /** This text style is only used for mockup pages of the design system website. */
|
|
56
|
+
static const dsdocsstylesCodesnippets = [object Object]; /** This text style is only used on the design system's documentation for code syntax snippets. */
|
|
57
|
+
static const dsdocsstylesPageheaderdescription = [object Object];
|
|
58
|
+
static const dsdocsstylesTokenspecl = [object Object]; /** This text style is used on documentation pages that contain some token information. */
|
|
59
|
+
static const dsdocsstylesVerticalvideosmockheadlines = [object Object]; /** This text style is only used for mockups the vertical video component teaser headlines. */
|
|
60
|
+
static const footerFootercardlink = [object Object]; /** This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
|
|
61
|
+
static const footerFooterlinks = [object Object]; /** This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
|
|
62
|
+
static const footerFooterlinkseparator = [object Object]; /** This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
|
|
63
|
+
static const footerFooterlinkuserOfferpages = [object Object]; /** User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
|
|
64
|
+
static const footnoteFootnote1 = [object Object]; /** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18 */
|
|
65
|
+
static const footnoteFootnote1bold = [object Object]; /** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
|
|
66
|
+
static const footnoteFootnote2 = [object Object]; /** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
67
|
+
static const footnoteFootnote2bold = [object Object]; /** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
68
|
+
static const headlineHeadline1 = [object Object]; /** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
|
|
69
|
+
static const headlineHeadline2 = [object Object]; /** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64 */
|
|
70
|
+
static const headlineHeadline3 = [object Object]; /** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40 */
|
|
71
|
+
static const headlineHeadline4 = [object Object]; /** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32 */
|
|
72
|
+
static const inputfieldTextinputfieldlabel = [object Object]; /** This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19 */
|
|
73
|
+
static const kickerKicker1 = [object Object]; /** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
|
|
74
|
+
static const kickerKicker2 = [object Object]; /** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes */
|
|
75
|
+
static const kickerKicker3 = [object Object]; /** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes */
|
|
76
|
+
static const kickerKicker4 = [object Object]; /** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
|
|
77
|
+
static const labelLabel1 = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
78
|
+
static const labelLabel1bold = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
79
|
+
static const labelLabel1boldresp = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17 */
|
|
80
|
+
static const labelLabel1uppercasebold = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
81
|
+
static const labelLabel2 = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
82
|
+
static const labelLabel2bold = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
83
|
+
static const labelLabel2uppercase = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
84
|
+
static const labelLabel2uppercasebold = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes. */
|
|
85
|
+
static const labelLabel3 = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
86
|
+
static const labelLabel3bold = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
87
|
+
static const labelLabel3uppercase = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn */
|
|
88
|
+
static const labelLabel3uppercasebold = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
89
|
+
static const labelLabel4 = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8. */
|
|
90
|
+
static const livetickerLivetickerheadline = [object Object]; /** This text style is used on live ticker headlines. The font size changes between device sizes. 22 - 22 - 32 -32 */
|
|
91
|
+
static const livetickerLivetickertimestamp = [object Object]; /** Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16 */
|
|
92
|
+
static const mediaplayersPodcastplayerlabel = [object Object]; /** This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18 */
|
|
93
|
+
static const mediaplayersVideoadtime = [object Object]; /** 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during the video advertisement. */
|
|
94
|
+
static const mediaplayersVideoplayertime = [object Object]; /** Use this text style on video player time badges that display elapsed, total or live information text labels. This text style references the label2 font size variable. 15px constant */
|
|
95
|
+
static const menuApptopbarstagetitle = [object Object]; /** This text style is used on a small title that is placed above tab elements that are seen on iOS and Android top menu bar. */
|
|
96
|
+
static const menuApptopbartabstitle = [object Object]; /** iOS and Android apps currently have a top bar with tabs that when selected display different content within the main view of the device. This text style is used for a title text that provides information for the user to situate where they are within the app's content possibilities. */
|
|
97
|
+
static const menuMenuitemlabel = [object Object]; /** Used on menu link lane items and on mobile side menu drawer. Current online CSS naming: --nav-btn */
|
|
98
|
+
static const menuMenuitemutillabel = [object Object]; /** Use this tokenized font style for menu items with icons that are more important than the menu link lane items. Current online CSS: .nav_btn--type-util */
|
|
99
|
+
static const /**
|
|
100
|
+
* This component level text style references the semantic level text sizes of headline3 and headline4.
|
|
101
|
+
* XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
|
|
102
|
+
*/
|
|
103
|
+
mqteaserMqteaserheadline = [object Object];
|
|
104
|
+
static const mqteaserMqteaserkicker = [object Object]; /** This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
|
|
105
|
+
static const newstickerNewstickerheadline = [object Object]; /** This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40 */
|
|
106
|
+
static const newstickerNewstickerkicker = [object Object]; /** This text style is a component level option for the newsticker kicker. Currently the newsticker kicker uses the semantic text style kicker3. This text style references the semantic one. */
|
|
107
|
+
static const newstickerNewstickertimestamp = [object Object]; /** The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18 */
|
|
108
|
+
static const paginationNumberedpaginationactive = [object Object]; /** This component level text style stores the variables for the pagination component's active state (label1 with red accent color underline). Its size remains constant at 17px across device sizes. */
|
|
109
|
+
static const paywallPaywallcardnote = [object Object]; /** This text style is used on the paywall card under the price value. */
|
|
110
|
+
static const paywallPaywallcardpricetag = [object Object]; /** This text style is used for the paywall price tag text. */
|
|
111
|
+
static const qteaserQteaserheadline = [object Object]; /** This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100 */
|
|
112
|
+
static const quoteQuote = [object Object]; /** Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized. */
|
|
113
|
+
static const specialnaviSpecianaviitemlabel = [object Object]; /** Used on menu link lane items and on mobile side menu drawer. */
|
|
114
|
+
static const specsSpecsl = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
115
|
+
static const specsSpecsm = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
116
|
+
static const specsSpecsml = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
117
|
+
static const specsSpecsms = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
118
|
+
static const specsSpecss = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
119
|
+
static const specsSpecsxl = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
120
|
+
static const specsSpecsxs = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
121
|
+
static const specsSpecsxxl = [object Object]; /** This text style is only used for audit pages of the design system. */
|
|
122
|
+
static const stdteaserStdteaserheadline = [object Object]; /** Standard teasers typography changes more than other teasers. On desktop they have a kicker, a headline and a short text. On mobile devices the short text is eliminated and the headline gains weight at device widths 600px. Then at small mobile sizes the weight drops once again. */
|
|
123
|
+
static const subheadlineSubheadline1 = [object Object]; /** This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36 */
|
|
124
|
+
static const tabsAppbottombarlabelactive = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
125
|
+
static const tabsAppbottombarlabeldefault = [object Object]; /** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
126
|
+
static const tabsTablabel = [object Object]; /** This text style stores variables for the tab component. Tabs are similar to submenus and special navigation elements but tabs do not link to other URLs. */
|
|
127
|
+
static const textlinkTextlink = [object Object]; /** Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes. */
|
|
128
|
+
static const textlinkTextlinkbold = [object Object]; /** Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes. */
|
|
129
|
+
static const textlinkTextlinkboldhover = [object Object]; /** Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
130
|
+
static const textlinkTextlinkhover = [object Object]; /** Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
131
|
+
static const textlinkTextlinkitalic = [object Object]; /** Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes. */
|
|
132
|
+
static const titleTitle1 = [object Object]; /** Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
|
|
133
|
+
static const titleTitle1uppercase = [object Object]; /** Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
|
|
134
|
+
static const /**
|
|
135
|
+
* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
136
|
+
*
|
|
137
|
+
* In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
|
|
138
|
+
*/
|
|
139
|
+
titleTitle2 = [object Object];
|
|
140
|
+
static const /**
|
|
141
|
+
* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
142
|
+
*
|
|
143
|
+
* In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
|
|
144
|
+
*/
|
|
145
|
+
titleTitle2uppercase = [object Object];
|
|
146
|
+
static const toggleswitchesApptoogleitemlabel = [object Object]; /** This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
|
|
147
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// colorprimitive.dart
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import 'dart:ui';
|
|
11
|
+
|
|
12
|
+
class Colorprimitive {
|
|
13
|
+
Colorprimitive._();
|
|
14
|
+
|
|
15
|
+
static const bildAlphaAlphaBildRed80 = Color(0xCCDD0000); /** Used on elevation effects. */
|
|
16
|
+
static const bildAlphaAlphaBlack0 = Color(0x00000000);
|
|
17
|
+
static const bildAlphaAlphaBlack05 = Color(0x0D000000);
|
|
18
|
+
static const bildAlphaAlphaBlack10 = Color(0x1A000000);
|
|
19
|
+
static const bildAlphaAlphaBlack20 = Color(0x33000000);
|
|
20
|
+
static const bildAlphaAlphaBlack30 = Color(0x4D000000);
|
|
21
|
+
static const bildAlphaAlphaBlack35 = Color(0x59000000);
|
|
22
|
+
static const bildAlphaAlphaBlack50 = Color(0x80000000);
|
|
23
|
+
static const bildAlphaAlphaBlack60 = Color(0x99000000); /** Used on elevation effects. */
|
|
24
|
+
static const bildAlphaAlphaBlack70 = Color(0xB2000000); /** Used on elevation effects. */
|
|
25
|
+
static const bildAlphaAlphaBlack80 = Color(0xCC000000); /** Used on elevation effects. */
|
|
26
|
+
static const bildAlphaAlphaWhite10 = Color(0x1AFFFFFF);
|
|
27
|
+
static const bildAlphaAlphaWhite20 = Color(0x33FFFFFF);
|
|
28
|
+
static const bildAlphaAlphaWhite30 = Color(0x4DFFFFFF);
|
|
29
|
+
static const bildAlphaAlphaWhite35 = Color(0x59FFFFFF);
|
|
30
|
+
static const bildAlphaAlphaWhite60 = Color(0x99FFFFFF); /** Used on elevation effects. */
|
|
31
|
+
static const bildAlphaAlphaWhite70 = Color(0xB2FFFFFF); /** Used on elevation effects. */
|
|
32
|
+
static const bildAlphaAlphaWhite80 = Color(0xCCFFFFFF); /** Used on elevation effects. */
|
|
33
|
+
static const bildBlueBildBlue = Color(0xFF00B1FF); /** This Blue color was taken from the Weather 2024 project. Tone: 069 */
|
|
34
|
+
static const bildGrayBild010 = Color(0xFF1C1C1C);
|
|
35
|
+
static const bildGrayBild015 = Color(0xFF232629);
|
|
36
|
+
static const bildGrayBild020 = Color(0xFF2C3138);
|
|
37
|
+
static const bildGrayBild025 = Color(0xFF343C41);
|
|
38
|
+
static const bildGrayBild035 = Color(0xFF4B525A);
|
|
39
|
+
static const bildGrayBild045 = Color(0xFF666B70);
|
|
40
|
+
static const bildGrayBild060 = Color(0xFF8C9196);
|
|
41
|
+
static const bildGrayBild073 = Color(0xFFAEB4B9);
|
|
42
|
+
static const bildGrayBild085 = Color(0xFFCED4DA);
|
|
43
|
+
static const bildGrayBild08550 = Color(0x80CED4DA); /** The 50% opacity on this color makes it equivalent to BILD093. */
|
|
44
|
+
static const bildGrayBild093 = Color(0xFFE9ECEF);
|
|
45
|
+
static const bildGrayBild096 = Color(0xFFF2F4F5);
|
|
46
|
+
static const bildGreenBildGreen040 = Color(0xFF006E3E); /** This value of green was found in a text field's text color. */
|
|
47
|
+
static const bildGreenBildGreen056 = Color(0xFF18995C);
|
|
48
|
+
static const bildGreenBildGreen05650 = Color(0x80009B5A);
|
|
49
|
+
static const bildGreenBildGreen063 = Color(0xFF00AF67);
|
|
50
|
+
static const bildGreenBildGreen070 = Color(0xFF00C373);
|
|
51
|
+
static const bildGreenBildGreen093 = Color(0xFFCEF4E4);
|
|
52
|
+
static const bildGreenBildGreen09350 = Color(0x80CEF4E4);
|
|
53
|
+
static const bildNeutralBild100 = Color(0xFFFFFFFF);
|
|
54
|
+
static const bildNeutralBildBlack = Color(0xFF000000);
|
|
55
|
+
static const bildOrangeBildOrange = Color(0xFFFD8227); /** Tone: 067 */
|
|
56
|
+
static const bildPurpleBildBerry = Color(0xFF551937); /** Tone: 020 */
|
|
57
|
+
static const bildRedBildRed = Color(0xFFDD0000); /** Tone 046 */
|
|
58
|
+
static const bildRedBildRed035 = Color(0xFFAF0002);
|
|
59
|
+
static const bildRedBildRed053 = Color(0xFFF52D2D);
|
|
60
|
+
static const bildTextLabelsBild015 = BILD015; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
61
|
+
static const bildTextLabelsBild025 = BILD025; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
62
|
+
static const bildTextLabelsBild035 = BILD035; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
63
|
+
static const bildTextLabelsBild045 = BILD045; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
64
|
+
static const bildTextLabelsBild060 = BILD060; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
65
|
+
static const bildTextLabelsBild073 = BILD073; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
66
|
+
static const bildTextLabelsBild085 = BILD085; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
67
|
+
static const bildTextLabelsBild093 = BILD093; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
68
|
+
static const bildTextLabelsBild096 = BILD096; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
69
|
+
static const bildTextLabelsBild100 = BILD100; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
70
|
+
static const bildTextLabelsBildGreen063 = BILDGreen063; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
71
|
+
static const bildTextLabelsBildGreen070 = BILDGreen070; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
72
|
+
static const bildTextLabelsBildGreen093 = BILDGreen093; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
73
|
+
static const bildTextLabelsBildOrange = BILDOrange; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
74
|
+
static const bildTextLabelsBildRed = BILDRed; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
75
|
+
static const bildTextLabelsBildRed035 = BILDRed035; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
76
|
+
static const bildTextLabelsBildRed053 = BILDRed053; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
77
|
+
static const bildTextLabelsBildYellow = BILDYellow; /** This is a variable used only for documentation purposes in the design system Figma Foundations pages. */
|
|
78
|
+
static const bildYellowBildYellow = Color(0xFFFFBF00); /** Tone: 081 */
|
|
79
|
+
static const opacityOpacity00 = 0px;
|
|
80
|
+
static const opacityOpacity05 = 5px;
|
|
81
|
+
static const opacityOpacity10 = 10px;
|
|
82
|
+
static const opacityOpacity100 = 100px;
|
|
83
|
+
static const opacityOpacity20 = 20px;
|
|
84
|
+
static const opacityOpacity30 = 30px;
|
|
85
|
+
static const opacityOpacity40 = 40px;
|
|
86
|
+
static const opacityOpacity50 = 50px;
|
|
87
|
+
static const opacityOpacity60 = 60px;
|
|
88
|
+
static const opacityOpacity70 = 70px;
|
|
89
|
+
static const opacityOpacity80 = 80px;
|
|
90
|
+
static const opacityOpacity90 = 90px;
|
|
91
|
+
static const partnerAubiAubiCore = Color(0xFFF00000);
|
|
92
|
+
static const partnerBzBzCore = Color(0xFFE3001B);
|
|
93
|
+
static const partnerComputerBildCobiCore = Color(0xFFDC231C);
|
|
94
|
+
static const partnerFitbookFitbookCore = Color(0xFFFF97B7);
|
|
95
|
+
static const partnerKaufberaterKaufberaterCore = Color(0xFF55476E);
|
|
96
|
+
static const partnerMyHomeMyhomeCore = Color(0xFF66CCCC);
|
|
97
|
+
static const partnerPetbookPetbookCore = Color(0xFFB9DB91);
|
|
98
|
+
static const partnerTechbookTechbookCore = Color(0xFF93E4FF);
|
|
99
|
+
static const partnerTravelbookTravelbookCore = Color(0xFF8EF0ED);
|
|
100
|
+
static const sportBildAlphaSpobiBlue0160 = Color(0x000A2750);
|
|
101
|
+
static const sportBildAlphaSpobiBlue01670 = Color(0xB20A2750);
|
|
102
|
+
static const sportBildBlueSpobiBlue010 = Color(0xFF081828);
|
|
103
|
+
static const sportBildBlueSpobiBlue016 = Color(0xFF0A2750); /** This variable in the current online CSS is called main-tenant-color for the spobi tenant. */
|
|
104
|
+
static const sportBildBlueSpobiBlue029 = Color(0xFF174482); /** This variable in the current online CSS is called secondary-tenant-color */
|
|
105
|
+
static const sportBildBlueSpobiBlue038 = Color(0xFF315998);
|
|
106
|
+
static const sportBildBlueSpobiBlue081 = Color(0xFFBDCADB);
|
|
107
|
+
static const sportBildBlueSpobiBlue098 = Color(0xFFF7F9FD);
|
|
108
|
+
static const sportBildRedSpobiRed = Color(0xFFE52528);
|
|
109
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// fontprimitive.dart
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import 'dart:ui';
|
|
11
|
+
|
|
12
|
+
class Fontprimitive {
|
|
13
|
+
Fontprimitive._();
|
|
14
|
+
|
|
15
|
+
static const fontFamilyAdvertorialFontFamilyLucidaGrande = Lucida Grande;
|
|
16
|
+
static const fontFamilyBildFontFamilyGotham = Gotham;
|
|
17
|
+
static const fontFamilyBildFontFamilyGothamCond = Gotham Condensed;
|
|
18
|
+
static const fontFamilyBildFontFamilyGothamXNarrow = Gotham XNarrow;
|
|
19
|
+
static const fontFamilySportBildFontFamilyAntennaCond = AntennaCond;
|
|
20
|
+
static const fontFamilySportBildFontFamilyAntennaExtraCond = AntennaExtraCond;
|
|
21
|
+
static const fontFamilySportBildFontFamilyInter = Inter;
|
|
22
|
+
static const fontWeight1000UltraFontWeight = 1000;
|
|
23
|
+
static const fontWeight100ThinFontWeight = 100;
|
|
24
|
+
static const fontWeight200ExtraLightFontWeight = 200;
|
|
25
|
+
static const fontWeight300LightFontWeight = 300;
|
|
26
|
+
static const fontWeight350BookFontWeight = 350;
|
|
27
|
+
static const fontWeight400BookFontWeight = 400;
|
|
28
|
+
static const fontWeight500MediumFontWeight = 500;
|
|
29
|
+
static const fontWeight600BoldFontWeight = 600;
|
|
30
|
+
static const fontWeight700BlackFontWeight = 700; /** 700 is considered black weight because Gotham Condensed is the primary font family (most used in headlines). In other font families 700 is not black weight but bold. */
|
|
31
|
+
static const fontWeight800BlackFontWeight = 800;
|
|
32
|
+
static const fontWeight900ExtraBlackFontWeight = 900;
|
|
33
|
+
static const fontWeightBlackFontWeightSt = Black;
|
|
34
|
+
static const fontWeightBoldItalicFontWeightSt = Bold Italic;
|
|
35
|
+
static const fontWeightString1000UltraFontWeight = 1000;
|
|
36
|
+
static const fontWeightString100ThinFontWeight = 100;
|
|
37
|
+
static const fontWeightString200ExtraLightFontWeight = 200;
|
|
38
|
+
static const fontWeightString350BookFontWeight = 350;
|
|
39
|
+
static const fontWeightString400BookFontWeight = 400;
|
|
40
|
+
static const fontWeightString500MediumFontWeight = 500;
|
|
41
|
+
static const fontWeightString600BoldFontWeight = 600;
|
|
42
|
+
static const fontWeightString600BoldItalicFontWeight = Bold Italic;
|
|
43
|
+
static const fontWeightString700BlackFontWeight = 700;
|
|
44
|
+
static const fontWeightString700BlackItalicFontWeight = Black Italic;
|
|
45
|
+
static const fontWeightString800BlackFontWeight = 800;
|
|
46
|
+
static const fontWeightString900ExtraBlackFontWeight = 900;
|
|
47
|
+
static const letterSpacingLetterSpace0 = 0px; /** This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0. */
|
|
48
|
+
static const letterSpacingLetterSpace025 = -0.25px; /** This variable is a primitive for use in creating semantic text styles that need to use a subtle small letter spacing value of -0.25. */
|
|
49
|
+
static const letterSpacingLetterSpace025 = 0.25px; /** This variable is a primitive for use in creating semantic text styles that need to use a subtle positive letter spacing value of 0.25. */
|
|
50
|
+
static const letterSpacingLetterSpace05 = 0.5px; /** This variable is a primitive for use in creating semantic text styles that need to use a slight positive letter spacing value of 0.5. */
|
|
51
|
+
static const letterSpacingLetterSpace05 = -0.5px; /** This variable is a primitive for use in creating semantic variables that need to use a subtle negative letter spacing value of -0.5. */
|
|
52
|
+
static const letterSpacingLetterSpace1 = 1px; /** This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1. */
|
|
53
|
+
static const letterSpacingLetterSpace1 = -1px; /** This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1. */
|
|
54
|
+
static const letterSpacingLetterSpace2 = 2px; /** This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2. */
|
|
55
|
+
static const letterSpacingLetterSpace2 = -2px; /** This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -2. This is usually reserved for large texts styles that are used on titles or headlines. */
|
|
56
|
+
static const letterSpacingLetterSpace3 = 3px; /** This variable is a primitive for use in creating semantic text styles that need to use a much larger letter spacing value of 3. Text styles that have smaller font sizes should use increasingly positive values for their letter spacings on smaller device sizes. */
|
|
57
|
+
static const letterSpacingLetterSpace3 = -3px; /** This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -3. Text styles that have larger font sizes should use increasingly negative values for their letter spacings on larger device sizes. */
|
|
58
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// sizeprimitive.dart
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import 'dart:ui';
|
|
11
|
+
|
|
12
|
+
class Sizeprimitive {
|
|
13
|
+
Sizeprimitive._();
|
|
14
|
+
|
|
15
|
+
static const size0125x = 16.00;
|
|
16
|
+
static const size025x = 32.00;
|
|
17
|
+
static const size05x = 64.00;
|
|
18
|
+
static const size075x = 96.00;
|
|
19
|
+
static const size0x = 0.00;
|
|
20
|
+
static const size100x = 12800.00;
|
|
21
|
+
static const size10x = 1280.00;
|
|
22
|
+
static const size115x = 1472.00;
|
|
23
|
+
static const size11625x = 14880.00;
|
|
24
|
+
static const size124x = 15872.00;
|
|
25
|
+
static const size125x = 1600.00;
|
|
26
|
+
static const size125x = 160.00;
|
|
27
|
+
static const size128x = 16384.00;
|
|
28
|
+
static const size12x = 1536.00;
|
|
29
|
+
static const size15x = 192.00;
|
|
30
|
+
static const size15x = 1920.00;
|
|
31
|
+
static const size1625 = 2080.00;
|
|
32
|
+
static const size168x = 21504.00;
|
|
33
|
+
static const size175x = 224.00;
|
|
34
|
+
static const size175x = 2240.00;
|
|
35
|
+
static const size185x = 2368.00;
|
|
36
|
+
static const size1x = 128.00;
|
|
37
|
+
static const size20x = 2560.00;
|
|
38
|
+
static const size225x = 288.00;
|
|
39
|
+
static const size225x = 2880.00;
|
|
40
|
+
static const size25x = 320.00;
|
|
41
|
+
static const size25x = 3200.00;
|
|
42
|
+
static const size275x = 352.00;
|
|
43
|
+
static const size275x = 3520.00;
|
|
44
|
+
static const size2x = 256.00;
|
|
45
|
+
static const size30x = 3840.00;
|
|
46
|
+
static const size325x = 416.00;
|
|
47
|
+
static const size35x = 448.00;
|
|
48
|
+
static const size35x = 4480.00;
|
|
49
|
+
static const size375x = 480.00;
|
|
50
|
+
static const size3x = 384.00;
|
|
51
|
+
static const size40x = 5120.00;
|
|
52
|
+
static const size45x = 576.00;
|
|
53
|
+
static const size4x = 512.00;
|
|
54
|
+
static const size50x = 6400.00;
|
|
55
|
+
static const size525x = 672.00;
|
|
56
|
+
static const size5x = 640.00;
|
|
57
|
+
static const size60x = 7680.00;
|
|
58
|
+
static const size6x = 768.00;
|
|
59
|
+
static const size7x = 896.00;
|
|
60
|
+
static const size80x = 10240.00;
|
|
61
|
+
static const size875x = 11200.00;
|
|
62
|
+
static const size8x = 1024.00;
|
|
63
|
+
static const size9x = 1152.00;
|
|
64
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// spaceprimitive.dart
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import 'dart:ui';
|
|
11
|
+
|
|
12
|
+
class Spaceprimitive {
|
|
13
|
+
Spaceprimitive._();
|
|
14
|
+
|
|
15
|
+
static const space025x = 32.00;
|
|
16
|
+
static const space025x = -32.00;
|
|
17
|
+
static const space05x = 64.00;
|
|
18
|
+
static const space075x = 96.00;
|
|
19
|
+
static const space0x = 0.00;
|
|
20
|
+
static const space10x = 1280.00;
|
|
21
|
+
static const space125x = 160.00;
|
|
22
|
+
static const space12x = 1536.00;
|
|
23
|
+
static const space15x = 192.00;
|
|
24
|
+
static const space175x = 224.00;
|
|
25
|
+
static const space1x = 128.00;
|
|
26
|
+
static const space20x = 2560.00;
|
|
27
|
+
static const space25x = 320.00;
|
|
28
|
+
static const space275x = 352.00;
|
|
29
|
+
static const space2x = 256.00;
|
|
30
|
+
static const space35x = 448.00;
|
|
31
|
+
static const space3x = 384.00;
|
|
32
|
+
static const space45x = 576.00;
|
|
33
|
+
static const space4x = 512.00;
|
|
34
|
+
static const space5x = 640.00;
|
|
35
|
+
static const space6x = 768.00;
|
|
36
|
+
static const space75x = 960.00;
|
|
37
|
+
static const space85x = 1088.00;
|
|
38
|
+
static const space8x = 1024.00;
|
|
39
|
+
static const space9x = 1152.00;
|
|
40
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// DensityCompact.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
import UIKit
|
|
10
|
+
|
|
11
|
+
public class DensityCompact {
|
|
12
|
+
public static let componentButtonButtonContentGapSpace = CGFloat(96.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
13
|
+
public static let componentButtonButtonInlineSpace = CGFloat(256.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
14
|
+
public static let componentButtonButtonLabelFontSize = CGFloat(240.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
|
|
15
|
+
public static let componentButtonButtonStackSpace = CGFloat(96.00) /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
16
|
+
public static let componentInputfieldInputFieldHeightSize = CGFloat(576.00)
|
|
17
|
+
public static let componentInputfieldInputFieldInlineSpace = CGFloat(256.00)
|
|
18
|
+
public static let componentInputfieldInputFieldLabelFontSize = CGFloat(256.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
19
|
+
public static let componentInputfieldInputFieldStackSpace = CGFloat(96.00)
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// DensityDefault.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
import UIKit
|
|
10
|
+
|
|
11
|
+
public class DensityDefault {
|
|
12
|
+
public static let componentButtonButtonContentGapSpace = CGFloat(128.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
13
|
+
public static let componentButtonButtonInlineSpace = CGFloat(320.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
14
|
+
public static let componentButtonButtonLabelFontSize = CGFloat(272.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
|
|
15
|
+
public static let componentButtonButtonStackSpace = CGFloat(128.00) /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
16
|
+
public static let componentInputfieldInputFieldHeightSize = CGFloat(640.00)
|
|
17
|
+
public static let componentInputfieldInputFieldInlineSpace = CGFloat(256.00)
|
|
18
|
+
public static let componentInputfieldInputFieldLabelFontSize = CGFloat(272.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
19
|
+
public static let componentInputfieldInputFieldStackSpace = CGFloat(128.00)
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// DensitySpacious.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly, this file was auto-generated.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
import UIKit
|
|
10
|
+
|
|
11
|
+
public class DensitySpacious {
|
|
12
|
+
public static let componentButtonButtonContentGapSpace = CGFloat(128.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
13
|
+
public static let componentButtonButtonInlineSpace = CGFloat(384.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
14
|
+
public static let componentButtonButtonLabelFontSize = CGFloat(304.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
|
|
15
|
+
public static let componentButtonButtonStackSpace = CGFloat(192.00) /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
16
|
+
public static let componentInputfieldInputFieldHeightSize = CGFloat(768.00)
|
|
17
|
+
public static let componentInputfieldInputFieldInlineSpace = CGFloat(256.00)
|
|
18
|
+
public static let componentInputfieldInputFieldLabelFontSize = CGFloat(304.00) /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
19
|
+
public static let componentInputfieldInputFieldStackSpace = CGFloat(192.00)
|
|
20
|
+
}
|