@marioschmidt/design-system-tokens 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/brands/advertorial/density/density-compact.css +31 -6
- package/dist/css/brands/advertorial/density/density-default.css +31 -6
- package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +31 -6
- package/dist/css/brands/bild/density/density-default.css +31 -6
- package/dist/css/brands/bild/density/density-spacious.css +31 -6
- package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +31 -6
- package/dist/css/brands/sportbild/density/density-default.css +31 -6
- package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +160 -48
- package/dist/css/shared/fontprimitive.css +99 -33
- package/dist/css/shared/sizeprimitive.css +8 -1
- package/dist/css/shared/spaceprimitive.css +8 -1
- package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/bild/density/density-default.dart +5 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/shared/colorprimitive.dart +20 -1
- package/dist/flutter/shared/fontprimitive.dart +20 -3
- package/dist/flutter/shared/sizeprimitive.dart +5 -0
- package/dist/flutter/shared/spaceprimitive.dart +5 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/shared/Colorprimitive.swift +20 -1
- package/dist/ios/shared/Fontprimitive.swift +20 -3
- package/dist/ios/shared/Sizeprimitive.swift +5 -0
- package/dist/ios/shared/Spaceprimitive.swift +5 -0
- package/dist/js/brands/advertorial/density/density-compact.js +16 -1
- package/dist/js/brands/advertorial/density/density-default.js +16 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/bild/density/density-compact.js +16 -1
- package/dist/js/brands/bild/density/density-default.js +16 -1
- package/dist/js/brands/bild/density/density-spacious.js +16 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/sportbild/density/density-compact.js +16 -1
- package/dist/js/brands/sportbild/density/density-default.js +16 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/shared/colorprimitive.js +125 -45
- package/dist/js/shared/fontprimitive.js +76 -34
- package/dist/js/shared/sizeprimitive.js +8 -1
- package/dist/js/shared/spaceprimitive.js +8 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/bild/density/density-compact.scss +22 -6
- package/dist/scss/brands/bild/density/density-default.scss +22 -6
- package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/shared/colorprimitive.scss +129 -48
- package/dist/scss/shared/fontprimitive.scss +76 -33
- package/dist/scss/shared/sizeprimitive.scss +9 -1
- package/dist/scss/shared/spaceprimitive.scss +9 -1
- package/package.json +1 -1
|
@@ -1,39 +1,213 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* breakpoint-md-600px.js
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:54.076Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
7
|
+
// ============================================
|
|
8
|
+
// COMPONENT
|
|
9
|
+
// ============================================
|
|
10
|
+
|
|
11
|
+
// Component - Accordion
|
|
12
|
+
/** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
|
|
13
|
+
export const accordionLabelFontFamily = "Gotham XNarrow";
|
|
14
|
+
|
|
15
|
+
// Component - Article
|
|
5
16
|
export const aricleMobile1ColGridImageMarginSpace = "72px";
|
|
17
|
+
/** 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box. */
|
|
6
18
|
export const articleTopMarginSpace = "12px";
|
|
19
|
+
/** This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30 */
|
|
7
20
|
export const articleKickerFontSize = "22px";
|
|
21
|
+
/** 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG */
|
|
8
22
|
export const articleHeadlineFontSize = "72px";
|
|
23
|
+
/** same as standard teaser width size variable */
|
|
9
24
|
export const articleGalleryAteaserWidth = "260px";
|
|
25
|
+
/** CSS --article-figure-meta-font-size 16-16-18-18 */
|
|
10
26
|
export const articleImageCaptionFontSize = "18px";
|
|
27
|
+
/** NMT CSS --article-figure-meta-font-size */
|
|
11
28
|
export const articleImageSourceFontSize = "16px";
|
|
29
|
+
/** this component level variable references the branding variables */
|
|
12
30
|
export const articleImageCaptionLineHeight = "24.75px";
|
|
13
31
|
export const articleImageSourceLineHeight = "21px";
|
|
32
|
+
/** 16 - 16 - 24 - 32 - This variable creates the vertical spacing between different article body elements such as avatars, media players, corssheadings, paragraphs, field sets, images, tables, quotes, videos, social embeds, etc. */
|
|
14
33
|
export const articleContentStackSpace = "24px";
|
|
34
|
+
/** 12 | 12 | 12 | 16 - This spacing variable is used for the space between article page heading kickers, headlines and subheadlines. XS&SM need review; correct value might be 8 */
|
|
15
35
|
export const articleHeadingsStackSpace = "12px";
|
|
16
36
|
export const articleImageLandscapeInlineSpace = "12px";
|
|
37
|
+
/** This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. This variable references variables from the branding collection. */
|
|
17
38
|
export const articleMetaFontFamily = "Gotham";
|
|
39
|
+
/** This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. 12 - 12 - 14 - 16 */
|
|
18
40
|
export const articleMetaFontSize = "14px";
|
|
41
|
+
/** 16 | 16 | 72 | 162 - This variable is used for making the left and right spacings around article content blocks. Current css has the article-body class assigned to a div and article body contains these horizontal padding values. */
|
|
19
42
|
export const articleContentInlineSpace = "72px";
|
|
43
|
+
/** 16 | 16 | 72 | 16 - This variable is used for the left and right space within the article page headings container which holds the article page kicker, headline and subheadline. */
|
|
20
44
|
export const articleHeadingsInlineSpace = "72px";
|
|
21
45
|
export const articleImagePortaitInlineSpace = "72px";
|
|
22
46
|
export const articleImageContainerStackSpace = "12px";
|
|
23
47
|
export const articleInfoboxInlineSpace = "24px";
|
|
24
48
|
export const articleInfoboxStackSpace = "24px";
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export const
|
|
33
|
-
|
|
34
|
-
export const
|
|
35
|
-
|
|
49
|
+
|
|
50
|
+
// Component - AudioPlayer
|
|
51
|
+
/** This variable is used in the text style dedicated to audio player labels for elapsed time, reproduction speed and short functionality description text. 16 - 16 - 16 - 18 */
|
|
52
|
+
export const audioPlayerFontSize = "16px";
|
|
53
|
+
|
|
54
|
+
// Component - Avatar
|
|
55
|
+
/** This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15 */
|
|
56
|
+
export const avatarLabelFontSize = "16px";
|
|
57
|
+
/** This variable is used for setting the size of avatar images in article pages. It references the sizeConstMD variable from the "generic" semantic collection. Its value is 48 across devices. */
|
|
58
|
+
export const avatarArticleSize = "48px";
|
|
59
|
+
/** 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages. */
|
|
60
|
+
export const avatarAuthorPageSize = "130px";
|
|
61
|
+
/** This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande */
|
|
62
|
+
export const avatarFontFamily = "Gotham XNarrow";
|
|
63
|
+
/** This variable is used for controlling the line height of avatar texts. Its values influence the stacking space between avatar texts. 21 - 21 - 21 - 23 */
|
|
64
|
+
export const avatarLabelLineHeight = "21px";
|
|
65
|
+
/** This variable is used for setting the inline space between multiple avatars that are horizontally placed in a lane when an article has multiple authors. 16 - 16 - 24 - 24 */
|
|
66
|
+
export const avatarLaneGapSpace = "24px";
|
|
67
|
+
/** This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review. */
|
|
68
|
+
export const appAvatarFontFamily = "Gotham";
|
|
69
|
+
|
|
70
|
+
// Component - Badge
|
|
71
|
+
/** This space variable is used for creating the top and bottom space between a badge's text label and the surface that the text label is on top of. */
|
|
72
|
+
export const badgesInnerStackSpace = "2px";
|
|
73
|
+
/** This space variable is used for creating the left and right space between a badge's text label and the badge background surface that the text label is on top of. */
|
|
74
|
+
export const badgesInnerInlineSpace = "4px";
|
|
75
|
+
/** 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers. */
|
|
76
|
+
export const adLabelBadgeHeightSize = "30px";
|
|
77
|
+
|
|
78
|
+
// Component - Breadcrumb
|
|
79
|
+
/** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
|
|
80
|
+
export const breadcrumbFontSize = "15px";
|
|
81
|
+
export const breadcrumbFontFamily = "Gotham XNarrow";
|
|
82
|
+
export const breadcrumbArrowLeftInlineSpace1 = "3px";
|
|
83
|
+
export const breadcrumbArrowRightInlineSpace2 = "5px";
|
|
84
|
+
export const breadcrumbInlineSpace = "12px";
|
|
85
|
+
/** 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices. */
|
|
86
|
+
export const breadcrumbLineHeight = "15px";
|
|
87
|
+
export const breadcrumbFontWeight = "700";
|
|
88
|
+
export const breadcrumbStackSpace = "14px";
|
|
89
|
+
|
|
90
|
+
// Component - BreakingNews
|
|
91
|
+
export const breakingNewsContainerHeightSize = "56px";
|
|
92
|
+
export const breakingNewsBadgeUpperTitleFontSize = "17px";
|
|
93
|
+
export const breakingNewsBadgeLowerTitleFontSize = "30px";
|
|
94
|
+
export const breakingNewsBadgeUpperTitleLineHeight = "12px";
|
|
95
|
+
export const breakingNewsBadgeLowerTitleLineHeight = "21px";
|
|
96
|
+
export const breakingNewsBadgeTitelsStackSpace = "4px";
|
|
97
|
+
export const breakingNewsScrollingTextFontSize = "21px";
|
|
98
|
+
export const breakingNewsScrollingTextLineHeight = "24px";
|
|
99
|
+
export const breakingNewsBadgeInlineSpace = "12px";
|
|
100
|
+
|
|
101
|
+
// Component - Button
|
|
102
|
+
export const buttonLabelFontSize = "15px";
|
|
103
|
+
export const buttonInlineSpace = "16px";
|
|
104
|
+
/** Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18 */
|
|
105
|
+
export const partnerLinkButtonLabelFontSize = "16px";
|
|
106
|
+
export const partnerLinkButtonLabelHeightSize = "48px";
|
|
107
|
+
export const buttonBorderWidthSize = "2px";
|
|
108
|
+
/** This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active. */
|
|
109
|
+
export const buttonContentMinHeightSize = "24px";
|
|
110
|
+
export const partnerLinkButtonInlineSpace = "8px";
|
|
111
|
+
export const buttonLabelLineHeight = "15px";
|
|
112
|
+
export const buttonContentGapSpace = "6px";
|
|
113
|
+
export const buttonStackSpace = "6px";
|
|
114
|
+
export const buttonBorderRadius = "8px";
|
|
115
|
+
|
|
116
|
+
// Component - Cards
|
|
117
|
+
export const searchResultCardImageWidthSize = "216px";
|
|
118
|
+
export const searchResultCardImageHeightSizeStacked = "189px";
|
|
119
|
+
export const newstickerImageCardWidthSize = "206px";
|
|
120
|
+
|
|
121
|
+
// Component - Carousel
|
|
122
|
+
/** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
|
|
123
|
+
export const galleryTeaserTitleBottomSpace = "36px";
|
|
124
|
+
/** This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination. */
|
|
125
|
+
export const galleryTeaserAppGapSpace = "8px";
|
|
126
|
+
export const appEpaperCarouselItemFocusWidth = "240px";
|
|
127
|
+
export const appEpaperCarouselItemDefaultWidth = "172px";
|
|
128
|
+
export const appEpaperCarouseBeilageItemWidth = "172px";
|
|
129
|
+
export const standardTeaserGalleryTeaserWidthWeb = "260px";
|
|
130
|
+
export const standardTeaserGalleryTeaserWidthApp = "280px";
|
|
131
|
+
|
|
132
|
+
// Component - Chips
|
|
133
|
+
/** This variable is used on the chips font size parameter of the chips text style. The font size changes only for the change between larger device widths and any device smaller than the largest. 16 - 16 -16 - 18 */
|
|
134
|
+
export const chipsFontSize = "16px";
|
|
135
|
+
export const chipsInlineSpace = "12px";
|
|
136
|
+
export const chipsStackSpace = "8px";
|
|
137
|
+
|
|
138
|
+
// Component - Datepicker
|
|
139
|
+
export const datepickerItemDayWidthSize = "44px";
|
|
140
|
+
export const datepickerItemHeightSize = "44px";
|
|
141
|
+
export const datepickerItemYearWidthSize = "77px";
|
|
142
|
+
|
|
143
|
+
// Component - Drawers
|
|
144
|
+
export const mobileMenuDrawerStackSpace = "20px";
|
|
145
|
+
export const mobileMenuDrawerLeftInlineSpace = "20px";
|
|
146
|
+
export const mobileMenuDrawerRightInlineSpace = "16px";
|
|
147
|
+
export const mobileMenuDrawerMaxWidthSize = "400px";
|
|
148
|
+
|
|
149
|
+
// Component - Dropdown
|
|
150
|
+
export const dropDownBorderRadius = "4px";
|
|
151
|
+
export const dropDownItemStackSpace = "8px";
|
|
152
|
+
export const dropDownItemInlineSpace = "12px";
|
|
153
|
+
|
|
154
|
+
// Component - Footer
|
|
155
|
+
/** This variable is used on footer links that commonly show up at the bottom of pages. The font size parameter remains constant at 11 px across device sizes. */
|
|
156
|
+
export const footerFontSize = "11px";
|
|
157
|
+
export const footerLineHeight = "14px";
|
|
158
|
+
export const footerFontFamily = "Gotham XNarrow";
|
|
159
|
+
export const footerFontSizeUserOfferPages = "18px";
|
|
160
|
+
export const footerLineHeightUserOfferPages = "26px";
|
|
161
|
+
|
|
162
|
+
// Component - Icon
|
|
163
|
+
export const iconSize = "24px";
|
|
164
|
+
export const iconSizeEmbeddMedia = "40px";
|
|
165
|
+
|
|
166
|
+
// Component - InfoElement
|
|
167
|
+
export const infoElementTeaserBadgeHeightSize = "16px";
|
|
168
|
+
export const infoElementTeaserImageHeightSize = "83px";
|
|
169
|
+
export const infoElementTeaserImageWidthSize = "148px";
|
|
170
|
+
export const infoElementTeaserBadgeMarginSpace = "4px";
|
|
171
|
+
|
|
172
|
+
// Component - Inputfield
|
|
173
|
+
export const inputFieldStackSpace = "6px";
|
|
174
|
+
export const inputFieldInlineSpace = "16px";
|
|
175
|
+
export const inputFieldMiniLabelInlineSpace = "4px";
|
|
176
|
+
/** This variable controls texts inside of input fields such as dropdowns, date input and other text inputs that appear in forms for example. compact 15 - default 17 - spacious 19 */
|
|
177
|
+
export const inputFieldFontSize = "16px";
|
|
178
|
+
export const inputFieldImessageInlineSpace = "16px";
|
|
179
|
+
export const inputFieldHeightSize = "36px";
|
|
180
|
+
export const heyInputContainerInlineSpace = "8px";
|
|
181
|
+
export const inputFieldMessageGapSpace = "4px";
|
|
182
|
+
export const inputFieldFontFamily = "Gotham XNarrow";
|
|
183
|
+
|
|
184
|
+
// Component - Liveticker
|
|
185
|
+
export const liveTickerheadlineFontWeight = "600";
|
|
186
|
+
/** This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32 */
|
|
187
|
+
export const liveTickerHeadlinesFontSize = "32px";
|
|
188
|
+
export const timeStampFontFamily = "Gotham XNarrow";
|
|
189
|
+
/** This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16 */
|
|
190
|
+
export const liveTickerTimeStampFontSize = "16px";
|
|
191
|
+
export const liveTickerTimeHeadlineStackSpace = "4px";
|
|
192
|
+
export const liveTickerSliderItemWidthMaxSize = "257px";
|
|
193
|
+
export const liveTickerAppCardHeightSize = "128px";
|
|
194
|
+
export const liveTickerAppCardWidthSize = "300px";
|
|
195
|
+
|
|
196
|
+
// Component - Mediaplayer
|
|
197
|
+
export const podcastPlayButtonSize = "48px";
|
|
198
|
+
export const vidPlayerBottomBarGapSpace = "0px";
|
|
199
|
+
export const audioPlayerHeaderStackSpace = "56px";
|
|
200
|
+
export const videoTimeBadgeFontFamily = "Gotham XNarrow";
|
|
201
|
+
export const vidPlayerControlButtonSize = "42px";
|
|
202
|
+
export const vidPlayerControlButtonIconSizeHover = "28px";
|
|
203
|
+
export const vidPlayerTimecodeFontSize = "16px";
|
|
204
|
+
export const vidPlayerTimecodeContainerMinWidthSize = "58px";
|
|
205
|
+
export const vidPlayerProgressBarContainerHeightSize = "24px";
|
|
206
|
+
export const vidPlayerUnmuteButtonWidthSize = "220px";
|
|
207
|
+
|
|
208
|
+
// Component - Menu
|
|
36
209
|
export const menuItemSpace = "8px";
|
|
210
|
+
/** This variable is used on the menu link lane and on the mobile side menu drawer. */
|
|
37
211
|
export const menuItemFontSize = "15px";
|
|
38
212
|
export const menuItemUtilFontSize = "12px";
|
|
39
213
|
export const menuItemUtilStackSpace = "10px";
|
|
@@ -51,72 +225,22 @@ export const menuUtilityLinksGapSpace = "24px";
|
|
|
51
225
|
export const menuRightInlineSpace = "0px";
|
|
52
226
|
export const menuBottomStackSpace = "8px";
|
|
53
227
|
export const menuUtilityLinksDividerHeightSize = "40px";
|
|
228
|
+
/** This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 10 - 10 - 10 - 0 */
|
|
54
229
|
export const menuShadowVisibility = "rgba(0, 0, 0, 0.10000000149011612)";
|
|
230
|
+
/** This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 0 - 0 - 0 - 10 */
|
|
55
231
|
export const heyInputShadowVisibility = "rgba(0, 0, 0, 0)";
|
|
56
232
|
export const appTopbarTitleFontSize = "14px";
|
|
57
233
|
export const appTopbarStageTitleHeight = "17px";
|
|
58
234
|
export const iOsappTopBarHeightSize = "48px";
|
|
59
235
|
export const iOsappTopBarLeftInlineSpace = "19px";
|
|
60
236
|
export const iOsappTopBarRightInlineSpace = "19px";
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export const mQteaserHeadlineFontWeight = 700;
|
|
65
|
-
export const mQteaserHeadlineLineHeight = "36px";
|
|
66
|
-
export const mqTeaserTitleInlineSpace = "8px";
|
|
67
|
-
export const aTeaserKickerFontSize = "22px";
|
|
68
|
-
export const aTeaserHeadlineFontSize = "48px";
|
|
69
|
-
export const aTeaserKickerLineHeight = "22px";
|
|
70
|
-
export const aTeaserHeadlineLineHeight = "48px";
|
|
71
|
-
export const aTeaserTitleInlineSpace = "12px";
|
|
72
|
-
export const teaserTitleGapSpace = "4px";
|
|
73
|
-
export const stdTeaserImageTitleGapSpace = "6px";
|
|
74
|
-
export const stdTeaserBadgesMarginSpace = "8px";
|
|
75
|
-
export const stdTeaserKickerHeadlineStackSpace = "2px";
|
|
76
|
-
export const teaserKickerBgInlineSpace = "6px";
|
|
77
|
-
export const teaserKickerBgStackSpace = "2px";
|
|
78
|
-
export const quadHeadlineFontSize = "72px";
|
|
79
|
-
export const quadKickerFontSize = "22px";
|
|
80
|
-
export const quadHeadlineLineHeight = "72px";
|
|
81
|
-
export const qTeaserTitleInlineSpace = "16px";
|
|
82
|
-
export const teaserBadgesMarginSpace = "8px";
|
|
83
|
-
export const teaserBadgesHeightSizeLg = "32px";
|
|
84
|
-
export const teaserTitleBottomStackSpace = "16px";
|
|
85
|
-
export const teaserBadgesHeightSizeSm = "32px";
|
|
86
|
-
export const bildPlayTeaserWidthSize = "169px";
|
|
87
|
-
export const teaserLayoutGridSpace = "12px";
|
|
88
|
-
export const superAteaserTitleInlineSpace = "16px";
|
|
89
|
-
export const bTeaserTitleInlineSpace = "8px";
|
|
90
|
-
export const tableColumnWidthSize1x = "96px";
|
|
91
|
-
export const tableColumnWidthSize2x = "180px";
|
|
92
|
-
export const tableColumnWidthSize05x = "48px";
|
|
93
|
-
export const tableColumnWidthSize15x = "160px";
|
|
94
|
-
export const tableColumnWidthSize25x = "240px";
|
|
95
|
-
export const tableColumnWidthSize075x = "64px";
|
|
96
|
-
export const tableColumnWidthSize3x = "280px";
|
|
97
|
-
export const tableItemMaxWidthSize = "224px";
|
|
98
|
-
export const separatorThicknessSize = "2px";
|
|
99
|
-
export const avatarLabelFontSize = "16px";
|
|
100
|
-
export const avatarArticleSize = "48px";
|
|
101
|
-
export const avatarAuthorPageSize = "130px";
|
|
102
|
-
export const avatarFontFamily = "Gotham XNarrow";
|
|
103
|
-
export const avatarLabelLineHeight = "21px";
|
|
104
|
-
export const avatarLaneGapSpace = "24px";
|
|
105
|
-
export const appAvatarFontFamily = "Gotham";
|
|
106
|
-
export const buttonLabelFontSize = "15px";
|
|
107
|
-
export const buttonInlineSpace = "16px";
|
|
108
|
-
export const partnerLinkButtonLabelFontSize = "16px";
|
|
109
|
-
export const partnerLinkButtonLabelHeightSize = "48px";
|
|
110
|
-
export const buttonBorderWidthSize = "2px";
|
|
111
|
-
export const buttonContentMinHeightSize = "24px";
|
|
112
|
-
export const partnerLinkButtonInlineSpace = "8px";
|
|
113
|
-
export const buttonLabelLineHeight = "15px";
|
|
114
|
-
export const buttonContentGapSpace = "6px";
|
|
115
|
-
export const buttonStackSpace = "6px";
|
|
116
|
-
export const buttonBorderRadius = "8px";
|
|
237
|
+
|
|
238
|
+
// Component - Newsticker
|
|
239
|
+
/** similar to kicker3 values - 16 - 16 - 16 - 18 */
|
|
117
240
|
export const newsTickerTimeFontSize = "16px";
|
|
118
|
-
export const newsTickerTimeFontWeight = 700;
|
|
241
|
+
export const newsTickerTimeFontWeight = "700";
|
|
119
242
|
export const newsTickerTimeFontFamily = "Gotham XNarrow";
|
|
243
|
+
/** Figma currently does not allow for percentages in Line Height variables. The values in this token are the result of multiplying the font size by the line height variable defined on the Bild home css -> newsTickerTime line height: 1.3. Line height for this component does not change across devices. */
|
|
120
244
|
export const newsTickerTimeLineHeight = "20.799999237060547px";
|
|
121
245
|
export const newsTickerContentStackSpace = "4px";
|
|
122
246
|
export const newsTickerKickerInnerStackSpace = "2px";
|
|
@@ -131,334 +255,649 @@ export const newsTickerEntriesLeftInlineSpace = "22px";
|
|
|
131
255
|
export const newsTickerLineInlineSpace = "7px";
|
|
132
256
|
export const newsTickerAppCardHeightSize = "150px";
|
|
133
257
|
export const newsTickerAppCardWidthSize = "300px";
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
export const timeStampFontFamily = "Gotham XNarrow";
|
|
137
|
-
export const liveTickerTimeStampFontSize = "16px";
|
|
138
|
-
export const liveTickerTimeHeadlineStackSpace = "4px";
|
|
139
|
-
export const liveTickerSliderItemWidthMaxSize = "257px";
|
|
140
|
-
export const liveTickerAppCardHeightSize = "128px";
|
|
141
|
-
export const liveTickerAppCardWidthSize = "300px";
|
|
142
|
-
export const videoTimeBadgeCornerSize = "2px";
|
|
143
|
-
export const videoTimeBadgeFontSize = "18px";
|
|
144
|
-
export const videoTimeBadgeSize = "32px";
|
|
145
|
-
export const videoRedPlayIconWidthSize = "12px";
|
|
146
|
-
export const videoRedPlayIconHeightSize = "14px";
|
|
147
|
-
export const videoBadgeTimeLineHeight = "23.799999237060547px";
|
|
148
|
-
export const videoSkeletonContainerHeight = "464px";
|
|
149
|
-
export const videoFrameInlineSpace = "12px";
|
|
150
|
-
export const verticalVideoMockHeadlineFontSize = "32px";
|
|
151
|
-
export const videoAdBadgeFontSize = "16px";
|
|
258
|
+
|
|
259
|
+
// Component - Pagination
|
|
152
260
|
export const galleryPaginationItemHeightSize = "4px";
|
|
261
|
+
/** 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices */
|
|
153
262
|
export const galleryPaginationContainerWebInlineSpace = "12px";
|
|
263
|
+
/** 12 - 12 - 16 - 16 - this component level variable references the semantic */
|
|
154
264
|
export const galleryPaginationContainerStackSpace = "16px";
|
|
155
265
|
export const galleryPaginationContainerAppInlineSpace = "12px";
|
|
156
266
|
export const scrollBarThicknessSize = "8px";
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
export const
|
|
160
|
-
export const
|
|
161
|
-
export const
|
|
162
|
-
|
|
163
|
-
export const
|
|
164
|
-
export const
|
|
165
|
-
export const
|
|
166
|
-
|
|
167
|
-
export const
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
export const
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
export const
|
|
181
|
-
|
|
267
|
+
|
|
268
|
+
// Component - Paywall
|
|
269
|
+
export const paywallContainerGapSpace = "-48px";
|
|
270
|
+
export const paywallHeaderBottomStackSpace = "80px";
|
|
271
|
+
export const paywallCardMaxWidthSize = "346px";
|
|
272
|
+
/** This variable is used on the paywall card price tag. 64 constant */
|
|
273
|
+
export const paywallCardPriceTagFontSize = "64px";
|
|
274
|
+
export const paywallCardPriceTagLineHeight = "64px";
|
|
275
|
+
export const paywallCardPriceNoteLineHeight = "40px";
|
|
276
|
+
/** This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40 */
|
|
277
|
+
export const paywallCardPriceNoteFontSize = "40px";
|
|
278
|
+
|
|
279
|
+
// Component - Quotes
|
|
280
|
+
export const quoteContainerInlineSpace = "16px";
|
|
281
|
+
export const quoteContainerStackSpace = "24px";
|
|
282
|
+
export const quoteQuotationMarksFontSize = "32px";
|
|
283
|
+
export const quoteContentGapSpace = "48px";
|
|
284
|
+
|
|
285
|
+
// Component - RadioButtons
|
|
286
|
+
export const radioSelectorSize = "20px";
|
|
287
|
+
export const radioSelectorDotActiveSize = "12px";
|
|
288
|
+
|
|
289
|
+
// Component - Search
|
|
290
|
+
export const searchResultBadgeHeightSize = "18px";
|
|
291
|
+
|
|
292
|
+
// Component - SectionTitle
|
|
182
293
|
export const sectionTitleInnerStackBottomSpace = "12px";
|
|
183
294
|
export const sectionTitleHeightSize = "32px";
|
|
295
|
+
/** This variable is used on large title headings that are h2 elements in html and indicate a new section in the user interface. This space changes when a user hovers over the large title. */
|
|
184
296
|
export const sectionTitleArrowInlineSpace = "5px";
|
|
297
|
+
/** This variable is used for increasing the space between the text and the arrow at the end of the large title text. On mobile devices there is no hover state so this variables values are the same as the default state values. */
|
|
185
298
|
export const sectionTitleArrowInlineSpaceActive = "5px";
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
export const
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
export const searchResultBadgeHeightSize = "18px";
|
|
192
|
-
export const radioSelectorSize = "20px";
|
|
193
|
-
export const radioSelectorDotActiveSize = "12px";
|
|
299
|
+
|
|
300
|
+
// Component - Separators
|
|
301
|
+
export const separatorThicknessSize = "2px";
|
|
302
|
+
|
|
303
|
+
// Component - Skeletons
|
|
194
304
|
export const headlinesSkeletonImagePlaceholderMaxWidth = "160px";
|
|
195
305
|
export const articleSkeletonImageInlineSpace = "48px";
|
|
196
306
|
export const articleSkeletonTextInlineSpace = "48px";
|
|
197
307
|
export const articleTextSkeletonHeightSize = "720px";
|
|
308
|
+
|
|
309
|
+
// Component - Sliders
|
|
310
|
+
export const sliderProgressBarIdleHeightSize = "4px";
|
|
311
|
+
export const sliderProgressBarHoverHeightSize = "8px";
|
|
312
|
+
export const sliderProgressInactiveHeightSize = "2px";
|
|
313
|
+
export const vidPlayerProgressBarHeightSize = "12px";
|
|
314
|
+
|
|
315
|
+
// Component - SpecialNavi
|
|
316
|
+
export const specialNaviInlineSpace = "24px";
|
|
317
|
+
|
|
318
|
+
// Component - Spinners
|
|
198
319
|
export const videoSpinnerSize = "80px";
|
|
199
320
|
export const videoSpinnerStrokeSize = "4px";
|
|
200
321
|
export const videoSpinnerSize05x = "40px";
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
export const
|
|
204
|
-
export const
|
|
205
|
-
export const
|
|
206
|
-
export const
|
|
207
|
-
export const
|
|
208
|
-
export const
|
|
209
|
-
export const
|
|
210
|
-
export const
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
export const podcastPlayButtonSize = "48px";
|
|
215
|
-
export const vidPlayerBottomBarGapSpace = "0px";
|
|
216
|
-
export const audioPlayerHeaderStackSpace = "56px";
|
|
217
|
-
export const videoTimeBadgeFontFamily = "Gotham XNarrow";
|
|
218
|
-
export const vidPlayerControlButtonSize = "42px";
|
|
219
|
-
export const vidPlayerControlButtonIconSizeHover = "28px";
|
|
220
|
-
export const vidPlayerTimecodeFontSize = "16px";
|
|
221
|
-
export const vidPlayerTimecodeContainerMinWidthSize = "58px";
|
|
222
|
-
export const vidPlayerProgressBarContainerHeightSize = "24px";
|
|
223
|
-
export const vidPlayerUnmuteButtonWidthSize = "220px";
|
|
322
|
+
|
|
323
|
+
// Component - Table
|
|
324
|
+
export const tableColumnWidthSize1x = "96px";
|
|
325
|
+
export const tableColumnWidthSize2x = "180px";
|
|
326
|
+
export const tableColumnWidthSize05x = "48px";
|
|
327
|
+
export const tableColumnWidthSize15x = "160px";
|
|
328
|
+
export const tableColumnWidthSize25x = "240px";
|
|
329
|
+
export const tableColumnWidthSize075x = "64px";
|
|
330
|
+
export const tableColumnWidthSize3x = "280px";
|
|
331
|
+
export const tableItemMaxWidthSize = "224px";
|
|
332
|
+
|
|
333
|
+
// Component - Tabs
|
|
334
|
+
/** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
|
|
224
335
|
export const tabLabelFontSize = "16px";
|
|
225
336
|
export const iosTabbarHeightSize = "49px";
|
|
226
337
|
export const androidTabbarHeightSize = "74px";
|
|
338
|
+
/** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
|
|
227
339
|
export const tabLabelFontSizeLine = "16px";
|
|
340
|
+
/** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
|
|
228
341
|
export const appsTabsLabelFontSize = "16px";
|
|
342
|
+
/** Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data. */
|
|
229
343
|
export const appsTabsLabelLineHeight = "23.399999618530273px";
|
|
230
344
|
export const topBarTabItemHeightSize = "44px";
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
export const
|
|
234
|
-
export const
|
|
235
|
-
export const
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
238
|
-
|
|
239
|
-
export const
|
|
240
|
-
|
|
241
|
-
export const
|
|
242
|
-
export const
|
|
243
|
-
export const
|
|
244
|
-
export const
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
export const
|
|
249
|
-
|
|
250
|
-
export const
|
|
251
|
-
export const
|
|
252
|
-
export const
|
|
253
|
-
export const
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
export const
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
export const
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
345
|
+
|
|
346
|
+
// Component - Teaser
|
|
347
|
+
export const teaserTitleInlineLeftSpace = "0px";
|
|
348
|
+
export const teaserTitleStackSpace = "4px";
|
|
349
|
+
export const teaserTitleGapSpace = "4px";
|
|
350
|
+
export const teaserKickerBgInlineSpace = "6px";
|
|
351
|
+
export const teaserKickerBgStackSpace = "2px";
|
|
352
|
+
/** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
|
|
353
|
+
export const teaserBadgesMarginSpace = "8px";
|
|
354
|
+
/** This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40 */
|
|
355
|
+
export const teaserBadgesHeightSizeLg = "32px";
|
|
356
|
+
export const teaserTitleBottomStackSpace = "16px";
|
|
357
|
+
export const teaserBadgesHeightSizeSm = "32px";
|
|
358
|
+
export const teaserLayoutGridSpace = "12px";
|
|
359
|
+
|
|
360
|
+
// Component - Teaser - aTeaser
|
|
361
|
+
/** 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable */
|
|
362
|
+
export const aTeaserKickerFontSize = "22px";
|
|
363
|
+
/** This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
|
|
364
|
+
export const aTeaserHeadlineFontSize = "48px";
|
|
365
|
+
export const aTeaserKickerLineHeight = "22px";
|
|
366
|
+
export const aTeaserHeadlineLineHeight = "48px";
|
|
367
|
+
export const aTeaserTitleInlineSpace = "12px";
|
|
368
|
+
|
|
369
|
+
// Component - Teaser - bTeaser
|
|
370
|
+
export const bTeaserTitleInlineSpace = "8px";
|
|
371
|
+
|
|
372
|
+
// Component - Teaser - bildPlay
|
|
373
|
+
export const bildPlayTeaserWidthSize = "169px";
|
|
374
|
+
|
|
375
|
+
// Component - Teaser - mQTeaser
|
|
376
|
+
/** XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
|
|
377
|
+
export const mQteaserHeadlineFontSize = "36px";
|
|
378
|
+
export const mQteaserHeadlineFontWeight = "700";
|
|
379
|
+
export const mQteaserHeadlineLineHeight = "36px";
|
|
380
|
+
export const mqTeaserTitleInlineSpace = "8px";
|
|
381
|
+
|
|
382
|
+
// Component - Teaser - qTeaser
|
|
383
|
+
/** This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100 */
|
|
384
|
+
export const quadHeadlineFontSize = "72px";
|
|
385
|
+
export const quadKickerFontSize = "22px";
|
|
386
|
+
export const quadHeadlineLineHeight = "72px";
|
|
387
|
+
export const qTeaserTitleInlineSpace = "16px";
|
|
388
|
+
|
|
389
|
+
// Component - Teaser - stdTeaser
|
|
390
|
+
export const stdTeaserImageTitleGapSpace = "6px";
|
|
391
|
+
/** This variable is used for creating space around the outside of a subscription badge or video icon badge. */
|
|
392
|
+
export const stdTeaserBadgesMarginSpace = "8px";
|
|
393
|
+
/** 2 | 2 | 2 | 2 - This variable is used on the standard teaser vertical spacing between the kicker and the headline. It references the semantic variable stackSpaceConst3XS */
|
|
394
|
+
export const stdTeaserKickerHeadlineStackSpace = "2px";
|
|
395
|
+
|
|
396
|
+
// Component - Teaser - superA
|
|
397
|
+
/** 16 - 16 - 16 - 16 */
|
|
398
|
+
export const superAteaserTitleInlineSpace = "16px";
|
|
399
|
+
|
|
400
|
+
// Component - ToggleSwitch
|
|
401
|
+
/** This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
|
|
263
402
|
export const appToggleItemLabelFontSize = "16px";
|
|
403
|
+
/** This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2 */
|
|
264
404
|
export const appToggleItemLabelLineHeight = "16.200000762939453px";
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export const
|
|
269
|
-
|
|
270
|
-
export const
|
|
405
|
+
|
|
406
|
+
// Component - Video
|
|
407
|
+
/** This variable is used on video player badges that display a red play icon on top of a white square next to a time stamp. This variable references the borderRadiusXS. Constant value of 2 across device sizes. */
|
|
408
|
+
export const videoTimeBadgeCornerSize = "2px";
|
|
409
|
+
/** 16 - 16 - 18 - 18 -- This variable is used to control the videoTimeBadge text style's font size parameter. The typography style that uses this variable is the videoTimeBadge style. The badge that uses this variable appears on the upper right corner of horizontal videos. */
|
|
410
|
+
export const videoTimeBadgeFontSize = "18px";
|
|
411
|
+
/** 24 - 24 - 32 - 40 - This variable is used on horizontal video badges that contain a red play icon on top of a white square next to a timestamp. */
|
|
412
|
+
export const videoTimeBadgeSize = "32px";
|
|
413
|
+
export const videoRedPlayIconWidthSize = "12px";
|
|
414
|
+
/** This variable is used for changing the red play icon inside the white square. */
|
|
415
|
+
export const videoRedPlayIconHeightSize = "14px";
|
|
416
|
+
export const videoBadgeTimeLineHeight = "23.799999237060547px";
|
|
417
|
+
export const videoSkeletonContainerHeight = "464px";
|
|
418
|
+
export const videoFrameInlineSpace = "12px";
|
|
419
|
+
export const verticalVideoMockHeadlineFontSize = "32px";
|
|
420
|
+
/** 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter. */
|
|
421
|
+
export const videoAdBadgeFontSize = "16px";
|
|
422
|
+
|
|
423
|
+
// Component - _DSysDocs
|
|
424
|
+
/** Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe */
|
|
425
|
+
export const bildDesignFrameSpace = "64px";
|
|
426
|
+
/** This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68 */
|
|
427
|
+
export const dsMainContainerSpace = "68px";
|
|
428
|
+
export const dsysDocsWidthSize = "962px";
|
|
429
|
+
/** This variable is used as a max width size for content blocks. For mobile devices this var references the DSysDocsWidthSize var 320 - 750 - 962 - 1024 */
|
|
430
|
+
export const mainContentStageSize = "962px";
|
|
431
|
+
/** This variable is used on documentation pages that have an artistic banner at the top of the page that is related to the foundation topic on the page. 80 - 80 -80 - 140 */
|
|
432
|
+
export const foundationsBannerHeightSize = "80px";
|
|
433
|
+
/** This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8 */
|
|
434
|
+
export const dsCaptionStackSpace05x = "6px";
|
|
435
|
+
export const dsCaptionStackSpace1x = "12px";
|
|
436
|
+
/** This variable is used only for this design system's component tests. */
|
|
437
|
+
export const _1columnMobile = "930px";
|
|
438
|
+
/** This variable is currently used on a thin gallery that appears on desktop websites with petbook and other "books" content. Its height changes to a large height on mobile sites. 558 - 558 - 558 - 186 */
|
|
439
|
+
export const thinBannerVerticalHeightSize = "558px";
|
|
440
|
+
/** This variable is used only for texts and labels that form part of this design system's documentation. */
|
|
441
|
+
export const specsFontFamily = "Gotham";
|
|
442
|
+
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
443
|
+
export const docHeaderHeightSize = "160px";
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
// ============================================
|
|
447
|
+
// OTHER
|
|
448
|
+
// ============================================
|
|
449
|
+
|
|
450
|
+
export const breakpointName = "md";
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
// ============================================
|
|
454
|
+
// SEMANTIC
|
|
455
|
+
// ============================================
|
|
456
|
+
|
|
457
|
+
// Semantic - Border - BorderRadius
|
|
458
|
+
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
459
|
+
export const borderRadiusXs = "2px";
|
|
460
|
+
/** 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements. */
|
|
461
|
+
export const borderRadiusMd = "8px";
|
|
462
|
+
/** 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls. */
|
|
463
|
+
export const borderRadiusSm = "4px";
|
|
464
|
+
/** 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components. */
|
|
465
|
+
export const borderRadiusXl = "24px";
|
|
466
|
+
/** 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces. */
|
|
467
|
+
export const borderRadiusLg = "16px";
|
|
468
|
+
/** 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements. */
|
|
469
|
+
export const borderRadiusNone = "0px";
|
|
470
|
+
/** creates fully rounded shapes, typically used for circular elements like avatars. */
|
|
471
|
+
export const borderRadiusFull = "9999px";
|
|
472
|
+
|
|
473
|
+
// Semantic - Border - BorderWidth
|
|
474
|
+
/** 1-1-1-1 – use for subtle outlines and dividers */
|
|
475
|
+
export const borderWidthThin = "1px";
|
|
476
|
+
/** 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active) */
|
|
477
|
+
export const borderWidthThick = "2px";
|
|
478
|
+
/** 0.33 -0.33 -0.33 -0.33 – primarily used in mobile app interfaces. Optimized for high-density displays to create subtle dividers and outlines without visual overload. */
|
|
479
|
+
export const borderWidthHairline = "0.33000001311302185px";
|
|
480
|
+
|
|
481
|
+
// Semantic - Layout
|
|
482
|
+
/** Common viewport height size based on the selected mode.
|
|
483
|
+
Apply this token to the main frame of page layouts to simulate realistic vertical space. */
|
|
484
|
+
export const canvasHeightSizeWeb = "960px";
|
|
485
|
+
/** Common viewport width size based on the selected breakpoint.
|
|
486
|
+
Apply this token to the main frame of page layouts. */
|
|
487
|
+
export const canvasWidthSizeWeb = "600px";
|
|
488
|
+
/** Common viewport width size based on the selected breakpoint.
|
|
489
|
+
Apply this token to the main frame of page layouts. */
|
|
490
|
+
export const canvasWidthSizeApp = "834px";
|
|
491
|
+
/** Common viewport height size based on the selected mode.
|
|
492
|
+
Apply this token to the main frame of page layouts to simulate realistic vertical space. */
|
|
493
|
+
export const canvasHeightSizeApp = "1194px";
|
|
494
|
+
|
|
495
|
+
// Semantic - Layout - Breakpoints
|
|
496
|
+
/** 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
497
|
+
Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports. */
|
|
498
|
+
export const breakpointMinWidthSize = "600px";
|
|
499
|
+
/** 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
500
|
+
Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports. */
|
|
501
|
+
export const breakpointMaxWidthSize = "1023px";
|
|
502
|
+
|
|
503
|
+
// Semantic - Layout - ContentWidth
|
|
504
|
+
/** Use for content containers that should not fill the full page width on larger viewports. This is commonly used on article body text content and other elements in an article page. */
|
|
505
|
+
export const contentMaxWidthMedium = "700px";
|
|
506
|
+
/** Use for content containers that should fill the full width of the page */
|
|
507
|
+
export const contentMaxWidthFull = "1024px";
|
|
508
|
+
|
|
509
|
+
// Semantic - Layout - Grid - Constant
|
|
510
|
+
/** 16-16-16-16 – use for fixed side paddings and gutters */
|
|
511
|
+
export const gridSpaceConstLg = "16px";
|
|
512
|
+
/** 12-12-12-12 – use for fixed side paddings and gutters */
|
|
513
|
+
export const gridSpaceConstSm = "12px";
|
|
514
|
+
|
|
515
|
+
// Semantic - Layout - Grid - LayoutGuide
|
|
516
|
+
/** Used to set the column count in Figma Layout guide Grids */
|
|
517
|
+
export const layoutGuideGridColums = "8px";
|
|
518
|
+
|
|
519
|
+
// Semantic - Layout - Grid - Responsive
|
|
520
|
+
/** 24-24-32-32 – use for side paddings and gutters in responsive layouts */
|
|
271
521
|
export const gridSpaceRespLg = "32px";
|
|
522
|
+
/** 48-48-64-64 – use for side paddings and gutters in responsive layouts */
|
|
272
523
|
export const gridSpaceRespXl = "64px";
|
|
524
|
+
/** 12-12-12-16 – use for side paddings and gutters in responsive layouts */
|
|
273
525
|
export const gridSpaceRespBase = "12px";
|
|
526
|
+
/** 6-6-6-8 – use for side paddings and gutters in responsive layouts */
|
|
274
527
|
export const gridSpaceRespSm = "6px";
|
|
528
|
+
/** 0-0-0-16 – This token is used on the main homepages content container, ensuring full-width layout (no horizontal padding) on mobile and tablet breakpoints. */
|
|
275
529
|
export const pageInlineSpace = "0px";
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
530
|
+
|
|
531
|
+
// Semantic - Layout - Section
|
|
532
|
+
/** 36-36-48-48 – Use for vertical spacing between sections in a layout. */
|
|
279
533
|
export const sectionSpaceBase = "48px";
|
|
534
|
+
/** 72-72-96-96 – Use for vertical spacing between sections in a layout */
|
|
280
535
|
export const sectionSpaceLg = "96px";
|
|
536
|
+
/** 16-16-32-32 – Use for spacing after paragraphs in text content */
|
|
281
537
|
export const paragraphEndSpace = "32px";
|
|
538
|
+
/** 24-24-36-36 – Use for vertical spacing between subsections in a layout */
|
|
282
539
|
export const sectionSpaceSm = "36px";
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
export const
|
|
287
|
-
|
|
288
|
-
export const
|
|
289
|
-
|
|
290
|
-
export const
|
|
291
|
-
|
|
292
|
-
export const
|
|
540
|
+
|
|
541
|
+
// Semantic - Size - Constant
|
|
542
|
+
/** 16-16-16-16 – Use for setting fixed height and width of UI elements */
|
|
543
|
+
export const sizeConst3Xs = "16px";
|
|
544
|
+
/** 24-24-24-24 – Use for setting fixed height and width of UI elements */
|
|
545
|
+
export const sizeConst2Xs = "24px";
|
|
546
|
+
/** 32-32-32-32 – Use for setting fixed height and width of UI elements */
|
|
547
|
+
export const sizeConstXs = "32px";
|
|
548
|
+
/** 40-40-40-40 – Use for setting fixed height and width of UI elements */
|
|
549
|
+
export const sizeConstSm = "40px";
|
|
550
|
+
/** 48-48-48-48 Use for setting fixed height and width of UI elements */
|
|
551
|
+
export const sizeConstMd = "48px";
|
|
552
|
+
/** 56-56-56-56 – Use for setting fixed height and width of UI elements */
|
|
553
|
+
export const sizeConstLg = "56px";
|
|
554
|
+
/** 64-64-64-64 – Use for setting fixed height and width of UI elements */
|
|
555
|
+
export const sizeConstXl = "64px";
|
|
556
|
+
/** 96-96-96-96 – Use for setting fixed height and width of UI elements */
|
|
557
|
+
export const sizeConst3Xl = "96px";
|
|
558
|
+
/** 148-148-148-148 – Use for setting fixed height and width of UI elements */
|
|
559
|
+
export const sizeConst4Xl = "148px";
|
|
560
|
+
/** 72-72-72-72 – Use for setting fixed height and width of UI elements */
|
|
561
|
+
export const sizeConst2Xl = "72px";
|
|
562
|
+
/** 8-8-8-8 – Use for setting fixed height and width of UI elements */
|
|
563
|
+
export const sizeConst4Xs = "8px";
|
|
564
|
+
|
|
565
|
+
// Semantic - Size - Responsive
|
|
566
|
+
/** 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
567
|
+
export const sizeResp3Xs = "16px";
|
|
568
|
+
/** 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
569
|
+
export const sizeResp2Xs = "32px";
|
|
570
|
+
/** 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
571
|
+
export const sizeRespXs = "40px";
|
|
572
|
+
/** 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
573
|
+
export const sizeRespSm = "48px";
|
|
574
|
+
/** 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
575
|
+
export const sizeRespMd = "64px";
|
|
576
|
+
/** 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
577
|
+
export const sizeRespLg = "72px";
|
|
578
|
+
/** 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
579
|
+
export const sizeRespXl = "80px";
|
|
580
|
+
/** 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
581
|
+
export const sizeResp2Xl = "92px";
|
|
582
|
+
/** 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
583
|
+
export const sizeResp3Xl = "120px";
|
|
584
|
+
/** 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
585
|
+
export const sizeResp4Xl = "160px";
|
|
586
|
+
/** 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints */
|
|
587
|
+
export const sizeResp4Xs = "14px";
|
|
588
|
+
|
|
589
|
+
// Semantic - Space - Gap - Constant
|
|
590
|
+
/** 2-2-2-2 – Use for fixed gaps between items inside of UI elements */
|
|
591
|
+
export const gapSpaceConst2Xs = "2px";
|
|
592
|
+
/** 4-4-4-4 – Use for fixed gaps between items inside of UI elements */
|
|
593
|
+
export const gapSpaceConstXs = "4px";
|
|
594
|
+
/** 8-8-8-8 – Use for fixed gaps between items inside of UI elements */
|
|
595
|
+
export const gapSpaceConstSm = "8px";
|
|
596
|
+
/** 12-12-12-12 – Use for fixed gaps between items inside of UI elements */
|
|
597
|
+
export const gapSpaceConstMd = "12px";
|
|
598
|
+
/** 16-16-16-16 – Use for fixed gaps between items inside of UI elements */
|
|
599
|
+
export const gapSpaceConstLg = "16px";
|
|
600
|
+
/** 24-24-24-24 – Use for fixed gaps between items inside of UI elements */
|
|
601
|
+
export const gapSpaceConstXl = "24px";
|
|
602
|
+
/** 32-32-32-32 – Use for fixed gaps between items inside of UI elements */
|
|
603
|
+
export const gapSpaceConst2Xl = "32px";
|
|
604
|
+
/** 48-48-48-48 – Use for fixed gaps between items inside of UI elements */
|
|
605
|
+
export const gapSpaceConst3Xl = "48px";
|
|
606
|
+
|
|
607
|
+
// Semantic - Space - Gap - Responsive
|
|
608
|
+
/** 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
609
|
+
export const gapSpaceRespXs = "6px";
|
|
610
|
+
/** 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
611
|
+
export const gapSpaceRespLg = "24px";
|
|
612
|
+
/** 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
613
|
+
export const gapSpaceRespXl = "32px";
|
|
614
|
+
/** 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
615
|
+
export const gapSpaceResp2Xl = "48px";
|
|
616
|
+
/** 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
617
|
+
export const gapSpaceRespMd = "16px";
|
|
618
|
+
/** 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
619
|
+
export const gapSpaceRespSm = "12px";
|
|
620
|
+
/** 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
621
|
+
export const gapSpaceResp2Xs = "4px";
|
|
622
|
+
/** 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints */
|
|
623
|
+
export const gapSpaceResp3Xl = "72px";
|
|
624
|
+
|
|
625
|
+
// Semantic - Space - Inline - Constant
|
|
626
|
+
/** 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
627
|
+
export const inlineSpaceConstSm = "8px";
|
|
628
|
+
/** 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
629
|
+
export const inlineSpaceConstMd = "12px";
|
|
630
|
+
/** 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
631
|
+
export const inlineSpaceConstLg = "16px";
|
|
632
|
+
/** 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
633
|
+
export const inlineSpaceConst2Xl = "32px";
|
|
634
|
+
/** 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
635
|
+
export const inlineSpaceConstXl = "24px";
|
|
636
|
+
/** 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
637
|
+
export const inlineSpaceConstXs = "6px";
|
|
638
|
+
/** 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
639
|
+
export const inlineSpaceConst3Xs = "2px";
|
|
640
|
+
/** 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements */
|
|
641
|
+
export const inlineSpaceConst2Xs = "4px";
|
|
642
|
+
|
|
643
|
+
// Semantic - Space - Inline - Responsive
|
|
644
|
+
/** 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
|
|
645
|
+
export const inlineSpaceRespSm = "12px";
|
|
646
|
+
/** 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints */
|
|
647
|
+
export const inlineSpaceRespMd = "16px";
|
|
648
|
+
/** 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
|
|
649
|
+
export const inlineSpaceRespLg = "24px";
|
|
650
|
+
/** 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
|
|
651
|
+
export const inlineSpaceResp2Xl = "48px";
|
|
652
|
+
/** 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints */
|
|
653
|
+
export const inlineSpaceRespXl = "32px";
|
|
654
|
+
|
|
655
|
+
// Semantic - Space - Stack - Constant
|
|
656
|
+
/** 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
657
|
+
export const stackSpaceConstSm = "8px";
|
|
658
|
+
/** 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
659
|
+
export const stackSpaceConstMd = "12px";
|
|
660
|
+
/** 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
661
|
+
export const stackSpaceConstLg = "16px";
|
|
662
|
+
/** 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
663
|
+
export const stackSpaceConst2Xl = "32px";
|
|
664
|
+
/** 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
665
|
+
export const stackSpaceConstXl = "24px";
|
|
666
|
+
/** 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
667
|
+
export const stackSpaceConstXs = "6px";
|
|
668
|
+
/** 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
669
|
+
export const stackSpaceConst3Xs = "2px";
|
|
670
|
+
/** 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements */
|
|
671
|
+
export const stackSpaceConst2Xs = "4px";
|
|
672
|
+
|
|
673
|
+
// Semantic - Space - Stack - Responsive
|
|
674
|
+
/** 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
|
|
675
|
+
export const stackSpaceRespMd = "16px";
|
|
676
|
+
/** 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
|
|
677
|
+
export const stackSpaceRespLg = "24px";
|
|
678
|
+
/** 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
|
|
679
|
+
export const stackSpaceResp2Xl = "48px";
|
|
680
|
+
/** 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
|
|
681
|
+
export const stackSpaceRespSm = "12px";
|
|
682
|
+
/** 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints */
|
|
683
|
+
export const stackSpaceRespXl = "32px";
|
|
684
|
+
|
|
685
|
+
// Semantic - Typography - FontFamily
|
|
686
|
+
/** This variable references the bodyFontFamily variable from the branding collection. */
|
|
687
|
+
export const bodyFontFamily = "Gotham XNarrow";
|
|
688
|
+
export const calloutFontFamily = "Gotham";
|
|
689
|
+
export const headlineFontFamily = "Gotham Condensed";
|
|
690
|
+
export const footnoteFontFamily = "Gotham XNarrow";
|
|
691
|
+
export const labelFontFamily = "Gotham XNarrow";
|
|
692
|
+
export const kickerFontFamily = "Gotham XNarrow";
|
|
693
|
+
export const subheadlineFontFamily = "Gotham Condensed";
|
|
694
|
+
export const titleFontFamily = "Gotham";
|
|
695
|
+
export const quoteFontFamily = "Gotham";
|
|
696
|
+
export const displayFontFamily = "Gotham";
|
|
697
|
+
|
|
698
|
+
// Semantic - Typography - FontSize - Body
|
|
699
|
+
/** This variable is used on the body text style's font size parameter. It remains constant at 21. */
|
|
700
|
+
export const bodyFontSize = "21px";
|
|
701
|
+
|
|
702
|
+
// Semantic - Typography - FontSize - Callout
|
|
703
|
+
/** This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22 */
|
|
704
|
+
export const callout1FontSize = "22px";
|
|
705
|
+
|
|
706
|
+
// Semantic - Typography - FontSize - Display
|
|
707
|
+
/** This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120 */
|
|
293
708
|
export const display1FontSize = "72px";
|
|
709
|
+
/** This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64 */
|
|
294
710
|
export const display2FontSize = "42px";
|
|
711
|
+
/** This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40 */
|
|
295
712
|
export const display3FontSize = "32px";
|
|
713
|
+
|
|
714
|
+
// Semantic - Typography - FontSize - Footnote
|
|
715
|
+
/** This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18 */
|
|
716
|
+
export const footnote1FontSize = "16px";
|
|
717
|
+
/** This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16 */
|
|
718
|
+
export const footnote2FontSize = "12px";
|
|
719
|
+
|
|
720
|
+
// Semantic - Typography - FontSize - Headline
|
|
721
|
+
/** This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100 */
|
|
296
722
|
export const headline1FontSize = "72px";
|
|
723
|
+
/** This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64 */
|
|
297
724
|
export const headline2FontSize = "48px";
|
|
725
|
+
/** This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40 */
|
|
298
726
|
export const headline3FontSize = "36px";
|
|
727
|
+
/** This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32 */
|
|
299
728
|
export const headline4FontSize = "26px";
|
|
300
|
-
|
|
729
|
+
|
|
730
|
+
// Semantic - Typography - FontSize - Kicker
|
|
731
|
+
/** Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size. */
|
|
732
|
+
export const kicker1FontSize = "22px";
|
|
733
|
+
/** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. This DS uses 1 to 4 following html convention of h1, h2, h3, etc. 18 - 18 - 22 - 24 */
|
|
734
|
+
export const kicker2FontSize = "22px";
|
|
735
|
+
/** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20 */
|
|
736
|
+
export const kicker3FontSize = "18px";
|
|
737
|
+
/** Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16 */
|
|
738
|
+
export const kicker4FontSize = "16px";
|
|
739
|
+
|
|
740
|
+
// Semantic - Typography - FontSize - Label
|
|
741
|
+
/** This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes. */
|
|
301
742
|
export const label3FontSize = "12px";
|
|
743
|
+
/** This variable controls the label2 text style's font size parameter. Its value remains constant at 15. */
|
|
302
744
|
export const label2FontSize = "15px";
|
|
745
|
+
/** This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes. */
|
|
303
746
|
export const label1FontSize = "17px";
|
|
747
|
+
/** 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes. */
|
|
304
748
|
export const label1FontSizeResponsive = "15px";
|
|
749
|
+
/** This token is used in the font size parameter of the label4 text style. The value remains constant at 8. */
|
|
305
750
|
export const label4FontSize = "8px";
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
export const kicker1FontSize = "22px";
|
|
310
|
-
export const kicker2FontSize = "22px";
|
|
311
|
-
export const kicker3FontSize = "18px";
|
|
312
|
-
export const kicker4FontSize = "16px";
|
|
313
|
-
export const subheadline1FontSize = "32px";
|
|
751
|
+
|
|
752
|
+
// Semantic - Typography - FontSize - Quote
|
|
753
|
+
/** 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style. */
|
|
314
754
|
export const quoteFontSize = "18px";
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
export const
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
export const
|
|
323
|
-
|
|
324
|
-
export const
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
export const
|
|
328
|
-
export const
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
export const
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
export const
|
|
335
|
-
|
|
336
|
-
|
|
755
|
+
|
|
756
|
+
// Semantic - Typography - FontSize - Subheadline
|
|
757
|
+
/** This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36 */
|
|
758
|
+
export const subheadline1FontSize = "32px";
|
|
759
|
+
|
|
760
|
+
// Semantic - Typography - FontSize - Title
|
|
761
|
+
/** 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
|
|
762
|
+
export const title1FontSize = "22px";
|
|
763
|
+
/** 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
|
|
764
|
+
export const title2FontSize = "18px";
|
|
765
|
+
|
|
766
|
+
// Semantic - Typography - FontWeight - Body
|
|
767
|
+
export const bodyFontWeightBook = "400";
|
|
768
|
+
export const bodyFontWeightBold = "700";
|
|
769
|
+
|
|
770
|
+
// Semantic - Typography - FontWeight - Callout
|
|
771
|
+
export const calloutFontWeight = "800";
|
|
772
|
+
|
|
773
|
+
// Semantic - Typography - FontWeight - Display
|
|
774
|
+
export const displayFontWeight = "800";
|
|
775
|
+
|
|
776
|
+
// Semantic - Typography - FontWeight - Footnote
|
|
777
|
+
export const footnoteFontWeightBook = "400";
|
|
778
|
+
export const footnoteFontWeightBold = "700";
|
|
779
|
+
|
|
780
|
+
// Semantic - Typography - FontWeight - Headline
|
|
781
|
+
export const headline1FontWeight = "700";
|
|
782
|
+
export const headline2FontWeight = "700";
|
|
783
|
+
export const headline3FontWeight = "700";
|
|
784
|
+
export const headline4FontWeight = "600";
|
|
785
|
+
/** This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines. */
|
|
337
786
|
export const headline1FontWeightSt = "700";
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export const
|
|
341
|
-
export const
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
export const
|
|
345
|
-
export const
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export const
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
export const
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
export const
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
export const quoteLineHeight = "18px";
|
|
359
|
-
export const footnote1LineHeight = "21px";
|
|
360
|
-
export const footnote2LineHeight = "15.800000190734863px";
|
|
361
|
-
export const headline1LineHeight = "72px";
|
|
362
|
-
export const headline2LineHeight = "48px";
|
|
363
|
-
export const headline3LineHeight = "36px";
|
|
364
|
-
export const headline4LineHeight = "22px";
|
|
365
|
-
export const calloutLineHeight = "22px";
|
|
366
|
-
export const subheadline1LineHeight = "32px";
|
|
787
|
+
|
|
788
|
+
// Semantic - Typography - FontWeight - Kicker
|
|
789
|
+
export const kickerFontWeight = "700";
|
|
790
|
+
export const kickerFontWeightSt = "700";
|
|
791
|
+
|
|
792
|
+
// Semantic - Typography - FontWeight - Label
|
|
793
|
+
export const labelFontWeightBold = "700";
|
|
794
|
+
export const labelFontWeightBook = "400";
|
|
795
|
+
|
|
796
|
+
// Semantic - Typography - FontWeight - Quote
|
|
797
|
+
export const quoteFontWeight = "800";
|
|
798
|
+
|
|
799
|
+
// Semantic - Typography - FontWeight - Subheadline
|
|
800
|
+
export const subheadlineFontWeight = "700";
|
|
801
|
+
|
|
802
|
+
// Semantic - Typography - FontWeight - Title
|
|
803
|
+
export const titleFontWeight = "800";
|
|
804
|
+
|
|
805
|
+
// Semantic - Typography - LetterSpacing
|
|
806
|
+
/** 0.5 | 0.5 | 0.5 | 0.5 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
367
807
|
export const letterSpacingPositiveSm = "0.5px";
|
|
808
|
+
/** 2 | 2 | 2 | 3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
368
809
|
export const letterSpacingPositiveLg = "2px";
|
|
810
|
+
/** 1 | 1 | 1 | 1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
369
811
|
export const letterSpacingPositiveMd = "1px";
|
|
812
|
+
/** 0 | 0 | 0 | 0 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
370
813
|
export const letterSpacingNone = "0px";
|
|
814
|
+
/** -0.5 | -0.5 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
371
815
|
export const letterSpacingNegativeSm = "-0.25px";
|
|
816
|
+
/** -1 | -1 | -1 | -1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
372
817
|
export const letterSpacingNegativeMd = "-1px";
|
|
818
|
+
/** -2 | -2 | -2 | -3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
373
819
|
export const letterSpacingNegativeLg = "-2px";
|
|
820
|
+
/** -0.25 | -0.25 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. This letter spacing was only found in large titles on iOS mobile app large title component. */
|
|
374
821
|
export const letterSpacingNegativeXs = "-0.25px";
|
|
822
|
+
/** 0.25 | 0.25 | 0.25 | 0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. */
|
|
375
823
|
export const letterSpacingPositiveXs = "0.25px";
|
|
824
|
+
|
|
825
|
+
// Semantic - Typography - LetterSpacing - display
|
|
826
|
+
/** -0.5 | -0.5 | -1 | -2 | This variable is used for the letter spacing parameter of the display1 text style. On smaller devices the value is smaller than on larger devices. On desktop devices the letter spacing is further reduced for making the text style more compact. */
|
|
376
827
|
export const display1LetterSpacing = "-1px";
|
|
828
|
+
/** -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display2 text style. On smaller devices the value is smaller than on larger devices. */
|
|
377
829
|
export const display2LetterSpacing = "-1px";
|
|
830
|
+
/** -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display3 text style. On smaller devices the value is smaller than on larger devices. */
|
|
378
831
|
export const display3LetterSpacing = "-1px";
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
export const
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
export const
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
export const
|
|
389
|
-
export const
|
|
390
|
-
export const
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
export const
|
|
394
|
-
export const
|
|
395
|
-
|
|
832
|
+
|
|
833
|
+
// Semantic - Typography - LineHeight - Body
|
|
834
|
+
/** Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height) */
|
|
835
|
+
export const bodyLineHeight = "28px";
|
|
836
|
+
|
|
837
|
+
// Semantic - Typography - LineHeight - Callout
|
|
838
|
+
export const calloutLineHeight = "22px";
|
|
839
|
+
|
|
840
|
+
// Semantic - Typography - LineHeight - Display
|
|
841
|
+
export const display1LineHeight = "72px";
|
|
842
|
+
export const display2LineHeight = "42px";
|
|
843
|
+
export const display3LineHeight = "32px";
|
|
844
|
+
|
|
845
|
+
// Semantic - Typography - LineHeight - Footnote
|
|
846
|
+
export const footnote1LineHeight = "21px";
|
|
847
|
+
export const footnote2LineHeight = "15.800000190734863px";
|
|
848
|
+
|
|
849
|
+
// Semantic - Typography - LineHeight - Headline
|
|
850
|
+
export const headline1LineHeight = "72px";
|
|
851
|
+
export const headline2LineHeight = "48px";
|
|
852
|
+
export const headline3LineHeight = "36px";
|
|
853
|
+
export const headline4LineHeight = "22px";
|
|
854
|
+
|
|
855
|
+
// Semantic - Typography - LineHeight - Kicker
|
|
856
|
+
export const kicker4LineHeight = "17.600000381469727px";
|
|
857
|
+
export const kicker3LineHeight = "18px";
|
|
858
|
+
export const kicker2LineHeight = "22px";
|
|
859
|
+
export const kicker1LineHeight = "22px";
|
|
860
|
+
|
|
861
|
+
// Semantic - Typography - LineHeight - Label
|
|
862
|
+
export const label3LineHeight = "14.399999618530273px";
|
|
863
|
+
/** This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights. */
|
|
864
|
+
export const label1LineHeight = "17px";
|
|
865
|
+
export const label1ResponsiveLineHeight = "15px";
|
|
866
|
+
export const label2LineHeight = "16px";
|
|
867
|
+
export const label4LineHeight = "10px";
|
|
868
|
+
|
|
869
|
+
// Semantic - Typography - LineHeight - Quote
|
|
870
|
+
/** This variable is used in the quote text style line height parameter. */
|
|
871
|
+
export const quoteLineHeight = "18px";
|
|
872
|
+
|
|
873
|
+
// Semantic - Typography - LineHeight - Subheadline
|
|
874
|
+
export const subheadline1LineHeight = "32px";
|
|
875
|
+
|
|
876
|
+
// Semantic - Typography - LineHeight - Title
|
|
877
|
+
export const title1LineHeight = "22px";
|
|
878
|
+
/** html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg) */
|
|
879
|
+
export const title2LineHeight = "19.799999237060547px";
|
|
880
|
+
|
|
881
|
+
// Semantic - Visibility - Boolean
|
|
882
|
+
/** Use for showing elements on mobile viewport sizes only */
|
|
883
|
+
export const visilbleMobileOnly = "false";
|
|
884
|
+
/** Use for showing elements on desktop viewport sizes only */
|
|
885
|
+
export const visilbleDesktopOnly = "false";
|
|
886
|
+
/** Use for showing elements on viewport sizes above 600 px */
|
|
887
|
+
export const visilbleAbove600px = "true";
|
|
888
|
+
/** Use for showing elements on viewport sizes below 600 px */
|
|
889
|
+
export const visilbleBelow600px = "false";
|
|
890
|
+
/** Use for hiding elements on mobile viewport sizes */
|
|
891
|
+
export const hideOnMobile = "true";
|
|
892
|
+
/** Use for showing elements on tablet viewport sizes only */
|
|
893
|
+
export const visilbleTabletOnly = "true";
|
|
894
|
+
/** Use for hiding elements on desktop viewport sizes only */
|
|
895
|
+
export const hideOnDesktop = "true";
|
|
896
|
+
|
|
897
|
+
// Semantic - Visibility - VariantSwitch
|
|
396
898
|
export const changeOnLg = "xs/sm/md";
|
|
899
|
+
/** This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints. */
|
|
397
900
|
export const changeOnMd = "md/lg";
|
|
398
901
|
export const bpSpecificWeb = "md";
|
|
399
902
|
export const bpSpecificApp = "regular";
|
|
400
|
-
|
|
401
|
-
export const inlineSpaceRespMd = "16px";
|
|
402
|
-
export const inlineSpaceRespLg = "24px";
|
|
403
|
-
export const inlineSpaceResp2Xl = "48px";
|
|
404
|
-
export const inlineSpaceRespXl = "32px";
|
|
405
|
-
export const inlineSpaceConstSm = "8px";
|
|
406
|
-
export const inlineSpaceConstMd = "12px";
|
|
407
|
-
export const inlineSpaceConstLg = "16px";
|
|
408
|
-
export const inlineSpaceConst2Xl = "32px";
|
|
409
|
-
export const inlineSpaceConstXl = "24px";
|
|
410
|
-
export const inlineSpaceConstXs = "6px";
|
|
411
|
-
export const inlineSpaceConst3Xs = "2px";
|
|
412
|
-
export const inlineSpaceConst2Xs = "4px";
|
|
413
|
-
export const stackSpaceRespMd = "16px";
|
|
414
|
-
export const stackSpaceRespLg = "24px";
|
|
415
|
-
export const stackSpaceResp2Xl = "48px";
|
|
416
|
-
export const stackSpaceRespSm = "12px";
|
|
417
|
-
export const stackSpaceRespXl = "32px";
|
|
418
|
-
export const stackSpaceConstSm = "8px";
|
|
419
|
-
export const stackSpaceConstMd = "12px";
|
|
420
|
-
export const stackSpaceConstLg = "16px";
|
|
421
|
-
export const stackSpaceConst2Xl = "32px";
|
|
422
|
-
export const stackSpaceConstXl = "24px";
|
|
423
|
-
export const stackSpaceConstXs = "6px";
|
|
424
|
-
export const stackSpaceConst3Xs = "2px";
|
|
425
|
-
export const stackSpaceConst2Xs = "4px";
|
|
426
|
-
export const gapSpaceRespXs = "6px";
|
|
427
|
-
export const gapSpaceRespLg = "24px";
|
|
428
|
-
export const gapSpaceRespXl = "32px";
|
|
429
|
-
export const gapSpaceResp2Xl = "48px";
|
|
430
|
-
export const gapSpaceRespMd = "16px";
|
|
431
|
-
export const gapSpaceRespSm = "12px";
|
|
432
|
-
export const gapSpaceResp2Xs = "4px";
|
|
433
|
-
export const gapSpaceResp3Xl = "72px";
|
|
434
|
-
export const gapSpaceConst2Xs = "2px";
|
|
435
|
-
export const gapSpaceConstXs = "4px";
|
|
436
|
-
export const gapSpaceConstSm = "8px";
|
|
437
|
-
export const gapSpaceConstMd = "12px";
|
|
438
|
-
export const gapSpaceConstLg = "16px";
|
|
439
|
-
export const gapSpaceConstXl = "24px";
|
|
440
|
-
export const gapSpaceConst2Xl = "32px";
|
|
441
|
-
export const gapSpaceConst3Xl = "48px";
|
|
442
|
-
export const sizeConst3Xs = "16px";
|
|
443
|
-
export const sizeConst2Xs = "24px";
|
|
444
|
-
export const sizeConstXs = "32px";
|
|
445
|
-
export const sizeConstSm = "40px";
|
|
446
|
-
export const sizeConstMd = "48px";
|
|
447
|
-
export const sizeConstLg = "56px";
|
|
448
|
-
export const sizeConstXl = "64px";
|
|
449
|
-
export const sizeConst3Xl = "96px";
|
|
450
|
-
export const sizeConst4Xl = "148px";
|
|
451
|
-
export const sizeConst2Xl = "72px";
|
|
452
|
-
export const sizeConst4Xs = "8px";
|
|
453
|
-
export const sizeResp3Xs = "16px";
|
|
454
|
-
export const sizeResp2Xs = "32px";
|
|
455
|
-
export const sizeRespXs = "40px";
|
|
456
|
-
export const sizeRespSm = "48px";
|
|
457
|
-
export const sizeRespMd = "64px";
|
|
458
|
-
export const sizeRespLg = "72px";
|
|
459
|
-
export const sizeRespXl = "80px";
|
|
460
|
-
export const sizeResp2Xl = "92px";
|
|
461
|
-
export const sizeResp3Xl = "120px";
|
|
462
|
-
export const sizeResp4Xl = "160px";
|
|
463
|
-
export const sizeResp4Xs = "14px";
|
|
464
|
-
export const breakpointName = "md";
|
|
903
|
+
|