@marioschmidt/design-system-tokens 1.0.20 → 1.0.21
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/css/brands/advertorial/density/density-compact.css +31 -6
- package/dist/css/brands/advertorial/density/density-default.css +31 -6
- package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +31 -6
- package/dist/css/brands/bild/density/density-default.css +31 -6
- package/dist/css/brands/bild/density/density-spacious.css +31 -6
- package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +31 -6
- package/dist/css/brands/sportbild/density/density-default.css +31 -6
- package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +160 -48
- package/dist/css/shared/fontprimitive.css +99 -33
- package/dist/css/shared/sizeprimitive.css +8 -1
- package/dist/css/shared/spaceprimitive.css +8 -1
- package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/bild/density/density-default.dart +5 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/shared/colorprimitive.dart +20 -1
- package/dist/flutter/shared/fontprimitive.dart +20 -3
- package/dist/flutter/shared/sizeprimitive.dart +5 -0
- package/dist/flutter/shared/spaceprimitive.dart +5 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/shared/Colorprimitive.swift +20 -1
- package/dist/ios/shared/Fontprimitive.swift +20 -3
- package/dist/ios/shared/Sizeprimitive.swift +5 -0
- package/dist/ios/shared/Spaceprimitive.swift +5 -0
- package/dist/js/brands/advertorial/density/density-compact.js +16 -1
- package/dist/js/brands/advertorial/density/density-default.js +16 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/bild/density/density-compact.js +16 -1
- package/dist/js/brands/bild/density/density-default.js +16 -1
- package/dist/js/brands/bild/density/density-spacious.js +16 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/sportbild/density/density-compact.js +16 -1
- package/dist/js/brands/sportbild/density/density-default.js +16 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/shared/colorprimitive.js +125 -45
- package/dist/js/shared/fontprimitive.js +76 -34
- package/dist/js/shared/sizeprimitive.js +8 -1
- package/dist/js/shared/spaceprimitive.js +8 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/bild/density/density-compact.scss +22 -6
- package/dist/scss/brands/bild/density/density-default.scss +22 -6
- package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/shared/colorprimitive.scss +129 -48
- package/dist/scss/shared/fontprimitive.scss +76 -33
- package/dist/scss/shared/sizeprimitive.scss +9 -1
- package/dist/scss/shared/spaceprimitive.scss +9 -1
- package/package.json +1 -1
|
@@ -1,92 +1,410 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* brandtokenmapping.js
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:56.294Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
7
|
+
// ============================================
|
|
8
|
+
// COMPONENT
|
|
9
|
+
// ============================================
|
|
10
|
+
|
|
11
|
+
export const buttonLabelFontWeightSt = "Bold Italic";
|
|
12
|
+
|
|
13
|
+
// Component - Accordion
|
|
14
|
+
export const accordionLabelFontFamily = "Inter";
|
|
15
|
+
|
|
16
|
+
// Component - Article - FontSize
|
|
17
|
+
/** --article-figure-caption-font-size-sm */
|
|
18
|
+
export const articleImageCaptionFontSizeXs = "13px";
|
|
19
|
+
/** --article-figure-caption-font-size-md */
|
|
20
|
+
export const articleImageCaptionFontSizeMd = "13px";
|
|
21
|
+
/** --article-figure-caption-font-size-lg */
|
|
22
|
+
export const articleImageCaptionFontSizeLg = "15px";
|
|
23
|
+
/** --article-figure-caption-font-size-sm */
|
|
24
|
+
export const articleImageCaptionFontSizeSm = "13px";
|
|
25
|
+
/** --article-figure-meta-font-size-sm */
|
|
26
|
+
export const articleImageSourceFontSizeXs = "13px";
|
|
27
|
+
/** --article-figure-meta-font-size-sm */
|
|
28
|
+
export const articleImageSourceFontSizeSm = "13px";
|
|
29
|
+
/** --article-figure-meta-font-size-sm */
|
|
30
|
+
export const articleImageSourceFontSizeMd = "13px";
|
|
31
|
+
/** --article-figure-meta-font-size-lg */
|
|
32
|
+
export const articleImageSourceFontSizeLg = "15px";
|
|
33
|
+
|
|
34
|
+
// Component - Article - LineHeight
|
|
35
|
+
/** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
|
|
36
|
+
export const articleImageCaptionLineHeightXs = "16.899999618530273px";
|
|
37
|
+
/** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
|
|
38
|
+
export const articleImageCaptionLineHeightMd = "16.899999618530273px";
|
|
39
|
+
/** --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24 */
|
|
40
|
+
export const articleImageCaptionLineHeightLg = "19.5px";
|
|
41
|
+
/** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
|
|
42
|
+
export const articleImageCaptionLineHeightSm = "16.899999618530273px";
|
|
43
|
+
/** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
44
|
+
export const articleImageSourceLineHeightMd = "17px";
|
|
45
|
+
/** --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24 */
|
|
46
|
+
export const articleImageSourceLineHeightLg = "19px";
|
|
47
|
+
/** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
48
|
+
export const articleImageSourceLineHeightXs = "17px";
|
|
49
|
+
/** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
50
|
+
export const articleImageSourceLineHeightSm = "17px";
|
|
51
|
+
|
|
52
|
+
// Component - Avatar
|
|
53
|
+
/** current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
|
|
54
|
+
export const avatarFontFamily = "Inter";
|
|
55
|
+
/** 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13 */
|
|
56
|
+
export const avatarFontSizeSm = "13px";
|
|
57
|
+
/** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
|
|
58
|
+
export const avatarFontSizeLg = "15px";
|
|
59
|
+
|
|
60
|
+
// Component - Breadcrumb - FontFamily
|
|
61
|
+
/** --breadcrumb-font */
|
|
62
|
+
export const breadcrumbFontFamily = "Inter";
|
|
63
|
+
|
|
64
|
+
// Component - Breadcrumb - FontSize
|
|
65
|
+
/** --breadcrumb-font-size-sm */
|
|
66
|
+
export const breadcrumbFontSizeXs = "14px";
|
|
67
|
+
/** --breadcrumb-font-size-sm */
|
|
68
|
+
export const breadcrumbFontSizeSm = "14px";
|
|
69
|
+
/** --breadcrumb-font-size-sm */
|
|
70
|
+
export const breadcrumbFontSizeMd = "14px";
|
|
71
|
+
/** --breadcrumb-font-size-lg */
|
|
72
|
+
export const breadcrumbFontSizeLg = "11px";
|
|
73
|
+
|
|
74
|
+
// Component - Breadcrumb - FontWeight
|
|
75
|
+
/** --breadcrumb-font-size-sm */
|
|
76
|
+
export const breadcrumbFontWeight = "400";
|
|
77
|
+
|
|
78
|
+
// Component - Breadcrumb - LineHeight
|
|
79
|
+
/** not defined as variable */
|
|
80
|
+
export const breadcrumbLineHeightXs = "14px";
|
|
81
|
+
/** not defined as variable */
|
|
82
|
+
export const breadcrumbLineHeightSm = "14px";
|
|
83
|
+
/** not defined as variable */
|
|
84
|
+
export const breadcrumbLineHeightMd = "14px";
|
|
85
|
+
/** not defined as variable */
|
|
86
|
+
export const breadcrumbLineHeightLg = "11px";
|
|
87
|
+
|
|
88
|
+
// Component - BreakingNews
|
|
89
|
+
export const breakingNewsContentFontSize = "26px";
|
|
90
|
+
|
|
91
|
+
// Component - Footer
|
|
92
|
+
export const footerLinkFontFamily = "Inter";
|
|
93
|
+
|
|
94
|
+
// Component - Inputfield
|
|
95
|
+
export const inputFieldLabelFontFamily = "Inter";
|
|
96
|
+
|
|
97
|
+
// Component - MediaPlayer
|
|
98
|
+
export const videoTimeBadgeFontFamily = "Inter";
|
|
99
|
+
|
|
100
|
+
// Component - Menu
|
|
101
|
+
/** --nav-btn-font-size */
|
|
102
|
+
export const menuItemFontSize = "18px";
|
|
103
|
+
/** --caption-1-font-size-md */
|
|
104
|
+
export const appTopBarTitleFontSizeMd = "13px";
|
|
105
|
+
/** --caption-1-font-size-lg */
|
|
106
|
+
export const appTopBarTitleFontSizeLg = "13px";
|
|
107
|
+
/** --caption-1-font-size-sm */
|
|
108
|
+
export const appTopBarTitleFontSizeXs = "12px";
|
|
109
|
+
/** --caption-1-font-size-sm */
|
|
110
|
+
export const appTopBarTitleFontSizeSm = "12px";
|
|
111
|
+
export const appTopBarTitleLineHeightMd = "17px";
|
|
112
|
+
export const appTopBarTitleLineHeightLg = "17px";
|
|
113
|
+
export const appTopBarTitleLineHeightXs = "14px";
|
|
114
|
+
export const appTopBarTitleLineHeightSm = "14px";
|
|
115
|
+
export const menuItemFontWeight = "Black Italic";
|
|
116
|
+
|
|
117
|
+
// Component - Teaser
|
|
118
|
+
/** --teaser-title-padding-lg */
|
|
119
|
+
export const teaserTitleInlineSpaceLg = "16px";
|
|
120
|
+
/** --teaser-title-padding-md */
|
|
121
|
+
export const teaserTitleInlineSpaceMd = "16px";
|
|
122
|
+
/** --teaser-title-padding-sm */
|
|
123
|
+
export const teaserTitleInlineSpaceSm = "12px";
|
|
124
|
+
/** --teaser-title-padding-xs */
|
|
125
|
+
export const teaserTitleInlineSpaceXs = "12px";
|
|
126
|
+
|
|
127
|
+
// Component - Teaser - 2xaTeaser
|
|
128
|
+
export const _2xaTeaserTitleInlineSpace = "16px";
|
|
129
|
+
|
|
130
|
+
// Component - Teaser - Quad
|
|
131
|
+
export const qTeaserTitleInlineSpaceLg = "24px";
|
|
132
|
+
export const qTeaserTitleInlineSpaceMd = "24px";
|
|
133
|
+
export const qTeaserTitleInlineSpaceSm = "12px";
|
|
134
|
+
export const qTeaserTitleInlineSpaceXs = "12px";
|
|
135
|
+
|
|
136
|
+
// Component - Teaser - aTeaser
|
|
137
|
+
export const aTeaserTitleInlineSpaceLg = "16px";
|
|
138
|
+
export const aTeaserTitleInlineSpaceMd = "16px";
|
|
139
|
+
export const aTeaserTitleInlineSpaceXs = "12px";
|
|
140
|
+
export const aTeaserTitleInlineSpaceSm = "12px";
|
|
141
|
+
|
|
142
|
+
// Component - Teaser - bTeaser
|
|
143
|
+
export const bTeaserTitleInlineSpace = "16px";
|
|
144
|
+
|
|
145
|
+
// Component - Teaser - miniQ
|
|
146
|
+
export const miniQteaserTitleInlineSpaceMd = "12px";
|
|
147
|
+
export const miniQteaserTitleInlineSpaceLg = "12px";
|
|
148
|
+
export const miniQteaserTitleInlineSpaceSm = "12px";
|
|
149
|
+
export const miniQteaserTitleInlineSpaceXs = "12px";
|
|
150
|
+
|
|
151
|
+
// Component - Teaser - superA
|
|
152
|
+
export const superAteaserTitleInlineSpace = "24px";
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
// ============================================
|
|
156
|
+
// GLOBAL
|
|
157
|
+
// ============================================
|
|
158
|
+
|
|
159
|
+
// Global - Typography - FontFamily
|
|
160
|
+
/** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
|
|
161
|
+
export const kickerFontFamily = "AntennaExtraCond";
|
|
162
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
|
|
163
|
+
export const displayFontFamily = "AntennaCond";
|
|
164
|
+
/** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
|
|
165
|
+
export const headlineFontFamily = "AntennaExtraCond";
|
|
166
|
+
/** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
|
|
167
|
+
export const subheadlineFontFamily = "AntennaCond";
|
|
168
|
+
/** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
|
|
169
|
+
export const bodyFontFamily = "Inter";
|
|
170
|
+
/** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
|
|
171
|
+
export const footnoteFontFamily = "Inter";
|
|
172
|
+
/** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
|
|
173
|
+
export const labelFontFamily = "AntennaExtraCond";
|
|
174
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
|
|
175
|
+
export const quoteFontFamily = "AntennaCond";
|
|
176
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
|
|
177
|
+
export const titleFontFamily = "AntennaCond";
|
|
178
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
|
|
179
|
+
export const calloutFontFamily = "AntennaCond";
|
|
180
|
+
|
|
181
|
+
// Global - Typography - FontSize - Body
|
|
182
|
+
/** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size */
|
|
183
|
+
export const bodyFontSizeXs = "17px";
|
|
184
|
+
/** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size */
|
|
185
|
+
export const bodyFontSizeSm = "17px";
|
|
186
|
+
/** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for medium device sizes. Current online css: --body-font-size */
|
|
187
|
+
export const bodyFontSizeMd = "17px";
|
|
188
|
+
/** Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for large device sizes. Current online css: --body-font-size */
|
|
189
|
+
export const bodyFontSizeLg = "17px";
|
|
190
|
+
|
|
191
|
+
// Global - Typography - FontSize - Callout
|
|
192
|
+
/** Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css: */
|
|
193
|
+
export const callout1FontSizeXs = "18px";
|
|
194
|
+
/** Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css: */
|
|
195
|
+
export const callout1FontSizeSm = "18px";
|
|
196
|
+
/** Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for medium device sizes. Current online css: */
|
|
197
|
+
export const callout1FontSizeMd = "24px";
|
|
198
|
+
/** Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for large device sizes. Current online css: */
|
|
199
|
+
export const callout1FontSizeLg = "24px";
|
|
200
|
+
|
|
201
|
+
// Global - Typography - FontSize - Display
|
|
202
|
+
/** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
|
|
5
203
|
export const display1FontSizeXs = "38px";
|
|
204
|
+
/** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
|
|
6
205
|
export const display1FontSizeSm = "38px";
|
|
206
|
+
/** Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes. */
|
|
7
207
|
export const display1FontSizeMd = "68px";
|
|
208
|
+
/** Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes. */
|
|
8
209
|
export const display1FontSizeLg = "114px";
|
|
210
|
+
/** Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes. */
|
|
9
211
|
export const display2FontSizeXs = "34px";
|
|
212
|
+
/** Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes. */
|
|
10
213
|
export const display2FontSizeSm = "34px";
|
|
214
|
+
/** Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes. */
|
|
11
215
|
export const display2FontSizeMd = "40px";
|
|
216
|
+
/** Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes. */
|
|
12
217
|
export const display2FontSizeLg = "61px";
|
|
218
|
+
/** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
|
|
13
219
|
export const display3FontSizeSm = "27px";
|
|
220
|
+
/** Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes. */
|
|
14
221
|
export const display3FontSizeMd = "30px";
|
|
222
|
+
/** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes. */
|
|
15
223
|
export const display3FontSizeLg = "38px";
|
|
224
|
+
/** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
|
|
16
225
|
export const display3FontSizeXs = "27px";
|
|
226
|
+
|
|
227
|
+
// Global - Typography - FontSize - Footnote
|
|
228
|
+
/** --footnote-font-size-sm */
|
|
229
|
+
export const footnote1FontSizeXs = "13px";
|
|
230
|
+
/** --footnote-font-size-sm */
|
|
231
|
+
export const footnote1FontSizeSm = "13px";
|
|
232
|
+
export const footnote1FontSizeMd = "13px";
|
|
233
|
+
/** --footnote-font-size-lg */
|
|
234
|
+
export const footnote1FontSizeLg = "15px";
|
|
235
|
+
export const footnote2FontSizeXs = "10px";
|
|
236
|
+
export const footnote2FontSizeSm = "10px";
|
|
237
|
+
export const footnote2FontSizeMd = "10px";
|
|
238
|
+
export const footnote2FontSizeLg = "13px";
|
|
239
|
+
|
|
240
|
+
// Global - Typography - FontSize - Headline
|
|
241
|
+
/** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
|
|
17
242
|
export const headline1FontSizeXs = "42px";
|
|
243
|
+
/** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
|
|
18
244
|
export const headline1FontSizeSm = "42px";
|
|
245
|
+
/** Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes. */
|
|
19
246
|
export const headline1FontSizeMd = "60px";
|
|
247
|
+
/** Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes. */
|
|
20
248
|
export const headline1FontSizeLg = "80px";
|
|
249
|
+
/** Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes. */
|
|
21
250
|
export const headline2FontSizeXs = "42px";
|
|
251
|
+
/** Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes. */
|
|
22
252
|
export const headline2FontSizeSm = "42px";
|
|
253
|
+
/** Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes. */
|
|
23
254
|
export const headline2FontSizeMd = "44px";
|
|
255
|
+
/** Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes. */
|
|
24
256
|
export const headline2FontSizeLg = "50px";
|
|
257
|
+
/** Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes. */
|
|
25
258
|
export const headline3FontSizeXs = "30px";
|
|
259
|
+
/** Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes. */
|
|
26
260
|
export const headline3FontSizeSm = "30px";
|
|
261
|
+
/** Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes. */
|
|
27
262
|
export const headline3FontSizeMd = "30px";
|
|
263
|
+
/** Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes. */
|
|
28
264
|
export const headline3FontSizeLg = "34px";
|
|
265
|
+
/** Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes. */
|
|
29
266
|
export const headline4FontSizeXs = "21px";
|
|
267
|
+
/** Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes. */
|
|
30
268
|
export const headline4FontSizeSm = "21px";
|
|
269
|
+
/** Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes. */
|
|
31
270
|
export const headline4FontSizeMd = "26px";
|
|
271
|
+
/** Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes. */
|
|
32
272
|
export const headline4FontSizeLg = "26px";
|
|
273
|
+
/** This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg */
|
|
33
274
|
export const headlineTextAlign = "left";
|
|
275
|
+
|
|
276
|
+
// Global - Typography - FontSize - Kicker
|
|
277
|
+
/** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
|
|
34
278
|
export const kicker1FontSizeXs = "20px";
|
|
279
|
+
/** Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm */
|
|
35
280
|
export const kicker1FontSizeSm = "20px";
|
|
281
|
+
/** Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md */
|
|
36
282
|
export const kicker1FontSizeMd = "26px";
|
|
283
|
+
/** Bild: 30 | SpoBi: 32 | Ads: 25 | This variable is used in the kicker1 text style font size parameter for large device sizes. Current online css: --kicker-0-font-size-lg */
|
|
37
284
|
export const kicker1FontSizeLg = "32px";
|
|
285
|
+
/** Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm */
|
|
38
286
|
export const kicker2FontSizeXs = "16px";
|
|
287
|
+
/** Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm */
|
|
39
288
|
export const kicker2FontSizeSm = "16px";
|
|
289
|
+
/** Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker2 text style font size parameter for medium device sizes. Current online css: --kicker-1-font-size-md */
|
|
40
290
|
export const kicker2FontSizeMd = "26px";
|
|
291
|
+
/** Bild: 24 | SpoBi: 26 | Ads: 21 | This variable is used in the kicker2 text style font size parameter for large device sizes. Current online css: --kicker-1-font-size-lg */
|
|
41
292
|
export const kicker2FontSizeLg = "26px";
|
|
293
|
+
/** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm */
|
|
42
294
|
export const kicker3FontSizeXs = "16px";
|
|
295
|
+
/** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm */
|
|
43
296
|
export const kicker3FontSizeSm = "16px";
|
|
297
|
+
/** Bild: 18 | SpoBi: 20 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for medium device sizes. Current online css: --kicker-2-font-size-md */
|
|
44
298
|
export const kicker3FontSizeMd = "20px";
|
|
299
|
+
/** Bild: 20 | SpoBi: 22 | Ads: 16 | This variable is used in the kicker3 text style font size parameter for large device sizes. Current online css: --kicker-2-font-size-lg */
|
|
45
300
|
export const kicker3FontSizeLg = "22px";
|
|
301
|
+
/** Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm */
|
|
46
302
|
export const kicker4FontSizeXs = "14px";
|
|
303
|
+
/** Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm */
|
|
47
304
|
export const kicker4FontSizeSm = "14px";
|
|
305
|
+
/** Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md */
|
|
48
306
|
export const kicker4FontSizeMd = "16px";
|
|
307
|
+
/** Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg */
|
|
49
308
|
export const kicker4FontSizeLg = "18px";
|
|
309
|
+
|
|
310
|
+
// Global - Typography - FontSize - Label
|
|
311
|
+
export const label1FontSize = "17px";
|
|
312
|
+
export const label2FontSize = "15px";
|
|
313
|
+
export const label3FontSize = "12px";
|
|
314
|
+
export const label4FontSize = "8px";
|
|
315
|
+
export const label1RespFontSizeXs = "10px";
|
|
316
|
+
export const label1RespFontSizeSm = "10px";
|
|
317
|
+
export const label1RespFontSizeMd = "15px";
|
|
318
|
+
export const label1RespFontSizeLg = "17px";
|
|
319
|
+
|
|
320
|
+
// Global - Typography - FontSize - Quote
|
|
321
|
+
export const quoteFontSizeXs = "16px";
|
|
322
|
+
export const quoteFontSizeSm = "16px";
|
|
323
|
+
export const quoteFontSizeMd = "18px";
|
|
324
|
+
export const quoteFontSizeLg = "20px";
|
|
325
|
+
|
|
326
|
+
// Global - Typography - FontSize - Subheadline
|
|
327
|
+
/** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
|
|
50
328
|
export const subheadline1FontSizeXs = "18px";
|
|
329
|
+
/** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
|
|
51
330
|
export const subheadline1FontSizeSm = "18px";
|
|
331
|
+
/** Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes. */
|
|
52
332
|
export const subheadline1FontSizeMd = "22px";
|
|
333
|
+
/** Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes. */
|
|
53
334
|
export const subheadline1FontSizeLg = "26px";
|
|
335
|
+
|
|
336
|
+
// Global - Typography - FontSize - Title
|
|
337
|
+
/** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
|
|
54
338
|
export const title1FontSizeXs = "24px";
|
|
339
|
+
/** Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm */
|
|
55
340
|
export const title1FontSizeSm = "24px";
|
|
341
|
+
/** Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md */
|
|
56
342
|
export const title1FontSizeMd = "28px";
|
|
343
|
+
/** Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg */
|
|
57
344
|
export const title1FontSizeLg = "30px";
|
|
345
|
+
/** Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm */
|
|
58
346
|
export const title2FontSizeXs = "16px";
|
|
347
|
+
/** Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm */
|
|
59
348
|
export const title2FontSizeSm = "16px";
|
|
349
|
+
/** Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md */
|
|
60
350
|
export const title2FontSizeMd = "18px";
|
|
351
|
+
/** Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg */
|
|
61
352
|
export const title2FontSizeLg = "20px";
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export const
|
|
65
|
-
export const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
export const
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export const
|
|
75
|
-
export const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
80
|
-
export const
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
85
|
-
export const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
353
|
+
|
|
354
|
+
// Global - Typography - FontWeight - Body
|
|
355
|
+
export const bodyFontWeightBook = "400";
|
|
356
|
+
export const bodyFontWeightBold = "700";
|
|
357
|
+
|
|
358
|
+
// Global - Typography - FontWeight - Callout
|
|
359
|
+
export const calloutFontWeight = "800";
|
|
360
|
+
|
|
361
|
+
// Global - Typography - FontWeight - Display
|
|
362
|
+
export const displayFontWeight = "800";
|
|
363
|
+
|
|
364
|
+
// Global - Typography - FontWeight - Footnote
|
|
365
|
+
export const footnoteFontWeightBook = "400";
|
|
366
|
+
export const footnoteFontWeightBold = "700";
|
|
367
|
+
|
|
368
|
+
// Global - Typography - FontWeight - Headline
|
|
369
|
+
export const headline1FontWeightSt = "Bold Italic";
|
|
370
|
+
export const headline1FontWeight = "700";
|
|
371
|
+
export const headline2FontWeight = "700";
|
|
372
|
+
export const headline3FontWeight = "700";
|
|
373
|
+
export const headline4FontWeight = "700";
|
|
374
|
+
export const headline2FontWeightSt = "Bold Italic";
|
|
375
|
+
export const headline3FontWeightSt = "Bold Italic";
|
|
376
|
+
export const headline4FontWeightSt = "Bold Italic";
|
|
377
|
+
|
|
378
|
+
// Global - Typography - FontWeight - Kicker
|
|
379
|
+
export const kickerFontWeight = "700";
|
|
380
|
+
export const kickerFontWeightSt = "Black Italic";
|
|
381
|
+
|
|
382
|
+
// Global - Typography - FontWeight - Label
|
|
383
|
+
export const labelFontWeightBook = "400";
|
|
384
|
+
export const labelFontWeightBold = "700";
|
|
385
|
+
|
|
386
|
+
// Global - Typography - FontWeight - Quote
|
|
387
|
+
export const quoteFontWeight = "800";
|
|
388
|
+
|
|
389
|
+
// Global - Typography - FontWeight - Subheadline
|
|
390
|
+
export const subheadlineFontWeight = "700";
|
|
391
|
+
|
|
392
|
+
// Global - Typography - FontWeight - Title
|
|
393
|
+
export const titleFontWeight = "800";
|
|
394
|
+
|
|
395
|
+
// Global - Typography - LineHeight - Body
|
|
396
|
+
export const bodyLineHeightXs = "28.049999237060547px";
|
|
397
|
+
export const bodyLineHeightSm = "28.049999237060547px";
|
|
398
|
+
export const bodyLineHeightMd = "29.75px";
|
|
399
|
+
export const bodyLineHeightLg = "28.049999237060547px";
|
|
400
|
+
|
|
401
|
+
// Global - Typography - LineHeight - Callout
|
|
402
|
+
export const callout1LineHeightXs = "23.399999618530273px";
|
|
403
|
+
export const callout1LineHeightSm = "23.399999618530273px";
|
|
404
|
+
export const callout1LineHeightMd = "31.200000762939453px";
|
|
405
|
+
export const callout1LineHeightLg = "31.200000762939453px";
|
|
406
|
+
|
|
407
|
+
// Global - Typography - LineHeight - Display
|
|
90
408
|
export const display1LineHeightXs = "40px";
|
|
91
409
|
export const display1LineHeightSm = "40px";
|
|
92
410
|
export const display1LineHeightMd = "72px";
|
|
@@ -99,6 +417,18 @@ export const display3LineHeightLg = "40px";
|
|
|
99
417
|
export const display3LineHeightMd = "32px";
|
|
100
418
|
export const display3LineHeightSm = "28px";
|
|
101
419
|
export const display3LineHeightXs = "28px";
|
|
420
|
+
|
|
421
|
+
// Global - Typography - LineHeight - Footnote
|
|
422
|
+
export const footnote1LineHeightXs = "17.030000686645508px";
|
|
423
|
+
export const footnote1LineHeightSm = "17.030000686645508px";
|
|
424
|
+
export const footnote1LineHeightMd = "17.030000686645508px";
|
|
425
|
+
export const footnote1LineHeightLg = "19px";
|
|
426
|
+
export const footnote2LineHeightXs = "13px";
|
|
427
|
+
export const footnote2LineHeightSm = "13px";
|
|
428
|
+
export const footnote2LineHeightMd = "13px";
|
|
429
|
+
export const footnote2LineHeightLg = "17.030000686645508px";
|
|
430
|
+
|
|
431
|
+
// Global - Typography - LineHeight - Headline
|
|
102
432
|
export const headline1LineHeightXs = "42px";
|
|
103
433
|
export const headline1LineHeightSm = "42px";
|
|
104
434
|
export const headline1LineHeightMd = "69px";
|
|
@@ -115,10 +445,8 @@ export const headline4LineHeightXs = "23.100000381469727px";
|
|
|
115
445
|
export const headline4LineHeightSm = "23.100000381469727px";
|
|
116
446
|
export const headline4LineHeightMd = "28.600000381469727px";
|
|
117
447
|
export const headline4LineHeightLg = "29.899999618530273px";
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
export const subheadline1LineHeightMd = "28.600000381469727px";
|
|
121
|
-
export const subheadline1LineHeightLg = "33.79999923706055px";
|
|
448
|
+
|
|
449
|
+
// Global - Typography - LineHeight - Kicker
|
|
122
450
|
export const kicker1LineHeightXs = "22px";
|
|
123
451
|
export const kicker1LineHeightSm = "22px";
|
|
124
452
|
export const kicker1LineHeightMd = "28.600000381469727px";
|
|
@@ -135,141 +463,59 @@ export const kicker4LineHeightXs = "15.399999618530273px";
|
|
|
135
463
|
export const kicker4LineHeightSm = "15.399999618530273px";
|
|
136
464
|
export const kicker4LineHeightMd = "17.600000381469727px";
|
|
137
465
|
export const kicker4LineHeightLg = "19.799999237060547px";
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
export const title1LineHeightLg = "33px";
|
|
142
|
-
export const title2LineHeightXs = "16.799999237060547px";
|
|
143
|
-
export const title2LineHeightSm = "20.799999237060547px";
|
|
144
|
-
export const title2LineHeightMd = "23.399999618530273px";
|
|
145
|
-
export const title2LineHeightLg = "26px";
|
|
146
|
-
export const callout1LineHeightXs = "23.399999618530273px";
|
|
147
|
-
export const callout1LineHeightSm = "23.399999618530273px";
|
|
148
|
-
export const callout1LineHeightMd = "31.200000762939453px";
|
|
149
|
-
export const callout1LineHeightLg = "31.200000762939453px";
|
|
150
|
-
export const bodyLineHeightXs = "28.049999237060547px";
|
|
151
|
-
export const bodyLineHeightSm = "28.049999237060547px";
|
|
152
|
-
export const bodyLineHeightMd = "29.75px";
|
|
153
|
-
export const bodyLineHeightLg = "28.049999237060547px";
|
|
154
|
-
export const footnote1LineHeightXs = "17.030000686645508px";
|
|
155
|
-
export const footnote1LineHeightSm = "17.030000686645508px";
|
|
156
|
-
export const footnote1LineHeightMd = "17.030000686645508px";
|
|
157
|
-
export const footnote1LineHeightLg = "19px";
|
|
158
|
-
export const footnote2LineHeightXs = "13px";
|
|
159
|
-
export const footnote2LineHeightSm = "13px";
|
|
160
|
-
export const footnote2LineHeightMd = "13px";
|
|
161
|
-
export const footnote2LineHeightLg = "17.030000686645508px";
|
|
466
|
+
|
|
467
|
+
// Global - Typography - LineHeight - Label
|
|
468
|
+
/** Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter. */
|
|
162
469
|
export const label1LineHeight = "20.399999618530273px";
|
|
470
|
+
/** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
163
471
|
export const label1RespLineHeightXs = "12px";
|
|
472
|
+
/** Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
164
473
|
export const label1RespLineHeightSm = "12px";
|
|
474
|
+
/** Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
165
475
|
export const label1RespLineHeightMd = "18px";
|
|
476
|
+
/** Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter. */
|
|
166
477
|
export const label1RespLineHeightLg = "20.399999618530273px";
|
|
478
|
+
/** Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter. */
|
|
167
479
|
export const label2LineHeight = "19.200000762939453px";
|
|
480
|
+
/** Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter. */
|
|
168
481
|
export const label3LineHeight = "14.399999618530273px";
|
|
482
|
+
/** Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter. */
|
|
169
483
|
export const label4LineHeight = "10px";
|
|
484
|
+
|
|
485
|
+
// Global - Typography - LineHeight - Quote
|
|
170
486
|
export const quoteLineHeightXs = "20.799999237060547px";
|
|
171
487
|
export const quoteLineHeightSm = "20.799999237060547px";
|
|
172
488
|
export const quoteLineHeightMd = "23.399999618530273px";
|
|
173
489
|
export const quoteLineHeightLg = "26px";
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
export const
|
|
183
|
-
export const
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
export const
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
export const calloutFontFamily = "AntennaCond";
|
|
205
|
-
export const hideOnBild = true;
|
|
206
|
-
export const hideOnSportBild = false;
|
|
207
|
-
export const onlyAdvertorial = false;
|
|
208
|
-
export const hideOnAdvertorial = true;
|
|
209
|
-
export const onlyBild = false;
|
|
210
|
-
export const onlySportBild = true;
|
|
211
|
-
export const articleImageCaptionFontSizeXs = "13px";
|
|
212
|
-
export const articleImageCaptionFontSizeMd = "13px";
|
|
213
|
-
export const articleImageCaptionFontSizeLg = "15px";
|
|
214
|
-
export const articleImageCaptionFontSizeSm = "13px";
|
|
215
|
-
export const articleImageSourceFontSizeXs = "13px";
|
|
216
|
-
export const articleImageSourceFontSizeSm = "13px";
|
|
217
|
-
export const articleImageSourceFontSizeMd = "13px";
|
|
218
|
-
export const articleImageSourceFontSizeLg = "15px";
|
|
219
|
-
export const articleImageCaptionLineHeightXs = "16.899999618530273px";
|
|
220
|
-
export const articleImageCaptionLineHeightMd = "16.899999618530273px";
|
|
221
|
-
export const articleImageCaptionLineHeightLg = "19.5px";
|
|
222
|
-
export const articleImageCaptionLineHeightSm = "16.899999618530273px";
|
|
223
|
-
export const articleImageSourceLineHeightMd = "17px";
|
|
224
|
-
export const articleImageSourceLineHeightLg = "19px";
|
|
225
|
-
export const articleImageSourceLineHeightXs = "17px";
|
|
226
|
-
export const articleImageSourceLineHeightSm = "17px";
|
|
227
|
-
export const breadcrumbFontSizeXs = "14px";
|
|
228
|
-
export const breadcrumbFontSizeSm = "14px";
|
|
229
|
-
export const breadcrumbFontSizeMd = "14px";
|
|
230
|
-
export const breadcrumbFontSizeLg = "11px";
|
|
231
|
-
export const breadcrumbLineHeightXs = "14px";
|
|
232
|
-
export const breadcrumbLineHeightSm = "14px";
|
|
233
|
-
export const breadcrumbLineHeightMd = "14px";
|
|
234
|
-
export const breadcrumbLineHeightLg = "11px";
|
|
235
|
-
export const breadcrumbFontFamily = "Inter";
|
|
236
|
-
export const breadcrumbFontWeight = 400;
|
|
237
|
-
export const menuItemFontSize = "18px";
|
|
238
|
-
export const appTopBarTitleFontSizeMd = "13px";
|
|
239
|
-
export const appTopBarTitleFontSizeLg = "13px";
|
|
240
|
-
export const appTopBarTitleFontSizeXs = "12px";
|
|
241
|
-
export const appTopBarTitleFontSizeSm = "12px";
|
|
242
|
-
export const appTopBarTitleLineHeightMd = "17px";
|
|
243
|
-
export const appTopBarTitleLineHeightLg = "17px";
|
|
244
|
-
export const appTopBarTitleLineHeightXs = "14px";
|
|
245
|
-
export const appTopBarTitleLineHeightSm = "14px";
|
|
246
|
-
export const menuItemFontWeight = "Black Italic";
|
|
247
|
-
export const teaserTitleInlineSpaceLg = "16px";
|
|
248
|
-
export const teaserTitleInlineSpaceMd = "16px";
|
|
249
|
-
export const teaserTitleInlineSpaceSm = "12px";
|
|
250
|
-
export const teaserTitleInlineSpaceXs = "12px";
|
|
251
|
-
export const qTeaserTitleInlineSpaceLg = "24px";
|
|
252
|
-
export const qTeaserTitleInlineSpaceMd = "24px";
|
|
253
|
-
export const qTeaserTitleInlineSpaceSm = "12px";
|
|
254
|
-
export const qTeaserTitleInlineSpaceXs = "12px";
|
|
255
|
-
export const aTeaserTitleInlineSpaceLg = "16px";
|
|
256
|
-
export const aTeaserTitleInlineSpaceMd = "16px";
|
|
257
|
-
export const aTeaserTitleInlineSpaceXs = "12px";
|
|
258
|
-
export const aTeaserTitleInlineSpaceSm = "12px";
|
|
259
|
-
export const bTeaserTitleInlineSpace = "16px";
|
|
260
|
-
export const _2xaTeaserTitleInlineSpace = "16px";
|
|
261
|
-
export const miniQteaserTitleInlineSpaceMd = "12px";
|
|
262
|
-
export const miniQteaserTitleInlineSpaceLg = "12px";
|
|
263
|
-
export const miniQteaserTitleInlineSpaceSm = "12px";
|
|
264
|
-
export const miniQteaserTitleInlineSpaceXs = "12px";
|
|
265
|
-
export const superAteaserTitleInlineSpace = "24px";
|
|
266
|
-
export const avatarFontFamily = "Inter";
|
|
267
|
-
export const avatarFontSizeSm = "13px";
|
|
268
|
-
export const avatarFontSizeLg = "15px";
|
|
269
|
-
export const breakingNewsContentFontSize = "26px";
|
|
270
|
-
export const accordionLabelFontFamily = "Inter";
|
|
271
|
-
export const footerLinkFontFamily = "Inter";
|
|
272
|
-
export const videoTimeBadgeFontFamily = "Inter";
|
|
273
|
-
export const inputFieldLabelFontFamily = "Inter";
|
|
274
|
-
export const buttonLabelFontWeightSt = "Bold Italic";
|
|
490
|
+
|
|
491
|
+
// Global - Typography - LineHeight - Subheadline
|
|
492
|
+
export const subheadline1LineHeightXs = "23.399999618530273px";
|
|
493
|
+
export const subheadline1LineHeightSm = "23.399999618530273px";
|
|
494
|
+
export const subheadline1LineHeightMd = "28.600000381469727px";
|
|
495
|
+
export const subheadline1LineHeightLg = "33.79999923706055px";
|
|
496
|
+
|
|
497
|
+
// Global - Typography - LineHeight - Title
|
|
498
|
+
export const title1LineHeightXs = "26.399999618530273px";
|
|
499
|
+
export const title1LineHeightSm = "26.399999618530273px";
|
|
500
|
+
export const title1LineHeightMd = "30.799999237060547px";
|
|
501
|
+
export const title1LineHeightLg = "33px";
|
|
502
|
+
export const title2LineHeightXs = "16.799999237060547px";
|
|
503
|
+
export const title2LineHeightSm = "20.799999237060547px";
|
|
504
|
+
export const title2LineHeightMd = "23.399999618530273px";
|
|
505
|
+
export const title2LineHeightLg = "26px";
|
|
506
|
+
|
|
507
|
+
// Global - Visibilty
|
|
508
|
+
export const hideOnBild = "true";
|
|
509
|
+
export const hideOnSportBild = "false";
|
|
510
|
+
export const onlyAdvertorial = "false";
|
|
511
|
+
export const hideOnAdvertorial = "true";
|
|
512
|
+
export const onlyBild = "false";
|
|
513
|
+
export const onlySportBild = "true";
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
// ============================================
|
|
517
|
+
// OTHER
|
|
518
|
+
// ============================================
|
|
519
|
+
|
|
275
520
|
export const brandName = "SportBILD";
|
|
521
|
+
|