@marioschmidt/design-system-tokens 1.0.22 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/bild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/shared/colorprimitive.css +97 -97
- package/dist/css/shared/fontprimitive.css +22 -22
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/shared/colorprimitive.dart +82 -82
- package/dist/flutter/shared/fontprimitive.dart +21 -21
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/shared/Colorprimitive.swift +82 -82
- package/dist/ios/shared/Fontprimitive.swift +21 -21
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/bild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/shared/colorprimitive.js +83 -83
- package/dist/js/shared/fontprimitive.js +22 -22
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/shared/colorprimitive.scss +83 -83
- package/dist/scss/shared/fontprimitive.scss +22 -22
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
|
@@ -1,48 +1,165 @@
|
|
|
1
1
|
//
|
|
2
2
|
// typography-lg.scss
|
|
3
|
-
// Generiert am: 2025-11-
|
|
3
|
+
// Generiert am: 2025-11-24T21:40:53.115Z
|
|
4
4
|
// Nicht manuell bearbeiten!
|
|
5
5
|
//
|
|
6
6
|
|
|
7
7
|
// ============================================
|
|
8
|
-
//
|
|
8
|
+
// DISPLAY
|
|
9
9
|
// ============================================
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
$bilddesignsidemenuactive: [object Object];
|
|
18
|
-
// This text style is only used for mockup pages of the design system website.
|
|
19
|
-
$bilddesignsidemenuhover: [object Object];
|
|
20
|
-
// This text style is only used for mockups the vertical video component teaser headlines.
|
|
21
|
-
$verticalvideosmockheadlines: [object Object];
|
|
22
|
-
// This text style is used on documentation pages that contain some token information.
|
|
23
|
-
$tokenspecl: [object Object];
|
|
11
|
+
// Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120
|
|
12
|
+
$display1: [object Object];
|
|
13
|
+
// Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64
|
|
14
|
+
$display2: [object Object];
|
|
15
|
+
// Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40
|
|
16
|
+
$display3: [object Object];
|
|
24
17
|
|
|
25
18
|
|
|
26
19
|
// ============================================
|
|
27
|
-
//
|
|
20
|
+
// HEADLINE
|
|
28
21
|
// ============================================
|
|
29
22
|
|
|
30
|
-
//
|
|
31
|
-
$
|
|
32
|
-
// This text style
|
|
33
|
-
$
|
|
34
|
-
// This text style is
|
|
35
|
-
$
|
|
36
|
-
//
|
|
37
|
-
$
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
//
|
|
41
|
-
|
|
42
|
-
//
|
|
43
|
-
|
|
44
|
-
// This text style is
|
|
45
|
-
$
|
|
23
|
+
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100
|
|
24
|
+
$headline1: [object Object];
|
|
25
|
+
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64
|
|
26
|
+
$headline2: [object Object];
|
|
27
|
+
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40
|
|
28
|
+
$headline3: [object Object];
|
|
29
|
+
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32
|
|
30
|
+
$headline4: [object Object];
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
// ============================================
|
|
34
|
+
// SUBHEADLINE
|
|
35
|
+
// ============================================
|
|
36
|
+
|
|
37
|
+
// This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36
|
|
38
|
+
$subheadline1: [object Object];
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
// ============================================
|
|
42
|
+
// KICKER
|
|
43
|
+
// ============================================
|
|
44
|
+
|
|
45
|
+
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes
|
|
46
|
+
$kicker1: [object Object];
|
|
47
|
+
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes
|
|
48
|
+
$kicker2: [object Object];
|
|
49
|
+
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes
|
|
50
|
+
$kicker3: [object Object];
|
|
51
|
+
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes
|
|
52
|
+
$kicker4: [object Object];
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
// ============================================
|
|
56
|
+
// TITLE
|
|
57
|
+
// ============================================
|
|
58
|
+
|
|
59
|
+
// Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28
|
|
60
|
+
$title1: [object Object];
|
|
61
|
+
// Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28
|
|
62
|
+
$title1uppercase: [object Object];
|
|
63
|
+
// Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
64
|
+
|
|
65
|
+
In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
|
|
66
|
+
$title2: [object Object];
|
|
67
|
+
// Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
68
|
+
|
|
69
|
+
In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20
|
|
70
|
+
$title2uppercase: [object Object];
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
// ============================================
|
|
74
|
+
// CALLOUT
|
|
75
|
+
// ============================================
|
|
76
|
+
|
|
77
|
+
// Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22
|
|
78
|
+
$callout: [object Object];
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
// ============================================
|
|
82
|
+
// BODY
|
|
83
|
+
// ============================================
|
|
84
|
+
|
|
85
|
+
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
86
|
+
$body: [object Object];
|
|
87
|
+
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
88
|
+
$bodyitalic: [object Object];
|
|
89
|
+
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
90
|
+
$bodybold: [object Object];
|
|
91
|
+
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
92
|
+
$bodybolditalic: [object Object];
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
// ============================================
|
|
96
|
+
// TEXTLINK
|
|
97
|
+
// ============================================
|
|
98
|
+
|
|
99
|
+
// Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes.
|
|
100
|
+
$textlink: [object Object];
|
|
101
|
+
// Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes.
|
|
102
|
+
$textlinkitalic: [object Object];
|
|
103
|
+
// Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes.
|
|
104
|
+
$textlinkbold: [object Object];
|
|
105
|
+
// Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
|
|
106
|
+
$textlinkhover: [object Object];
|
|
107
|
+
// Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
|
|
108
|
+
$textlinkboldhover: [object Object];
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
// ============================================
|
|
112
|
+
// FOOTNOTE
|
|
113
|
+
// ============================================
|
|
114
|
+
|
|
115
|
+
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18
|
|
116
|
+
$footnote1: [object Object];
|
|
117
|
+
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18
|
|
118
|
+
$footnote1bold: [object Object];
|
|
119
|
+
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
|
|
120
|
+
$footnote2: [object Object];
|
|
121
|
+
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
|
|
122
|
+
$footnote2bold: [object Object];
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
// ============================================
|
|
126
|
+
// LABEL
|
|
127
|
+
// ============================================
|
|
128
|
+
|
|
129
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
|
|
130
|
+
$label1: [object Object];
|
|
131
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
|
|
132
|
+
$label1bold: [object Object];
|
|
133
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17
|
|
134
|
+
$label1boldresp: [object Object];
|
|
135
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
|
|
136
|
+
$label1uppercasebold: [object Object];
|
|
137
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
|
|
138
|
+
$label2: [object Object];
|
|
139
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
|
|
140
|
+
$label2uppercase: [object Object];
|
|
141
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
|
|
142
|
+
$label2bold: [object Object];
|
|
143
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes.
|
|
144
|
+
$label2uppercasebold: [object Object];
|
|
145
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
|
|
146
|
+
$label3: [object Object];
|
|
147
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn
|
|
148
|
+
$label3uppercase: [object Object];
|
|
149
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
|
|
150
|
+
$label3bold: [object Object];
|
|
151
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
|
|
152
|
+
$label3uppercasebold: [object Object];
|
|
153
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8.
|
|
154
|
+
$label4: [object Object];
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
// ============================================
|
|
158
|
+
// QUOTE
|
|
159
|
+
// ============================================
|
|
160
|
+
|
|
161
|
+
// Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized.
|
|
162
|
+
$quote: [object Object];
|
|
46
163
|
|
|
47
164
|
|
|
48
165
|
// ============================================
|
|
@@ -69,16 +186,6 @@ $articlemetasource: [object Object];
|
|
|
69
186
|
$articletimestamp: [object Object];
|
|
70
187
|
|
|
71
188
|
|
|
72
|
-
// ============================================
|
|
73
|
-
// ATEASER
|
|
74
|
-
// ============================================
|
|
75
|
-
|
|
76
|
-
// 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG
|
|
77
|
-
$ateaserkicker: [object Object];
|
|
78
|
-
// This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
|
|
79
|
-
$ateaserheadline: [object Object];
|
|
80
|
-
|
|
81
|
-
|
|
82
189
|
// ============================================
|
|
83
190
|
// AUDIOPLAYER
|
|
84
191
|
// ============================================
|
|
@@ -115,20 +222,6 @@ $videoadbadge: [object Object];
|
|
|
115
222
|
$videotimebadge: [object Object];
|
|
116
223
|
|
|
117
224
|
|
|
118
|
-
// ============================================
|
|
119
|
-
// BODY
|
|
120
|
-
// ============================================
|
|
121
|
-
|
|
122
|
-
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
123
|
-
$body: [object Object];
|
|
124
|
-
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
125
|
-
$bodyitalic: [object Object];
|
|
126
|
-
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
127
|
-
$bodybold: [object Object];
|
|
128
|
-
// Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes.
|
|
129
|
-
$bodybolditalic: [object Object];
|
|
130
|
-
|
|
131
|
-
|
|
132
225
|
// ============================================
|
|
133
226
|
// BREADCRUMB
|
|
134
227
|
// ============================================
|
|
@@ -163,14 +256,6 @@ $buttonlabel: [object Object];
|
|
|
163
256
|
$partnerlinkbuttonlabel: [object Object];
|
|
164
257
|
|
|
165
258
|
|
|
166
|
-
// ============================================
|
|
167
|
-
// CALLOUT
|
|
168
|
-
// ============================================
|
|
169
|
-
|
|
170
|
-
// Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22
|
|
171
|
-
$callout: [object Object];
|
|
172
|
-
|
|
173
|
-
|
|
174
259
|
// ============================================
|
|
175
260
|
// CHIPS
|
|
176
261
|
// ============================================
|
|
@@ -179,18 +264,6 @@ $callout: [object Object];
|
|
|
179
264
|
$chipslabel: [object Object];
|
|
180
265
|
|
|
181
266
|
|
|
182
|
-
// ============================================
|
|
183
|
-
// DISPLAY
|
|
184
|
-
// ============================================
|
|
185
|
-
|
|
186
|
-
// Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120
|
|
187
|
-
$display1: [object Object];
|
|
188
|
-
// Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64
|
|
189
|
-
$display2: [object Object];
|
|
190
|
-
// Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40
|
|
191
|
-
$display3: [object Object];
|
|
192
|
-
|
|
193
|
-
|
|
194
267
|
// ============================================
|
|
195
268
|
// FOOTER
|
|
196
269
|
// ============================================
|
|
@@ -205,34 +278,6 @@ $footerlinks: [object Object];
|
|
|
205
278
|
$footerlinkuser-offerpages: [object Object];
|
|
206
279
|
|
|
207
280
|
|
|
208
|
-
// ============================================
|
|
209
|
-
// FOOTNOTE
|
|
210
|
-
// ============================================
|
|
211
|
-
|
|
212
|
-
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18
|
|
213
|
-
$footnote1: [object Object];
|
|
214
|
-
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18
|
|
215
|
-
$footnote1bold: [object Object];
|
|
216
|
-
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
|
|
217
|
-
$footnote2: [object Object];
|
|
218
|
-
// Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16
|
|
219
|
-
$footnote2bold: [object Object];
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
// ============================================
|
|
223
|
-
// HEADLINE
|
|
224
|
-
// ============================================
|
|
225
|
-
|
|
226
|
-
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100
|
|
227
|
-
$headline1: [object Object];
|
|
228
|
-
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64
|
|
229
|
-
$headline2: [object Object];
|
|
230
|
-
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40
|
|
231
|
-
$headline3: [object Object];
|
|
232
|
-
// Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32
|
|
233
|
-
$headline4: [object Object];
|
|
234
|
-
|
|
235
|
-
|
|
236
281
|
// ============================================
|
|
237
282
|
// INPUTFIELD
|
|
238
283
|
// ============================================
|
|
@@ -241,52 +286,6 @@ $headline4: [object Object];
|
|
|
241
286
|
$textinputfieldlabel: [object Object];
|
|
242
287
|
|
|
243
288
|
|
|
244
|
-
// ============================================
|
|
245
|
-
// KICKER
|
|
246
|
-
// ============================================
|
|
247
|
-
|
|
248
|
-
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes
|
|
249
|
-
$kicker1: [object Object];
|
|
250
|
-
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes
|
|
251
|
-
$kicker2: [object Object];
|
|
252
|
-
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes
|
|
253
|
-
$kicker3: [object Object];
|
|
254
|
-
// Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes
|
|
255
|
-
$kicker4: [object Object];
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
// ============================================
|
|
259
|
-
// LABEL
|
|
260
|
-
// ============================================
|
|
261
|
-
|
|
262
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
|
|
263
|
-
$label1: [object Object];
|
|
264
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
|
|
265
|
-
$label1bold: [object Object];
|
|
266
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17
|
|
267
|
-
$label1boldresp: [object Object];
|
|
268
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes.
|
|
269
|
-
$label1uppercasebold: [object Object];
|
|
270
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
|
|
271
|
-
$label2: [object Object];
|
|
272
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
|
|
273
|
-
$label2uppercase: [object Object];
|
|
274
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes.
|
|
275
|
-
$label2bold: [object Object];
|
|
276
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes.
|
|
277
|
-
$label2uppercasebold: [object Object];
|
|
278
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
|
|
279
|
-
$label3: [object Object];
|
|
280
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn
|
|
281
|
-
$label3uppercase: [object Object];
|
|
282
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
|
|
283
|
-
$label3bold: [object Object];
|
|
284
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes.
|
|
285
|
-
$label3uppercasebold: [object Object];
|
|
286
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8.
|
|
287
|
-
$label4: [object Object];
|
|
288
|
-
|
|
289
|
-
|
|
290
289
|
// ============================================
|
|
291
290
|
// LIVETICKER
|
|
292
291
|
// ============================================
|
|
@@ -323,17 +322,6 @@ $menuitemlabel: [object Object];
|
|
|
323
322
|
$menuitemutillabel: [object Object];
|
|
324
323
|
|
|
325
324
|
|
|
326
|
-
// ============================================
|
|
327
|
-
// MQTEASER
|
|
328
|
-
// ============================================
|
|
329
|
-
|
|
330
|
-
// This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16
|
|
331
|
-
$mqteaserkicker: [object Object];
|
|
332
|
-
// This component level text style references the semantic level text sizes of headline3 and headline4.
|
|
333
|
-
XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
|
|
334
|
-
$mqteaserheadline: [object Object];
|
|
335
|
-
|
|
336
|
-
|
|
337
325
|
// ============================================
|
|
338
326
|
// NEWSTICKER
|
|
339
327
|
// ============================================
|
|
@@ -365,95 +353,107 @@ $paywallcardnote: [object Object];
|
|
|
365
353
|
|
|
366
354
|
|
|
367
355
|
// ============================================
|
|
368
|
-
//
|
|
356
|
+
// SPECIALNAVI
|
|
369
357
|
// ============================================
|
|
370
358
|
|
|
371
|
-
//
|
|
372
|
-
$
|
|
359
|
+
// Used on menu link lane items and on mobile side menu drawer.
|
|
360
|
+
$specianaviitemlabel: [object Object];
|
|
373
361
|
|
|
374
362
|
|
|
375
363
|
// ============================================
|
|
376
|
-
//
|
|
364
|
+
// TABS
|
|
377
365
|
// ============================================
|
|
378
366
|
|
|
379
|
-
//
|
|
380
|
-
$
|
|
367
|
+
// This text style stores variables for the tab component. Tabs are similar to submenus and special navigation elements but tabs do not link to other URLs.
|
|
368
|
+
$tablabel: [object Object];
|
|
369
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
|
|
370
|
+
$appbottombarlabeldefault: [object Object];
|
|
371
|
+
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
|
|
372
|
+
$appbottombarlabelactive: [object Object];
|
|
381
373
|
|
|
382
374
|
|
|
383
375
|
// ============================================
|
|
384
|
-
//
|
|
376
|
+
// ATEASER
|
|
385
377
|
// ============================================
|
|
386
378
|
|
|
387
|
-
//
|
|
388
|
-
$
|
|
379
|
+
// 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG
|
|
380
|
+
$ateaserkicker: [object Object];
|
|
381
|
+
// This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
|
|
382
|
+
$ateaserheadline: [object Object];
|
|
389
383
|
|
|
390
384
|
|
|
391
385
|
// ============================================
|
|
392
|
-
//
|
|
386
|
+
// MQTEASER
|
|
393
387
|
// ============================================
|
|
394
388
|
|
|
395
|
-
//
|
|
396
|
-
$
|
|
389
|
+
// This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16
|
|
390
|
+
$mqteaserkicker: [object Object];
|
|
391
|
+
// This component level text style references the semantic level text sizes of headline3 and headline4.
|
|
392
|
+
XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
|
|
393
|
+
$mqteaserheadline: [object Object];
|
|
397
394
|
|
|
398
395
|
|
|
399
396
|
// ============================================
|
|
400
|
-
//
|
|
397
|
+
// QTEASER
|
|
401
398
|
// ============================================
|
|
402
399
|
|
|
403
|
-
// This
|
|
404
|
-
$
|
|
400
|
+
// This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100
|
|
401
|
+
$qteaserheadline: [object Object];
|
|
405
402
|
|
|
406
403
|
|
|
407
404
|
// ============================================
|
|
408
|
-
//
|
|
405
|
+
// STDTEASER
|
|
409
406
|
// ============================================
|
|
410
407
|
|
|
411
|
-
//
|
|
412
|
-
$
|
|
413
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
|
|
414
|
-
$appbottombarlabeldefault: [object Object];
|
|
415
|
-
// Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts.
|
|
416
|
-
$appbottombarlabelactive: [object Object];
|
|
408
|
+
// Standard teasers typography changes more than other teasers. On desktop they have a kicker, a headline and a short text. On mobile devices the short text is eliminated and the headline gains weight at device widths 600px. Then at small mobile sizes the weight drops once again.
|
|
409
|
+
$stdteaserheadline: [object Object];
|
|
417
410
|
|
|
418
411
|
|
|
419
412
|
// ============================================
|
|
420
|
-
//
|
|
413
|
+
// TOGGLESWITCHES
|
|
421
414
|
// ============================================
|
|
422
415
|
|
|
423
|
-
//
|
|
424
|
-
$
|
|
425
|
-
// Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes.
|
|
426
|
-
$textlinkitalic: [object Object];
|
|
427
|
-
// Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes.
|
|
428
|
-
$textlinkbold: [object Object];
|
|
429
|
-
// Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
|
|
430
|
-
$textlinkhover: [object Object];
|
|
431
|
-
// Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes.
|
|
432
|
-
$textlinkboldhover: [object Object];
|
|
416
|
+
// This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
|
|
417
|
+
$apptoogleitemlabel: [object Object];
|
|
433
418
|
|
|
434
419
|
|
|
435
420
|
// ============================================
|
|
436
|
-
//
|
|
421
|
+
// .DSDOCSSTYLES
|
|
437
422
|
// ============================================
|
|
438
423
|
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
424
|
+
$pageheaderdescription: [object Object];
|
|
425
|
+
// This text style is only used on the design system's documentation for code syntax snippets.
|
|
426
|
+
$codesnippets: [object Object];
|
|
427
|
+
// This text style is only used for mockup pages of the design system website.
|
|
428
|
+
$bilddesignsidemenu: [object Object];
|
|
429
|
+
// This text style is only used for mockup pages of the design system website.
|
|
430
|
+
$bilddesignsidemenuactive: [object Object];
|
|
431
|
+
// This text style is only used for mockup pages of the design system website.
|
|
432
|
+
$bilddesignsidemenuhover: [object Object];
|
|
433
|
+
// This text style is only used for mockups the vertical video component teaser headlines.
|
|
434
|
+
$verticalvideosmockheadlines: [object Object];
|
|
435
|
+
// This text style is used on documentation pages that contain some token information.
|
|
436
|
+
$tokenspecl: [object Object];
|
|
451
437
|
|
|
452
438
|
|
|
453
439
|
// ============================================
|
|
454
|
-
//
|
|
440
|
+
// .SPECS
|
|
455
441
|
// ============================================
|
|
456
442
|
|
|
457
|
-
// This text style is used
|
|
458
|
-
$
|
|
443
|
+
// This text style is only used for audit pages of the design system.
|
|
444
|
+
$specsxs: [object Object];
|
|
445
|
+
// This text style is only used for audit pages of the design system.
|
|
446
|
+
$specss: [object Object];
|
|
447
|
+
// This text style is only used for audit pages of the design system.
|
|
448
|
+
$specsms: [object Object];
|
|
449
|
+
// This text style is only used for audit pages of the design system.
|
|
450
|
+
$specsm: [object Object];
|
|
451
|
+
// This text style is only used for audit pages of the design system.
|
|
452
|
+
$specsml: [object Object];
|
|
453
|
+
// This text style is only used for audit pages of the design system.
|
|
454
|
+
$specsl: [object Object];
|
|
455
|
+
// This text style is only used for audit pages of the design system.
|
|
456
|
+
$specsxl: [object Object];
|
|
457
|
+
// This text style is only used for audit pages of the design system.
|
|
458
|
+
$specsxxl: [object Object];
|
|
459
459
|
|