@marioschmidt/design-system-tokens 1.0.9
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/LICENSE +21 -0
- package/README.md +767 -0
- package/dist/css/base/index.css +8 -0
- package/dist/css/base/primitive-color-value-global.css +100 -0
- package/dist/css/base/primitive-color-value.css +100 -0
- package/dist/css/base/primitive-font-value-global.css +49 -0
- package/dist/css/base/primitive-font-value.css +49 -0
- package/dist/css/base/primitive-size-value-global.css +55 -0
- package/dist/css/base/primitive-size-value.css +55 -0
- package/dist/css/base/primitive-space-value-global.css +31 -0
- package/dist/css/base/primitive-space-value.css +31 -0
- package/dist/css/density/density-compact-global.css +14 -0
- package/dist/css/density/density-compact.css +14 -0
- package/dist/css/density/density-default-global.css +14 -0
- package/dist/css/density/density-default.css +14 -0
- package/dist/css/density/density-spacious-global.css +14 -0
- package/dist/css/density/density-spacious.css +14 -0
- package/dist/css/density/index.css +7 -0
- package/dist/css/mapping/brand-advertorial-global.css +277 -0
- package/dist/css/mapping/brand-advertorial.css +277 -0
- package/dist/css/mapping/brand-bild-global.css +277 -0
- package/dist/css/mapping/brand-bild.css +277 -0
- package/dist/css/mapping/brand-color-bild-global.css +74 -0
- package/dist/css/mapping/brand-color-bild.css +74 -0
- package/dist/css/mapping/brand-color-sportbild-global.css +74 -0
- package/dist/css/mapping/brand-color-sportbild.css +74 -0
- package/dist/css/mapping/brand-sportbild-global.css +277 -0
- package/dist/css/mapping/brand-sportbild.css +277 -0
- package/dist/css/mapping/index.css +9 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/index.css +8 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light.css +425 -0
- package/dist/css/semantic/advertorial/color/index.css +6 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +490 -0
- package/dist/css/semantic/bild/breakpoints/index.css +8 -0
- package/dist/css/semantic/bild/color/color-bild-dark-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-dark.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light.css +425 -0
- package/dist/css/semantic/bild/color/index.css +6 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/index.css +8 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light.css +425 -0
- package/dist/css/semantic/sportbild/color/index.css +6 -0
- package/dist/js/base/index.js +15 -0
- package/dist/js/base/primitive-color-value.js +98 -0
- package/dist/js/base/primitive-font-value.js +47 -0
- package/dist/js/base/primitive-size-value.js +53 -0
- package/dist/js/base/primitive-space-value.js +29 -0
- package/dist/js/density/density-compact.js +12 -0
- package/dist/js/density/density-default.js +12 -0
- package/dist/js/density/density-spacious.js +12 -0
- package/dist/js/density/index.js +13 -0
- package/dist/js/mapping/brand-advertorial.js +276 -0
- package/dist/js/mapping/brand-bild.js +277 -0
- package/dist/js/mapping/brand-color-bild.js +78 -0
- package/dist/js/mapping/brand-color-sportbild.js +78 -0
- package/dist/js/mapping/brand-sportbild.js +280 -0
- package/dist/js/mapping/index.js +17 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/index.js +15 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +347 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-light.js +343 -0
- package/dist/js/semantic/advertorial/color/index.js +11 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +478 -0
- package/dist/js/semantic/bild/breakpoints/index.js +15 -0
- package/dist/js/semantic/bild/color/color-bild-dark.js +347 -0
- package/dist/js/semantic/bild/color/color-bild-light.js +343 -0
- package/dist/js/semantic/bild/color/index.js +11 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/index.js +15 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +347 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-light.js +343 -0
- package/dist/js/semantic/sportbild/color/index.js +11 -0
- package/dist/json/base/primitive-color-value.json +148 -0
- package/dist/json/base/primitive-font-value.json +59 -0
- package/dist/json/base/primitive-size-value.json +51 -0
- package/dist/json/base/primitive-space-value.json +27 -0
- package/dist/json/density/density-compact.json +16 -0
- package/dist/json/density/density-default.json +16 -0
- package/dist/json/density/density-spacious.json +16 -0
- package/dist/json/mapping/brand-advertorial.json +393 -0
- package/dist/json/mapping/brand-bild.json +393 -0
- package/dist/json/mapping/brand-color-bild.json +98 -0
- package/dist/json/mapping/brand-color-sportbild.json +98 -0
- package/dist/json/mapping/brand-sportbild.json +393 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +686 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +307 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-light.json +307 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +686 -0
- package/dist/json/semantic/bild/color/color-bild-dark.json +307 -0
- package/dist/json/semantic/bild/color/color-bild-light.json +307 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +686 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +307 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-light.json +307 -0
- package/dist/manifest.json +183 -0
- package/dist/scss/base/index.scss +8 -0
- package/dist/scss/base/primitive-color-value.scss +97 -0
- package/dist/scss/base/primitive-font-value.scss +46 -0
- package/dist/scss/base/primitive-size-value.scss +52 -0
- package/dist/scss/base/primitive-space-value.scss +28 -0
- package/dist/scss/density/density-compact.scss +11 -0
- package/dist/scss/density/density-default.scss +11 -0
- package/dist/scss/density/density-spacious.scss +11 -0
- package/dist/scss/density/index.scss +7 -0
- package/dist/scss/mapping/brand-advertorial.scss +274 -0
- package/dist/scss/mapping/brand-bild.scss +274 -0
- package/dist/scss/mapping/brand-color-bild.scss +71 -0
- package/dist/scss/mapping/brand-color-sportbild.scss +71 -0
- package/dist/scss/mapping/brand-sportbild.scss +274 -0
- package/dist/scss/mapping/index.scss +9 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-dark.scss +318 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-light.scss +318 -0
- package/dist/scss/semantic/advertorial/color/index.scss +6 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/bild/color/color-bild-dark.scss +318 -0
- package/dist/scss/semantic/bild/color/color-bild-light.scss +318 -0
- package/dist/scss/semantic/bild/color/index.scss +6 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +318 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +318 -0
- package/dist/scss/semantic/sportbild/color/index.scss +6 -0
- package/package.json +62 -0
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const globalTypographyFontfamilyDisplayfontfamily = "AntennaCond"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter.
|
|
6
|
+
export const globalTypographyFontfamilyHeadlinefontfamily = "AntennaExtraCond"; // Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter.
|
|
7
|
+
export const globalTypographyFontfamilySubheadlinefontfamily = "AntennaCond"; // Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter.
|
|
8
|
+
export const globalTypographyFontfamilyKickerfontfamily = "AntennaExtraCond"; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter.
|
|
9
|
+
export const globalTypographyFontfamilyTitlefontfamily = "AntennaCond"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter.
|
|
10
|
+
export const globalTypographyFontfamilyCalloutfontfamily = "AntennaCond"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter.
|
|
11
|
+
export const globalTypographyFontfamilyBodyfontfamily = "Inter"; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter.
|
|
12
|
+
export const globalTypographyFontfamilyFootnotefontfamily = "Inter"; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter.
|
|
13
|
+
export const globalTypographyFontfamilyLabelfontfamily = "AntennaExtraCond"; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter.
|
|
14
|
+
export const globalTypographyFontfamilyQuotefontfamily = "AntennaCond"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter.
|
|
15
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizexs = 38; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
|
|
16
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizesm = 38; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
|
|
17
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizemd = 68; // Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes.
|
|
18
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizelg = 114; // Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes.
|
|
19
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizexs = 34; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
|
|
20
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizesm = 34; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
|
|
21
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizemd = 40; // Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes.
|
|
22
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizelg = 61; // Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes.
|
|
23
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizexs = 27; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
|
|
24
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizesm = 27; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
|
|
25
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizemd = 30; // Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes.
|
|
26
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizelg = 38; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes.
|
|
27
|
+
export const globalTypographyFontsizeHeadlineHeadlinetextalign = "left"; // This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg
|
|
28
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizexs = 42; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
|
|
29
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizesm = 42; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
|
|
30
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizemd = 60; // Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes.
|
|
31
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizelg = 80; // Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes.
|
|
32
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizexs = 42; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
|
|
33
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizesm = 42; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
|
|
34
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizemd = 44; // Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes.
|
|
35
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizelg = 50; // Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes.
|
|
36
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizexs = 30; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
|
|
37
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizesm = 30; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
|
|
38
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizemd = 30; // Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes.
|
|
39
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizelg = 34; // Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes.
|
|
40
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizexs = 21; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
|
|
41
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizesm = 21; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
|
|
42
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizemd = 26; // Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes.
|
|
43
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizelg = 26; // Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes.
|
|
44
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizexs = 18; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
|
|
45
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizesm = 18; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
|
|
46
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizemd = 22; // Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes.
|
|
47
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizelg = 26; // Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes.
|
|
48
|
+
export const globalTypographyFontsizeKickerKicker1fontsizexs = 20; // 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
|
|
49
|
+
export const globalTypographyFontsizeKickerKicker1fontsizesm = 20; // 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
|
|
50
|
+
export const globalTypographyFontsizeKickerKicker1fontsizemd = 26; // 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
|
|
51
|
+
export const globalTypographyFontsizeKickerKicker1fontsizelg = 32; // 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
|
|
52
|
+
export const globalTypographyFontsizeKickerKicker2fontsizexs = 16; // 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
|
|
53
|
+
export const globalTypographyFontsizeKickerKicker2fontsizesm = 16; // 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
|
|
54
|
+
export const globalTypographyFontsizeKickerKicker2fontsizemd = 26; // 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
|
|
55
|
+
export const globalTypographyFontsizeKickerKicker2fontsizelg = 26; // 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
|
|
56
|
+
export const globalTypographyFontsizeKickerKicker3fontsizexs = 16; // 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
|
|
57
|
+
export const globalTypographyFontsizeKickerKicker3fontsizesm = 16; // 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
|
|
58
|
+
export const globalTypographyFontsizeKickerKicker3fontsizemd = 20; // 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
|
|
59
|
+
export const globalTypographyFontsizeKickerKicker3fontsizelg = 22; // 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
|
|
60
|
+
export const globalTypographyFontsizeKickerKicker4fontsizexs = 14; // 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
|
|
61
|
+
export const globalTypographyFontsizeKickerKicker4fontsizesm = 14; // 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
|
|
62
|
+
export const globalTypographyFontsizeKickerKicker4fontsizemd = 16; // 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
|
|
63
|
+
export const globalTypographyFontsizeKickerKicker4fontsizelg = 18; // 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
|
|
64
|
+
export const globalTypographyFontsizeTitleTitle1fontsizexs = 24; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
|
|
65
|
+
export const globalTypographyFontsizeTitleTitle1fontsizesm = 24; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
|
|
66
|
+
export const globalTypographyFontsizeTitleTitle1fontsizemd = 28; // Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md
|
|
67
|
+
export const globalTypographyFontsizeTitleTitle1fontsizelg = 30; // Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg
|
|
68
|
+
export const globalTypographyFontsizeTitleTitle2fontsizexs = 16; // Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm
|
|
69
|
+
export const globalTypographyFontsizeTitleTitle2fontsizesm = 16; // Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm
|
|
70
|
+
export const globalTypographyFontsizeTitleTitle2fontsizemd = 18; // Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md
|
|
71
|
+
export const globalTypographyFontsizeTitleTitle2fontsizelg = 20; // Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg
|
|
72
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizexs = 18; // 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:
|
|
73
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizesm = 18; // 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:
|
|
74
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizemd = 24; // 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:
|
|
75
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizelg = 24; // 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:
|
|
76
|
+
export const globalTypographyFontsizeBodyBodyfontsizexs = 17; // 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
|
|
77
|
+
export const globalTypographyFontsizeBodyBodyfontsizesm = 17; // 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
|
|
78
|
+
export const globalTypographyFontsizeBodyBodyfontsizemd = 17; // 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
|
|
79
|
+
export const globalTypographyFontsizeBodyBodyfontsizelg = 17; // 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
|
|
80
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizexs = 13; // --footnote-font-size-sm
|
|
81
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizesm = 13; // --footnote-font-size-sm
|
|
82
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizemd = 13;
|
|
83
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizelg = 15; // --footnote-font-size-lg
|
|
84
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizexs = 10;
|
|
85
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizesm = 10;
|
|
86
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizemd = 10;
|
|
87
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizelg = 13;
|
|
88
|
+
export const globalTypographyFontsizeLabelLabel1fontsize = 17;
|
|
89
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizexs = 10;
|
|
90
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizesm = 10;
|
|
91
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizemd = 15;
|
|
92
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizelg = 17;
|
|
93
|
+
export const globalTypographyFontsizeLabelLabel2fontsize = 15;
|
|
94
|
+
export const globalTypographyFontsizeLabelLabel3fontsize = 12;
|
|
95
|
+
export const globalTypographyFontsizeLabelLabel4fontsize = 8;
|
|
96
|
+
export const globalTypographyFontsizeQuoteQuotefontsizexs = 16;
|
|
97
|
+
export const globalTypographyFontsizeQuoteQuotefontsizesm = 16;
|
|
98
|
+
export const globalTypographyFontsizeQuoteQuotefontsizemd = 18;
|
|
99
|
+
export const globalTypographyFontsizeQuoteQuotefontsizelg = 20;
|
|
100
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightxs = 40;
|
|
101
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightsm = 40;
|
|
102
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightmd = 72;
|
|
103
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightlg = 120;
|
|
104
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightxs = 36;
|
|
105
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightsm = 36;
|
|
106
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightmd = 42;
|
|
107
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightlg = 64;
|
|
108
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightxs = 28;
|
|
109
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightsm = 28;
|
|
110
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightmd = 32;
|
|
111
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightlg = 40;
|
|
112
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightxs = 42;
|
|
113
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightsm = 42;
|
|
114
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightmd = 69;
|
|
115
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightlg = 88;
|
|
116
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightxs = 42;
|
|
117
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightsm = 42;
|
|
118
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightmd = 50.6;
|
|
119
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightlg = 57.6;
|
|
120
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightxs = 33;
|
|
121
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightsm = 33;
|
|
122
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightmd = 34.5;
|
|
123
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightlg = 39.1;
|
|
124
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightxs = 23.1;
|
|
125
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightsm = 23.1;
|
|
126
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightmd = 28.6;
|
|
127
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightlg = 29.9;
|
|
128
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightxs = 23.4;
|
|
129
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightsm = 23.4;
|
|
130
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightmd = 28.6;
|
|
131
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightlg = 33.8;
|
|
132
|
+
export const globalTypographyLineheightKickerKicker1lineheightxs = 22;
|
|
133
|
+
export const globalTypographyLineheightKickerKicker1lineheightsm = 22;
|
|
134
|
+
export const globalTypographyLineheightKickerKicker1lineheightmd = 28.6;
|
|
135
|
+
export const globalTypographyLineheightKickerKicker1lineheightlg = 35.2;
|
|
136
|
+
export const globalTypographyLineheightKickerKicker2lineheightxs = 17.6;
|
|
137
|
+
export const globalTypographyLineheightKickerKicker2lineheightsm = 17.6;
|
|
138
|
+
export const globalTypographyLineheightKickerKicker2lineheightmd = 28.6;
|
|
139
|
+
export const globalTypographyLineheightKickerKicker2lineheightlg = 28.6;
|
|
140
|
+
export const globalTypographyLineheightKickerKicker3lineheightxs = 17.6;
|
|
141
|
+
export const globalTypographyLineheightKickerKicker3lineheightsm = 17.6;
|
|
142
|
+
export const globalTypographyLineheightKickerKicker3lineheightmd = 22;
|
|
143
|
+
export const globalTypographyLineheightKickerKicker3lineheightlg = 24.2;
|
|
144
|
+
export const globalTypographyLineheightKickerKicker4lineheightxs = 15.4;
|
|
145
|
+
export const globalTypographyLineheightKickerKicker4lineheightsm = 15.4;
|
|
146
|
+
export const globalTypographyLineheightKickerKicker4lineheightmd = 17.6;
|
|
147
|
+
export const globalTypographyLineheightKickerKicker4lineheightlg = 19.8;
|
|
148
|
+
export const globalTypographyLineheightTitleTitle1lineheightxs = 26.4;
|
|
149
|
+
export const globalTypographyLineheightTitleTitle1lineheightsm = 26.4;
|
|
150
|
+
export const globalTypographyLineheightTitleTitle1lineheightmd = 30.8;
|
|
151
|
+
export const globalTypographyLineheightTitleTitle1lineheightlg = 33;
|
|
152
|
+
export const globalTypographyLineheightTitleTitle2lineheightxs = 16.8;
|
|
153
|
+
export const globalTypographyLineheightTitleTitle2lineheightsm = 20.8;
|
|
154
|
+
export const globalTypographyLineheightTitleTitle2lineheightmd = 23.4;
|
|
155
|
+
export const globalTypographyLineheightTitleTitle2lineheightlg = 26;
|
|
156
|
+
export const globalTypographyLineheightCalloutCallout1lineheightxs = 23.4;
|
|
157
|
+
export const globalTypographyLineheightCalloutCallout1lineheightsm = 23.4;
|
|
158
|
+
export const globalTypographyLineheightCalloutCallout1lineheightmd = 31.2;
|
|
159
|
+
export const globalTypographyLineheightCalloutCallout1lineheightlg = 31.2;
|
|
160
|
+
export const globalTypographyLineheightBodyBodylineheightxs = 28.05;
|
|
161
|
+
export const globalTypographyLineheightBodyBodylineheightsm = 28.05;
|
|
162
|
+
export const globalTypographyLineheightBodyBodylineheightmd = 29.75;
|
|
163
|
+
export const globalTypographyLineheightBodyBodylineheightlg = 28.05;
|
|
164
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightxs = 17.03;
|
|
165
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightsm = 17.03;
|
|
166
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightmd = 17.03;
|
|
167
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightlg = 19;
|
|
168
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightxs = 13;
|
|
169
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightsm = 13;
|
|
170
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightmd = 13;
|
|
171
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightlg = 17.03;
|
|
172
|
+
export const globalTypographyLineheightLabelLabel1lineheight = 20.4; // Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter.
|
|
173
|
+
export const globalTypographyLineheightLabelLabel1resplineheightxs = 12; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
|
|
174
|
+
export const globalTypographyLineheightLabelLabel1resplineheightsm = 12; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
|
|
175
|
+
export const globalTypographyLineheightLabelLabel1resplineheightmd = 18; // Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter.
|
|
176
|
+
export const globalTypographyLineheightLabelLabel1resplineheightlg = 20.4; // Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter.
|
|
177
|
+
export const globalTypographyLineheightLabelLabel2lineheight = 19.2; // Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter.
|
|
178
|
+
export const globalTypographyLineheightLabelLabel3lineheight = 14.4; // Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter.
|
|
179
|
+
export const globalTypographyLineheightLabelLabel4lineheight = 10; // Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter.
|
|
180
|
+
export const globalTypographyLineheightQuoteQuotelineheightxs = 20.8;
|
|
181
|
+
export const globalTypographyLineheightQuoteQuotelineheightsm = 20.8;
|
|
182
|
+
export const globalTypographyLineheightQuoteQuotelineheightmd = 23.4;
|
|
183
|
+
export const globalTypographyLineheightQuoteQuotelineheightlg = 26;
|
|
184
|
+
export const globalTypographyFontweightDisplayDisplayfontweight = 800;
|
|
185
|
+
export const globalTypographyFontweightHeadlineHeadline1fontweight = 700;
|
|
186
|
+
export const globalTypographyFontweightHeadlineHeadline1fontweightst =
|
|
187
|
+
"Bold Italic";
|
|
188
|
+
export const globalTypographyFontweightHeadlineHeadline2fontweight = 700;
|
|
189
|
+
export const globalTypographyFontweightHeadlineHeadline2fontweightst =
|
|
190
|
+
"Bold Italic";
|
|
191
|
+
export const globalTypographyFontweightHeadlineHeadline3fontweight = 700;
|
|
192
|
+
export const globalTypographyFontweightHeadlineHeadline3fontweightst =
|
|
193
|
+
"Bold Italic";
|
|
194
|
+
export const globalTypographyFontweightHeadlineHeadline4fontweight = 700;
|
|
195
|
+
export const globalTypographyFontweightHeadlineHeadline4fontweightst =
|
|
196
|
+
"Bold Italic";
|
|
197
|
+
export const globalTypographyFontweightSubheadlineSubheadlinefontweight = 700;
|
|
198
|
+
export const globalTypographyFontweightKickerKickerfontweight = 700;
|
|
199
|
+
export const globalTypographyFontweightKickerKickerfontweightst =
|
|
200
|
+
"Black Italic";
|
|
201
|
+
export const globalTypographyFontweightTitleTitlefontweight = 800;
|
|
202
|
+
export const globalTypographyFontweightCalloutCalloutfontweight = 800;
|
|
203
|
+
export const globalTypographyFontweightBodyBodyfontweightbook = 400;
|
|
204
|
+
export const globalTypographyFontweightBodyBodyfontweightbold = 700;
|
|
205
|
+
export const globalTypographyFontweightFootnoteFootnotefontweightbook = 400;
|
|
206
|
+
export const globalTypographyFontweightFootnoteFootnotefontweightbold = 700;
|
|
207
|
+
export const globalTypographyFontweightLabelLabelfontweightbook = 400;
|
|
208
|
+
export const globalTypographyFontweightLabelLabelfontweightbold = 700;
|
|
209
|
+
export const globalTypographyFontweightQuoteQuotefontweight = 800;
|
|
210
|
+
export const globalVisibiltyHideonbild = true;
|
|
211
|
+
export const globalVisibiltyHideonsportbild = false;
|
|
212
|
+
export const globalVisibiltyHideonadvertorial = true;
|
|
213
|
+
export const globalVisibiltyOnlybild = false;
|
|
214
|
+
export const globalVisibiltyOnlysportbild = true;
|
|
215
|
+
export const globalVisibiltyOnlyadvertorial = false;
|
|
216
|
+
export const componentButtonlabelfontweightst = "Bold Italic";
|
|
217
|
+
export const componentAccordionAccordionlabelfontfamily = "Inter";
|
|
218
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizexs = 13; // --article-figure-caption-font-size-sm
|
|
219
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizesm = 13; // --article-figure-caption-font-size-sm
|
|
220
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizemd = 13; // --article-figure-caption-font-size-md
|
|
221
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizelg = 15; // --article-figure-caption-font-size-lg
|
|
222
|
+
export const componentArticleFontsizeArticleimagesourcefontsizexs = 13; // --article-figure-meta-font-size-sm
|
|
223
|
+
export const componentArticleFontsizeArticleimagesourcefontsizesm = 13; // --article-figure-meta-font-size-sm
|
|
224
|
+
export const componentArticleFontsizeArticleimagesourcefontsizemd = 13; // --article-figure-meta-font-size-sm
|
|
225
|
+
export const componentArticleFontsizeArticleimagesourcefontsizelg = 15; // --article-figure-meta-font-size-lg
|
|
226
|
+
export const componentArticleLineheightArticleimagecaptionlineheightxs = 16.9; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
227
|
+
export const componentArticleLineheightArticleimagecaptionlineheightsm = 16.9; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
228
|
+
export const componentArticleLineheightArticleimagecaptionlineheightmd = 16.9; // --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5
|
|
229
|
+
export const componentArticleLineheightArticleimagecaptionlineheightlg = 19.5; // --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24
|
|
230
|
+
export const componentArticleLineheightArticleimagesourcelineheightxs = 17; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
231
|
+
export const componentArticleLineheightArticleimagesourcelineheightsm = 17; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
232
|
+
export const componentArticleLineheightArticleimagesourcelineheightmd = 17; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
233
|
+
export const componentArticleLineheightArticleimagesourcelineheightlg = 19; // --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24
|
|
234
|
+
export const componentAvatarAvatarfontfamily = "Inter"; // current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
235
|
+
export const componentAvatarAvatarfontsizesm = 13; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13
|
|
236
|
+
export const componentAvatarAvatarfontsizelg = 15; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15
|
|
237
|
+
export const componentBreadcrumbFontfamilyBreadcrumbfontfamily = "Inter"; // --breadcrumb-font
|
|
238
|
+
export const componentBreadcrumbFontweightBreadcrumbfontweight = 400; // --breadcrumb-font-size-sm
|
|
239
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizexs = 14; // --breadcrumb-font-size-sm
|
|
240
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizesm = 14; // --breadcrumb-font-size-sm
|
|
241
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizemd = 14; // --breadcrumb-font-size-sm
|
|
242
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizelg = 11; // --breadcrumb-font-size-lg
|
|
243
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightxs = 14; // not defined as variable
|
|
244
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightsm = 14; // not defined as variable
|
|
245
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightmd = 14; // not defined as variable
|
|
246
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightlg = 11; // not defined as variable
|
|
247
|
+
export const componentBreakingnewsBreakingnewscontentfontsize = 26;
|
|
248
|
+
export const componentFooterFooterlinkfontfamily = "Inter";
|
|
249
|
+
export const componentInputfieldInputfieldlabelfontfamily = "Inter";
|
|
250
|
+
export const componentMediaplayerVideotimebadgefontfamily = "Inter";
|
|
251
|
+
export const componentMenuMenuitemfontsize = 18; // --nav-btn-font-size
|
|
252
|
+
export const componentMenuMenuitemfontweight = "Black Italic";
|
|
253
|
+
export const componentMenuApptopbartitlefontsizexs = 12; // --caption-1-font-size-sm
|
|
254
|
+
export const componentMenuApptopbartitlefontsizesm = 12; // --caption-1-font-size-sm
|
|
255
|
+
export const componentMenuApptopbartitlefontsizemd = 13; // --caption-1-font-size-md
|
|
256
|
+
export const componentMenuApptopbartitlefontsizelg = 13; // --caption-1-font-size-lg
|
|
257
|
+
export const componentMenuApptopbartitlelineheightxs = 14;
|
|
258
|
+
export const componentMenuApptopbartitlelineheightsm = 14;
|
|
259
|
+
export const componentMenuApptopbartitlelineheightmd = 17;
|
|
260
|
+
export const componentMenuApptopbartitlelineheightlg = 17;
|
|
261
|
+
export const componentTeaserTeasertitleinlinespacexs = 12; // --teaser-title-padding-xs
|
|
262
|
+
export const componentTeaserTeasertitleinlinespacesm = 12; // --teaser-title-padding-sm
|
|
263
|
+
export const componentTeaserTeasertitleinlinespacemd = 16; // --teaser-title-padding-md
|
|
264
|
+
export const componentTeaserTeasertitleinlinespacelg = 16; // --teaser-title-padding-lg
|
|
265
|
+
export const componentTeaserQuadQteasertitleinlinespacexs = 12;
|
|
266
|
+
export const componentTeaserQuadQteasertitleinlinespacesm = 12;
|
|
267
|
+
export const componentTeaserQuadQteasertitleinlinespacemd = 24;
|
|
268
|
+
export const componentTeaserQuadQteasertitleinlinespacelg = 24;
|
|
269
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacexs = 12;
|
|
270
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacesm = 12;
|
|
271
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacemd = 12;
|
|
272
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacelg = 12;
|
|
273
|
+
export const componentTeaserAteaserAteasertitleinlinespacexs = 12;
|
|
274
|
+
export const componentTeaserAteaserAteasertitleinlinespacesm = 12;
|
|
275
|
+
export const componentTeaserAteaserAteasertitleinlinespacemd = 16;
|
|
276
|
+
export const componentTeaserAteaserAteasertitleinlinespacelg = 16;
|
|
277
|
+
export const componentTeaserSuperaSuperateasertitleinlinespace = 24;
|
|
278
|
+
export const componentTeaser2xateaser2xateasertitleinlinespace = 16;
|
|
279
|
+
export const componentTeaserBteaserBteasertitleinlinespace = 16;
|
|
280
|
+
export const brandname = "SportBILD";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MAPPING - JavaScript Index
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import brand_advertorial from './brand-advertorial.js';
|
|
6
|
+
import brand_bild from './brand-bild.js';
|
|
7
|
+
import brand_color_bild from './brand-color-bild.js';
|
|
8
|
+
import brand_color_sportbild from './brand-color-sportbild.js';
|
|
9
|
+
import brand_sportbild from './brand-sportbild.js';
|
|
10
|
+
|
|
11
|
+
export {
|
|
12
|
+
brand_advertorial,
|
|
13
|
+
brand_bild,
|
|
14
|
+
brand_color_bild,
|
|
15
|
+
brand_color_sportbild,
|
|
16
|
+
brand_sportbild,
|
|
17
|
+
};
|