@marioschmidt/design-system-tokens 1.0.22 → 1.0.24
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 +297 -113
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/bild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/shared/colorprimitive.css +97 -97
- package/dist/css/shared/fontprimitive.css +22 -22
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/shared/colorprimitive.dart +82 -82
- package/dist/flutter/shared/fontprimitive.dart +21 -21
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/shared/Colorprimitive.swift +82 -82
- package/dist/ios/shared/Fontprimitive.swift +21 -21
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/bild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/shared/colorprimitive.js +83 -83
- package/dist/js/shared/fontprimitive.js +22 -22
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/shared/colorprimitive.scss +83 -83
- package/dist/scss/shared/fontprimitive.scss +22 -22
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
|
@@ -1,203 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* brandtokenmapping.js
|
|
3
|
-
* Generiert am: 2025-11-
|
|
3
|
+
* Generiert am: 2025-11-24T21:40:51.535Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
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
7
|
// ============================================
|
|
156
8
|
// GLOBAL
|
|
157
9
|
// ============================================
|
|
158
10
|
|
|
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
11
|
// Global - Typography - FontSize - Display
|
|
202
12
|
/** Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes. */
|
|
203
13
|
export const display1FontSizeXs = "38px";
|
|
@@ -224,19 +34,6 @@ export const display3FontSizeLg = "38px";
|
|
|
224
34
|
/** Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes. */
|
|
225
35
|
export const display3FontSizeXs = "27px";
|
|
226
36
|
|
|
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
37
|
// Global - Typography - FontSize - Headline
|
|
241
38
|
/** Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes. */
|
|
242
39
|
export const headline1FontSizeXs = "42px";
|
|
@@ -307,22 +104,6 @@ export const kicker4FontSizeMd = "16px";
|
|
|
307
104
|
/** 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 */
|
|
308
105
|
export const kicker4FontSizeLg = "18px";
|
|
309
106
|
|
|
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
107
|
// Global - Typography - FontSize - Subheadline
|
|
327
108
|
/** Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes. */
|
|
328
109
|
export const subheadline1FontSizeXs = "18px";
|
|
@@ -351,58 +132,54 @@ export const title2FontSizeMd = "18px";
|
|
|
351
132
|
/** Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg */
|
|
352
133
|
export const title2FontSizeLg = "20px";
|
|
353
134
|
|
|
354
|
-
// Global - Typography -
|
|
355
|
-
|
|
356
|
-
export const
|
|
135
|
+
// Global - Typography - FontSize - Callout
|
|
136
|
+
/** 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: */
|
|
137
|
+
export const callout1FontSizeXs = "18px";
|
|
138
|
+
/** 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: */
|
|
139
|
+
export const callout1FontSizeSm = "18px";
|
|
140
|
+
/** 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: */
|
|
141
|
+
export const callout1FontSizeMd = "24px";
|
|
142
|
+
/** 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: */
|
|
143
|
+
export const callout1FontSizeLg = "24px";
|
|
357
144
|
|
|
358
|
-
// Global - Typography -
|
|
359
|
-
|
|
145
|
+
// Global - Typography - FontSize - Body
|
|
146
|
+
/** 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 */
|
|
147
|
+
export const bodyFontSizeXs = "17px";
|
|
148
|
+
/** 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 */
|
|
149
|
+
export const bodyFontSizeSm = "17px";
|
|
150
|
+
/** 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 */
|
|
151
|
+
export const bodyFontSizeMd = "17px";
|
|
152
|
+
/** 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 */
|
|
153
|
+
export const bodyFontSizeLg = "17px";
|
|
360
154
|
|
|
361
|
-
// Global - Typography -
|
|
362
|
-
|
|
155
|
+
// Global - Typography - FontSize - Footnote
|
|
156
|
+
/** --footnote-font-size-sm */
|
|
157
|
+
export const footnote1FontSizeXs = "13px";
|
|
158
|
+
/** --footnote-font-size-sm */
|
|
159
|
+
export const footnote1FontSizeSm = "13px";
|
|
160
|
+
export const footnote1FontSizeMd = "13px";
|
|
161
|
+
/** --footnote-font-size-lg */
|
|
162
|
+
export const footnote1FontSizeLg = "15px";
|
|
163
|
+
export const footnote2FontSizeXs = "10px";
|
|
164
|
+
export const footnote2FontSizeSm = "10px";
|
|
165
|
+
export const footnote2FontSizeMd = "10px";
|
|
166
|
+
export const footnote2FontSizeLg = "13px";
|
|
363
167
|
|
|
364
|
-
// Global - Typography -
|
|
365
|
-
export const
|
|
366
|
-
export const
|
|
367
|
-
|
|
368
|
-
|
|
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";
|
|
168
|
+
// Global - Typography - FontSize - Quote
|
|
169
|
+
export const quoteFontSizeXs = "16px";
|
|
170
|
+
export const quoteFontSizeSm = "16px";
|
|
171
|
+
export const quoteFontSizeMd = "18px";
|
|
172
|
+
export const quoteFontSizeLg = "20px";
|
|
400
173
|
|
|
401
|
-
// Global - Typography -
|
|
402
|
-
export const
|
|
403
|
-
export const
|
|
404
|
-
export const
|
|
405
|
-
export const
|
|
174
|
+
// Global - Typography - FontSize - Label
|
|
175
|
+
export const label1FontSize = "17px";
|
|
176
|
+
export const label2FontSize = "15px";
|
|
177
|
+
export const label3FontSize = "12px";
|
|
178
|
+
export const label4FontSize = "8px";
|
|
179
|
+
export const label1RespFontSizeXs = "10px";
|
|
180
|
+
export const label1RespFontSizeSm = "10px";
|
|
181
|
+
export const label1RespFontSizeMd = "15px";
|
|
182
|
+
export const label1RespFontSizeLg = "17px";
|
|
406
183
|
|
|
407
184
|
// Global - Typography - LineHeight - Display
|
|
408
185
|
export const display1LineHeightXs = "40px";
|
|
@@ -418,16 +195,6 @@ export const display3LineHeightMd = "32px";
|
|
|
418
195
|
export const display3LineHeightSm = "28px";
|
|
419
196
|
export const display3LineHeightXs = "28px";
|
|
420
197
|
|
|
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
198
|
// Global - Typography - LineHeight - Headline
|
|
432
199
|
export const headline1LineHeightXs = "42px";
|
|
433
200
|
export const headline1LineHeightSm = "42px";
|
|
@@ -446,6 +213,12 @@ export const headline4LineHeightSm = "23.100000381469727px";
|
|
|
446
213
|
export const headline4LineHeightMd = "28.600000381469727px";
|
|
447
214
|
export const headline4LineHeightLg = "29.899999618530273px";
|
|
448
215
|
|
|
216
|
+
// Global - Typography - LineHeight - Subheadline
|
|
217
|
+
export const subheadline1LineHeightXs = "23.399999618530273px";
|
|
218
|
+
export const subheadline1LineHeightSm = "23.399999618530273px";
|
|
219
|
+
export const subheadline1LineHeightMd = "28.600000381469727px";
|
|
220
|
+
export const subheadline1LineHeightLg = "33.79999923706055px";
|
|
221
|
+
|
|
449
222
|
// Global - Typography - LineHeight - Kicker
|
|
450
223
|
export const kicker1LineHeightXs = "22px";
|
|
451
224
|
export const kicker1LineHeightSm = "22px";
|
|
@@ -464,6 +237,38 @@ export const kicker4LineHeightSm = "15.399999618530273px";
|
|
|
464
237
|
export const kicker4LineHeightMd = "17.600000381469727px";
|
|
465
238
|
export const kicker4LineHeightLg = "19.799999237060547px";
|
|
466
239
|
|
|
240
|
+
// Global - Typography - LineHeight - Title
|
|
241
|
+
export const title1LineHeightXs = "26.399999618530273px";
|
|
242
|
+
export const title1LineHeightSm = "26.399999618530273px";
|
|
243
|
+
export const title1LineHeightMd = "30.799999237060547px";
|
|
244
|
+
export const title1LineHeightLg = "33px";
|
|
245
|
+
export const title2LineHeightXs = "16.799999237060547px";
|
|
246
|
+
export const title2LineHeightSm = "20.799999237060547px";
|
|
247
|
+
export const title2LineHeightMd = "23.399999618530273px";
|
|
248
|
+
export const title2LineHeightLg = "26px";
|
|
249
|
+
|
|
250
|
+
// Global - Typography - LineHeight - Callout
|
|
251
|
+
export const callout1LineHeightXs = "23.399999618530273px";
|
|
252
|
+
export const callout1LineHeightSm = "23.399999618530273px";
|
|
253
|
+
export const callout1LineHeightMd = "31.200000762939453px";
|
|
254
|
+
export const callout1LineHeightLg = "31.200000762939453px";
|
|
255
|
+
|
|
256
|
+
// Global - Typography - LineHeight - Body
|
|
257
|
+
export const bodyLineHeightXs = "28.049999237060547px";
|
|
258
|
+
export const bodyLineHeightSm = "28.049999237060547px";
|
|
259
|
+
export const bodyLineHeightMd = "29.75px";
|
|
260
|
+
export const bodyLineHeightLg = "28.049999237060547px";
|
|
261
|
+
|
|
262
|
+
// Global - Typography - LineHeight - Footnote
|
|
263
|
+
export const footnote1LineHeightXs = "17.030000686645508px";
|
|
264
|
+
export const footnote1LineHeightSm = "17.030000686645508px";
|
|
265
|
+
export const footnote1LineHeightMd = "17.030000686645508px";
|
|
266
|
+
export const footnote1LineHeightLg = "19px";
|
|
267
|
+
export const footnote2LineHeightXs = "13px";
|
|
268
|
+
export const footnote2LineHeightSm = "13px";
|
|
269
|
+
export const footnote2LineHeightMd = "13px";
|
|
270
|
+
export const footnote2LineHeightLg = "17.030000686645508px";
|
|
271
|
+
|
|
467
272
|
// Global - Typography - LineHeight - Label
|
|
468
273
|
/** Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter. */
|
|
469
274
|
export const label1LineHeight = "20.399999618530273px";
|
|
@@ -488,21 +293,68 @@ export const quoteLineHeightSm = "20.799999237060547px";
|
|
|
488
293
|
export const quoteLineHeightMd = "23.399999618530273px";
|
|
489
294
|
export const quoteLineHeightLg = "26px";
|
|
490
295
|
|
|
491
|
-
// Global - Typography -
|
|
492
|
-
export const
|
|
493
|
-
export const
|
|
494
|
-
export const subheadline1LineHeightMd = "28.600000381469727px";
|
|
495
|
-
export const subheadline1LineHeightLg = "33.79999923706055px";
|
|
296
|
+
// Global - Typography - FontWeight - Body
|
|
297
|
+
export const bodyFontWeightBook = "400";
|
|
298
|
+
export const bodyFontWeightBold = "700";
|
|
496
299
|
|
|
497
|
-
// Global - Typography -
|
|
498
|
-
export const
|
|
499
|
-
export const
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
export const
|
|
503
|
-
export const
|
|
504
|
-
|
|
505
|
-
|
|
300
|
+
// Global - Typography - FontWeight - Footnote
|
|
301
|
+
export const footnoteFontWeightBook = "400";
|
|
302
|
+
export const footnoteFontWeightBold = "700";
|
|
303
|
+
|
|
304
|
+
// Global - Typography - FontWeight - Label
|
|
305
|
+
export const labelFontWeightBook = "400";
|
|
306
|
+
export const labelFontWeightBold = "700";
|
|
307
|
+
|
|
308
|
+
// Global - Typography - FontWeight - Quote
|
|
309
|
+
export const quoteFontWeight = "800";
|
|
310
|
+
|
|
311
|
+
// Global - Typography - FontWeight - Display
|
|
312
|
+
export const displayFontWeight = "800";
|
|
313
|
+
|
|
314
|
+
// Global - Typography - FontWeight - Headline
|
|
315
|
+
export const headline1FontWeightSt = "Bold Italic";
|
|
316
|
+
export const headline1FontWeight = "700";
|
|
317
|
+
export const headline2FontWeight = "700";
|
|
318
|
+
export const headline3FontWeight = "700";
|
|
319
|
+
export const headline4FontWeight = "700";
|
|
320
|
+
export const headline2FontWeightSt = "Bold Italic";
|
|
321
|
+
export const headline3FontWeightSt = "Bold Italic";
|
|
322
|
+
export const headline4FontWeightSt = "Bold Italic";
|
|
323
|
+
|
|
324
|
+
// Global - Typography - FontWeight - Subheadline
|
|
325
|
+
export const subheadlineFontWeight = "700";
|
|
326
|
+
|
|
327
|
+
// Global - Typography - FontWeight - Kicker
|
|
328
|
+
export const kickerFontWeight = "700";
|
|
329
|
+
export const kickerFontWeightSt = "Black Italic";
|
|
330
|
+
|
|
331
|
+
// Global - Typography - FontWeight - Callout
|
|
332
|
+
export const calloutFontWeight = "800";
|
|
333
|
+
|
|
334
|
+
// Global - Typography - FontWeight - Title
|
|
335
|
+
export const titleFontWeight = "800";
|
|
336
|
+
|
|
337
|
+
// Global - Typography - FontFamily
|
|
338
|
+
/** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
|
|
339
|
+
export const kickerFontFamily = "AntennaExtraCond";
|
|
340
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter. */
|
|
341
|
+
export const displayFontFamily = "AntennaCond";
|
|
342
|
+
/** Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter. */
|
|
343
|
+
export const headlineFontFamily = "AntennaExtraCond";
|
|
344
|
+
/** Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter. */
|
|
345
|
+
export const subheadlineFontFamily = "AntennaCond";
|
|
346
|
+
/** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter. */
|
|
347
|
+
export const bodyFontFamily = "Inter";
|
|
348
|
+
/** Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter. */
|
|
349
|
+
export const footnoteFontFamily = "Inter";
|
|
350
|
+
/** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter. */
|
|
351
|
+
export const labelFontFamily = "AntennaExtraCond";
|
|
352
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter. */
|
|
353
|
+
export const quoteFontFamily = "AntennaCond";
|
|
354
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter. */
|
|
355
|
+
export const titleFontFamily = "AntennaCond";
|
|
356
|
+
/** Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter. */
|
|
357
|
+
export const calloutFontFamily = "AntennaCond";
|
|
506
358
|
|
|
507
359
|
// Global - Visibilty
|
|
508
360
|
export const hideOnBild = "true";
|
|
@@ -513,6 +365,154 @@ export const onlyBild = "false";
|
|
|
513
365
|
export const onlySportBild = "true";
|
|
514
366
|
|
|
515
367
|
|
|
368
|
+
// ============================================
|
|
369
|
+
// COMPONENT
|
|
370
|
+
// ============================================
|
|
371
|
+
|
|
372
|
+
// Component - Article - FontSize
|
|
373
|
+
/** --article-figure-caption-font-size-sm */
|
|
374
|
+
export const articleImageCaptionFontSizeXs = "13px";
|
|
375
|
+
/** --article-figure-caption-font-size-md */
|
|
376
|
+
export const articleImageCaptionFontSizeMd = "13px";
|
|
377
|
+
/** --article-figure-caption-font-size-lg */
|
|
378
|
+
export const articleImageCaptionFontSizeLg = "15px";
|
|
379
|
+
/** --article-figure-caption-font-size-sm */
|
|
380
|
+
export const articleImageCaptionFontSizeSm = "13px";
|
|
381
|
+
/** --article-figure-meta-font-size-sm */
|
|
382
|
+
export const articleImageSourceFontSizeXs = "13px";
|
|
383
|
+
/** --article-figure-meta-font-size-sm */
|
|
384
|
+
export const articleImageSourceFontSizeSm = "13px";
|
|
385
|
+
/** --article-figure-meta-font-size-sm */
|
|
386
|
+
export const articleImageSourceFontSizeMd = "13px";
|
|
387
|
+
/** --article-figure-meta-font-size-lg */
|
|
388
|
+
export const articleImageSourceFontSizeLg = "15px";
|
|
389
|
+
|
|
390
|
+
// Component - Article - LineHeight
|
|
391
|
+
/** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
|
|
392
|
+
export const articleImageCaptionLineHeightXs = "16.899999618530273px";
|
|
393
|
+
/** --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5 */
|
|
394
|
+
export const articleImageCaptionLineHeightMd = "16.899999618530273px";
|
|
395
|
+
/** --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24 */
|
|
396
|
+
export const articleImageCaptionLineHeightLg = "19.5px";
|
|
397
|
+
/** --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5 */
|
|
398
|
+
export const articleImageCaptionLineHeightSm = "16.899999618530273px";
|
|
399
|
+
/** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
400
|
+
export const articleImageSourceLineHeightMd = "17px";
|
|
401
|
+
/** --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24 */
|
|
402
|
+
export const articleImageSourceLineHeightLg = "19px";
|
|
403
|
+
/** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
404
|
+
export const articleImageSourceLineHeightXs = "17px";
|
|
405
|
+
/** --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19 */
|
|
406
|
+
export const articleImageSourceLineHeightSm = "17px";
|
|
407
|
+
|
|
408
|
+
// Component - Breadcrumb - FontSize
|
|
409
|
+
/** --breadcrumb-font-size-sm */
|
|
410
|
+
export const breadcrumbFontSizeXs = "14px";
|
|
411
|
+
/** --breadcrumb-font-size-sm */
|
|
412
|
+
export const breadcrumbFontSizeSm = "14px";
|
|
413
|
+
/** --breadcrumb-font-size-sm */
|
|
414
|
+
export const breadcrumbFontSizeMd = "14px";
|
|
415
|
+
/** --breadcrumb-font-size-lg */
|
|
416
|
+
export const breadcrumbFontSizeLg = "11px";
|
|
417
|
+
|
|
418
|
+
// Component - Breadcrumb - LineHeight
|
|
419
|
+
/** not defined as variable */
|
|
420
|
+
export const breadcrumbLineHeightXs = "14px";
|
|
421
|
+
/** not defined as variable */
|
|
422
|
+
export const breadcrumbLineHeightSm = "14px";
|
|
423
|
+
/** not defined as variable */
|
|
424
|
+
export const breadcrumbLineHeightMd = "14px";
|
|
425
|
+
/** not defined as variable */
|
|
426
|
+
export const breadcrumbLineHeightLg = "11px";
|
|
427
|
+
|
|
428
|
+
// Component - Breadcrumb - FontFamily
|
|
429
|
+
/** --breadcrumb-font */
|
|
430
|
+
export const breadcrumbFontFamily = "Inter";
|
|
431
|
+
|
|
432
|
+
// Component - Breadcrumb - FontWeight
|
|
433
|
+
/** --breadcrumb-font-size-sm */
|
|
434
|
+
export const breadcrumbFontWeight = "400";
|
|
435
|
+
|
|
436
|
+
// Component - Menu
|
|
437
|
+
/** --nav-btn-font-size */
|
|
438
|
+
export const menuItemFontSize = "18px";
|
|
439
|
+
/** --caption-1-font-size-md */
|
|
440
|
+
export const appTopBarTitleFontSizeMd = "13px";
|
|
441
|
+
/** --caption-1-font-size-lg */
|
|
442
|
+
export const appTopBarTitleFontSizeLg = "13px";
|
|
443
|
+
/** --caption-1-font-size-sm */
|
|
444
|
+
export const appTopBarTitleFontSizeXs = "12px";
|
|
445
|
+
/** --caption-1-font-size-sm */
|
|
446
|
+
export const appTopBarTitleFontSizeSm = "12px";
|
|
447
|
+
export const appTopBarTitleLineHeightMd = "17px";
|
|
448
|
+
export const appTopBarTitleLineHeightLg = "17px";
|
|
449
|
+
export const appTopBarTitleLineHeightXs = "14px";
|
|
450
|
+
export const appTopBarTitleLineHeightSm = "14px";
|
|
451
|
+
export const menuItemFontWeight = "Black Italic";
|
|
452
|
+
|
|
453
|
+
// Component - Teaser
|
|
454
|
+
/** --teaser-title-padding-lg */
|
|
455
|
+
export const teaserTitleInlineSpaceLg = "16px";
|
|
456
|
+
/** --teaser-title-padding-md */
|
|
457
|
+
export const teaserTitleInlineSpaceMd = "16px";
|
|
458
|
+
/** --teaser-title-padding-sm */
|
|
459
|
+
export const teaserTitleInlineSpaceSm = "12px";
|
|
460
|
+
/** --teaser-title-padding-xs */
|
|
461
|
+
export const teaserTitleInlineSpaceXs = "12px";
|
|
462
|
+
|
|
463
|
+
// Component - Teaser - Quad
|
|
464
|
+
export const qTeaserTitleInlineSpaceLg = "24px";
|
|
465
|
+
export const qTeaserTitleInlineSpaceMd = "24px";
|
|
466
|
+
export const qTeaserTitleInlineSpaceSm = "12px";
|
|
467
|
+
export const qTeaserTitleInlineSpaceXs = "12px";
|
|
468
|
+
|
|
469
|
+
// Component - Teaser - aTeaser
|
|
470
|
+
export const aTeaserTitleInlineSpaceLg = "16px";
|
|
471
|
+
export const aTeaserTitleInlineSpaceMd = "16px";
|
|
472
|
+
export const aTeaserTitleInlineSpaceXs = "12px";
|
|
473
|
+
export const aTeaserTitleInlineSpaceSm = "12px";
|
|
474
|
+
|
|
475
|
+
// Component - Teaser - bTeaser
|
|
476
|
+
export const bTeaserTitleInlineSpace = "16px";
|
|
477
|
+
|
|
478
|
+
// Component - Teaser - 2xaTeaser
|
|
479
|
+
export const _2xaTeaserTitleInlineSpace = "16px";
|
|
480
|
+
|
|
481
|
+
// Component - Teaser - miniQ
|
|
482
|
+
export const miniQteaserTitleInlineSpaceMd = "12px";
|
|
483
|
+
export const miniQteaserTitleInlineSpaceLg = "12px";
|
|
484
|
+
export const miniQteaserTitleInlineSpaceSm = "12px";
|
|
485
|
+
export const miniQteaserTitleInlineSpaceXs = "12px";
|
|
486
|
+
|
|
487
|
+
// Component - Teaser - superA
|
|
488
|
+
export const superAteaserTitleInlineSpace = "24px";
|
|
489
|
+
|
|
490
|
+
// Component - Avatar
|
|
491
|
+
/** current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
|
|
492
|
+
export const avatarFontFamily = "Inter";
|
|
493
|
+
/** 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13 */
|
|
494
|
+
export const avatarFontSizeSm = "13px";
|
|
495
|
+
/** 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15 */
|
|
496
|
+
export const avatarFontSizeLg = "15px";
|
|
497
|
+
|
|
498
|
+
// Component - BreakingNews
|
|
499
|
+
export const breakingNewsContentFontSize = "26px";
|
|
500
|
+
|
|
501
|
+
// Component - Accordion
|
|
502
|
+
export const accordionLabelFontFamily = "Inter";
|
|
503
|
+
|
|
504
|
+
// Component - Footer
|
|
505
|
+
export const footerLinkFontFamily = "Inter";
|
|
506
|
+
|
|
507
|
+
// Component - MediaPlayer
|
|
508
|
+
export const videoTimeBadgeFontFamily = "Inter";
|
|
509
|
+
|
|
510
|
+
// Component - Inputfield
|
|
511
|
+
export const inputFieldLabelFontFamily = "Inter";
|
|
512
|
+
|
|
513
|
+
export const buttonLabelFontWeightSt = "Bold Italic";
|
|
514
|
+
|
|
515
|
+
|
|
516
516
|
// ============================================
|
|
517
517
|
// OTHER
|
|
518
518
|
// ============================================
|