@marioschmidt/design-system-tokens 1.0.23 → 1.0.25
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 +430 -430
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +431 -431
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +436 -436
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +434 -434
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +442 -442
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +442 -442
- 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 +23 -23
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +626 -626
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +627 -627
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +624 -624
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +624 -624
- 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 +23 -23
- package/dist/css/brands/bild/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +637 -637
- package/dist/css/brands/bild/semantic/typography/typography-md.css +632 -632
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +632 -632
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +633 -633
- 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 +23 -23
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +632 -632
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +631 -631
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +631 -631
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +631 -631
- 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/advertorial/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +1059 -137
- 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/bild/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +1059 -137
- 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/brands/sportbild/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +1059 -137
- 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/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +200 -200
- 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/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +200 -200
- 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/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +200 -200
- 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 +181 -21
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +892 -254
- 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 +181 -21
- package/dist/js/brands/bild/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +892 -254
- 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 +181 -21
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +892 -254
- 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/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/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/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
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +0 -20
- package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +0 -20
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +0 -20
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +0 -459
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +0 -459
|
@@ -1,290 +1,717 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* Generiert am: 2025-11-
|
|
2
|
+
* Typography Tokens - Bild / sm
|
|
3
|
+
* Generiert am: 2025-11-25T08:26:27.170Z
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
+
export const display1 = {
|
|
13
|
+
fontFamily: "Gotham",
|
|
14
|
+
fontWeight: 800,
|
|
15
|
+
fontSize: "40px",
|
|
16
|
+
lineHeight: "40px",
|
|
17
|
+
letterSpacing: "-0.5px",
|
|
18
|
+
};
|
|
19
|
+
/** 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 */
|
|
20
|
+
export const display2 = {
|
|
21
|
+
fontFamily: "Gotham",
|
|
22
|
+
fontWeight: 800,
|
|
23
|
+
fontSize: "36px",
|
|
24
|
+
lineHeight: "36px",
|
|
25
|
+
letterSpacing: "-0.5px",
|
|
26
|
+
};
|
|
27
|
+
/** 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 */
|
|
28
|
+
export const display3 = {
|
|
29
|
+
fontFamily: "Gotham",
|
|
30
|
+
fontWeight: 800,
|
|
31
|
+
fontSize: "28px",
|
|
32
|
+
lineHeight: "28px",
|
|
33
|
+
letterSpacing: "-0.5px",
|
|
34
|
+
};
|
|
24
35
|
|
|
25
36
|
|
|
26
37
|
// ============================================
|
|
27
|
-
//
|
|
38
|
+
// HEADLINE
|
|
28
39
|
// ============================================
|
|
29
40
|
|
|
30
|
-
/**
|
|
31
|
-
export const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
/** This text style
|
|
39
|
-
export const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
/** 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 */
|
|
42
|
+
export const headline1 = {
|
|
43
|
+
fontFamily: "Gotham Condensed",
|
|
44
|
+
fontSize: "48px",
|
|
45
|
+
lineHeight: "48px",
|
|
46
|
+
letterSpacing: "0px",
|
|
47
|
+
fontStyle: "700",
|
|
48
|
+
};
|
|
49
|
+
/** 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 */
|
|
50
|
+
export const headline2 = {
|
|
51
|
+
fontFamily: "Gotham Condensed",
|
|
52
|
+
fontSize: "40px",
|
|
53
|
+
lineHeight: "40px",
|
|
54
|
+
letterSpacing: "0px",
|
|
55
|
+
fontStyle: "700",
|
|
56
|
+
};
|
|
57
|
+
/** 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 */
|
|
58
|
+
export const headline3 = {
|
|
59
|
+
fontFamily: "Gotham Condensed",
|
|
60
|
+
fontSize: "28px",
|
|
61
|
+
lineHeight: "28px",
|
|
62
|
+
letterSpacing: "0px",
|
|
63
|
+
fontStyle: "700",
|
|
64
|
+
};
|
|
65
|
+
/** 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 */
|
|
66
|
+
export const headline4 = {
|
|
67
|
+
fontFamily: "Gotham Condensed",
|
|
68
|
+
fontSize: "22px",
|
|
69
|
+
lineHeight: "22px",
|
|
70
|
+
letterSpacing: "0px",
|
|
71
|
+
fontStyle: "600",
|
|
72
|
+
};
|
|
46
73
|
|
|
47
74
|
|
|
48
75
|
// ============================================
|
|
49
|
-
//
|
|
76
|
+
// SUBHEADLINE
|
|
50
77
|
// ============================================
|
|
51
78
|
|
|
52
|
-
/** This text style is
|
|
53
|
-
export const
|
|
79
|
+
/** 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 */
|
|
80
|
+
export const subheadline1 = {
|
|
81
|
+
fontFamily: "Gotham Condensed",
|
|
82
|
+
fontWeight: 700,
|
|
83
|
+
fontSize: "24px",
|
|
84
|
+
lineHeight: "24px",
|
|
85
|
+
letterSpacing: "0px",
|
|
86
|
+
};
|
|
54
87
|
|
|
55
88
|
|
|
56
89
|
// ============================================
|
|
57
|
-
//
|
|
90
|
+
// KICKER
|
|
58
91
|
// ============================================
|
|
59
92
|
|
|
60
|
-
/**
|
|
61
|
-
export const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
export const
|
|
93
|
+
/** 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 */
|
|
94
|
+
export const kicker1 = {
|
|
95
|
+
fontFamily: "Gotham XNarrow",
|
|
96
|
+
fontSize: "18px",
|
|
97
|
+
lineHeight: "19.799999237060547px",
|
|
98
|
+
letterSpacing: "0px",
|
|
99
|
+
fontStyle: "700",
|
|
100
|
+
};
|
|
101
|
+
/** 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 */
|
|
102
|
+
export const kicker2 = {
|
|
103
|
+
fontFamily: "Gotham XNarrow",
|
|
104
|
+
fontSize: "18px",
|
|
105
|
+
lineHeight: "19.799999237060547px",
|
|
106
|
+
letterSpacing: "0px",
|
|
107
|
+
fontStyle: "700",
|
|
108
|
+
};
|
|
109
|
+
/** 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 */
|
|
110
|
+
export const kicker3 = {
|
|
111
|
+
fontFamily: "Gotham XNarrow",
|
|
112
|
+
fontSize: "16px",
|
|
113
|
+
lineHeight: "17.600000381469727px",
|
|
114
|
+
fontStyle: "700",
|
|
115
|
+
};
|
|
116
|
+
/** 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 */
|
|
117
|
+
export const kicker4 = {
|
|
118
|
+
fontFamily: "Gotham XNarrow",
|
|
119
|
+
fontSize: "14px",
|
|
120
|
+
lineHeight: "15.399999618530273px",
|
|
121
|
+
letterSpacing: "0px",
|
|
122
|
+
fontStyle: "700",
|
|
123
|
+
};
|
|
70
124
|
|
|
71
125
|
|
|
72
126
|
// ============================================
|
|
73
|
-
//
|
|
127
|
+
// TITLE
|
|
74
128
|
// ============================================
|
|
75
129
|
|
|
76
|
-
/**
|
|
77
|
-
export const
|
|
78
|
-
|
|
79
|
-
|
|
130
|
+
/** 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 */
|
|
131
|
+
export const title1 = {
|
|
132
|
+
fontFamily: "Gotham",
|
|
133
|
+
fontWeight: 800,
|
|
134
|
+
fontSize: "22px",
|
|
135
|
+
lineHeight: "22px",
|
|
136
|
+
letterSpacing: "0px",
|
|
137
|
+
};
|
|
138
|
+
/** 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 */
|
|
139
|
+
export const title1uppercase = {
|
|
140
|
+
fontFamily: "Gotham",
|
|
141
|
+
fontWeight: 800,
|
|
142
|
+
fontSize: "22px",
|
|
143
|
+
lineHeight: "22px",
|
|
144
|
+
letterSpacing: "0px",
|
|
145
|
+
textTransform: "upper",
|
|
146
|
+
};
|
|
147
|
+
/** Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
148
|
+
|
|
149
|
+
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 */
|
|
150
|
+
export const title2 = {
|
|
151
|
+
fontFamily: "Gotham",
|
|
152
|
+
fontWeight: 800,
|
|
153
|
+
fontSize: "16px",
|
|
154
|
+
lineHeight: "17.600000381469727px",
|
|
155
|
+
letterSpacing: "0px",
|
|
156
|
+
};
|
|
157
|
+
/** Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
158
|
+
|
|
159
|
+
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 */
|
|
160
|
+
export const title2uppercase = {
|
|
161
|
+
fontFamily: "Gotham",
|
|
162
|
+
fontWeight: 800,
|
|
163
|
+
fontSize: "16px",
|
|
164
|
+
lineHeight: "17.600000381469727px",
|
|
165
|
+
letterSpacing: "0px",
|
|
166
|
+
textTransform: "upper",
|
|
167
|
+
};
|
|
80
168
|
|
|
81
169
|
|
|
82
170
|
// ============================================
|
|
83
|
-
//
|
|
171
|
+
// CALLOUT
|
|
84
172
|
// ============================================
|
|
85
173
|
|
|
86
|
-
/**
|
|
87
|
-
export const
|
|
174
|
+
/** 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 */
|
|
175
|
+
export const callout = {
|
|
176
|
+
fontFamily: "Gotham",
|
|
177
|
+
fontWeight: 800,
|
|
178
|
+
fontSize: "18px",
|
|
179
|
+
lineHeight: "18px",
|
|
180
|
+
letterSpacing: "0px",
|
|
181
|
+
};
|
|
88
182
|
|
|
89
183
|
|
|
90
184
|
// ============================================
|
|
91
|
-
//
|
|
185
|
+
// BODY
|
|
92
186
|
// ============================================
|
|
93
187
|
|
|
94
|
-
/**
|
|
95
|
-
export const
|
|
96
|
-
|
|
188
|
+
/** 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. */
|
|
189
|
+
export const body = {
|
|
190
|
+
fontFamily: "Gotham XNarrow",
|
|
191
|
+
fontWeight: 400,
|
|
192
|
+
fontSize: "21px",
|
|
193
|
+
lineHeight: "28px",
|
|
194
|
+
letterSpacing: "0px",
|
|
195
|
+
};
|
|
196
|
+
/** 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. */
|
|
197
|
+
export const bodyitalic = {
|
|
198
|
+
fontFamily: "Gotham XNarrow",
|
|
199
|
+
fontSize: "21px",
|
|
200
|
+
lineHeight: "28px",
|
|
201
|
+
letterSpacing: "0px",
|
|
202
|
+
};
|
|
203
|
+
/** 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. */
|
|
204
|
+
export const bodybold = {
|
|
205
|
+
fontFamily: "Gotham XNarrow",
|
|
206
|
+
fontWeight: 700,
|
|
207
|
+
fontSize: "21px",
|
|
208
|
+
lineHeight: "28px",
|
|
209
|
+
letterSpacing: "0px",
|
|
210
|
+
};
|
|
211
|
+
/** 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. */
|
|
212
|
+
export const bodybolditalic = {
|
|
213
|
+
fontFamily: "Gotham XNarrow",
|
|
214
|
+
fontSize: "21px",
|
|
215
|
+
lineHeight: "28px",
|
|
216
|
+
letterSpacing: "0px",
|
|
217
|
+
};
|
|
97
218
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
219
|
+
|
|
220
|
+
// ============================================
|
|
221
|
+
// TEXTLINK
|
|
222
|
+
// ============================================
|
|
223
|
+
|
|
224
|
+
/** 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. */
|
|
225
|
+
export const textlink = {
|
|
226
|
+
fontFamily: "Gotham XNarrow",
|
|
227
|
+
fontWeight: 400,
|
|
228
|
+
fontSize: "21px",
|
|
229
|
+
lineHeight: "28px",
|
|
230
|
+
letterSpacing: "0px",
|
|
231
|
+
textDecoration: "underline",
|
|
232
|
+
};
|
|
233
|
+
/** 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. */
|
|
234
|
+
export const textlinkitalic = {
|
|
235
|
+
fontFamily: "Gotham XNarrow",
|
|
236
|
+
fontSize: "21px",
|
|
237
|
+
lineHeight: "28px",
|
|
238
|
+
letterSpacing: "0px",
|
|
239
|
+
textDecoration: "underline",
|
|
240
|
+
};
|
|
241
|
+
/** 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. */
|
|
242
|
+
export const textlinkbold = {
|
|
243
|
+
fontFamily: "Gotham XNarrow",
|
|
244
|
+
fontWeight: 700,
|
|
245
|
+
fontSize: "21px",
|
|
246
|
+
lineHeight: "28px",
|
|
247
|
+
letterSpacing: "0px",
|
|
248
|
+
textDecoration: "underline",
|
|
249
|
+
};
|
|
250
|
+
/** 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. */
|
|
251
|
+
export const textlinkhover = {
|
|
252
|
+
fontFamily: "Gotham XNarrow",
|
|
253
|
+
fontWeight: 400,
|
|
254
|
+
fontSize: "21px",
|
|
255
|
+
lineHeight: "28px",
|
|
256
|
+
letterSpacing: "0px",
|
|
257
|
+
textDecoration: "underline",
|
|
258
|
+
};
|
|
259
|
+
/** 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. */
|
|
260
|
+
export const textlinkboldhover = {
|
|
261
|
+
fontFamily: "Gotham XNarrow",
|
|
262
|
+
fontWeight: 700,
|
|
263
|
+
fontSize: "21px",
|
|
264
|
+
lineHeight: "28px",
|
|
265
|
+
letterSpacing: "0px",
|
|
266
|
+
textDecoration: "underline",
|
|
267
|
+
};
|
|
106
268
|
|
|
107
269
|
|
|
108
270
|
// ============================================
|
|
109
|
-
//
|
|
271
|
+
// FOOTNOTE
|
|
110
272
|
// ============================================
|
|
111
273
|
|
|
112
|
-
/**
|
|
113
|
-
export const
|
|
114
|
-
|
|
115
|
-
|
|
274
|
+
/** 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 */
|
|
275
|
+
export const footnote1 = {
|
|
276
|
+
fontFamily: "Gotham XNarrow",
|
|
277
|
+
fontWeight: 400,
|
|
278
|
+
fontSize: "16px",
|
|
279
|
+
lineHeight: "21px",
|
|
280
|
+
letterSpacing: "0px",
|
|
281
|
+
};
|
|
282
|
+
/** 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 */
|
|
283
|
+
export const footnote1bold = {
|
|
284
|
+
fontFamily: "Gotham XNarrow",
|
|
285
|
+
fontWeight: 700,
|
|
286
|
+
fontSize: "16px",
|
|
287
|
+
lineHeight: "21px",
|
|
288
|
+
letterSpacing: "0px",
|
|
289
|
+
};
|
|
290
|
+
/** 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 */
|
|
291
|
+
export const footnote2 = {
|
|
292
|
+
fontFamily: "Gotham XNarrow",
|
|
293
|
+
fontWeight: 400,
|
|
294
|
+
fontSize: "12px",
|
|
295
|
+
lineHeight: "15.600000381469727px",
|
|
296
|
+
letterSpacing: "0px",
|
|
297
|
+
};
|
|
298
|
+
/** 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 */
|
|
299
|
+
export const footnote2bold = {
|
|
300
|
+
fontFamily: "Gotham XNarrow",
|
|
301
|
+
fontWeight: 700,
|
|
302
|
+
fontSize: "12px",
|
|
303
|
+
lineHeight: "15.600000381469727px",
|
|
304
|
+
letterSpacing: "0px",
|
|
305
|
+
};
|
|
116
306
|
|
|
117
307
|
|
|
118
308
|
// ============================================
|
|
119
|
-
//
|
|
309
|
+
// LABEL
|
|
120
310
|
// ============================================
|
|
121
311
|
|
|
122
|
-
/**
|
|
123
|
-
export const
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
312
|
+
/** 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. */
|
|
313
|
+
export const label1 = {
|
|
314
|
+
fontFamily: "Gotham XNarrow",
|
|
315
|
+
fontWeight: 400,
|
|
316
|
+
fontSize: "17px",
|
|
317
|
+
lineHeight: "17px",
|
|
318
|
+
letterSpacing: "0.25px",
|
|
319
|
+
};
|
|
320
|
+
/** 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. */
|
|
321
|
+
export const label1bold = {
|
|
322
|
+
fontFamily: "Gotham XNarrow",
|
|
323
|
+
fontWeight: 700,
|
|
324
|
+
fontSize: "17px",
|
|
325
|
+
lineHeight: "17px",
|
|
326
|
+
letterSpacing: "0.25px",
|
|
327
|
+
};
|
|
328
|
+
/** 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 */
|
|
329
|
+
export const label1boldresp = {
|
|
330
|
+
fontFamily: "Gotham XNarrow",
|
|
331
|
+
fontWeight: 700,
|
|
332
|
+
fontSize: "10px",
|
|
333
|
+
lineHeight: "10px",
|
|
334
|
+
letterSpacing: "0.25px",
|
|
335
|
+
};
|
|
336
|
+
/** 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. */
|
|
337
|
+
export const label1uppercasebold = {
|
|
338
|
+
fontFamily: "Gotham XNarrow",
|
|
339
|
+
fontWeight: 700,
|
|
340
|
+
fontSize: "17px",
|
|
341
|
+
lineHeight: "17px",
|
|
342
|
+
letterSpacing: "0.5px",
|
|
343
|
+
textTransform: "upper",
|
|
344
|
+
};
|
|
345
|
+
/** 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. */
|
|
346
|
+
export const label2 = {
|
|
347
|
+
fontFamily: "Gotham XNarrow",
|
|
348
|
+
fontWeight: 400,
|
|
349
|
+
fontSize: "15px",
|
|
350
|
+
lineHeight: "16px",
|
|
351
|
+
letterSpacing: "0.25px",
|
|
352
|
+
};
|
|
353
|
+
/** 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. */
|
|
354
|
+
export const label2uppercase = {
|
|
355
|
+
fontFamily: "Gotham XNarrow",
|
|
356
|
+
fontWeight: 400,
|
|
357
|
+
fontSize: "15px",
|
|
358
|
+
lineHeight: "16px",
|
|
359
|
+
letterSpacing: "0.25px",
|
|
360
|
+
textTransform: "upper",
|
|
361
|
+
};
|
|
362
|
+
/** 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. */
|
|
363
|
+
export const label2bold = {
|
|
364
|
+
fontFamily: "Gotham XNarrow",
|
|
365
|
+
fontWeight: 700,
|
|
366
|
+
fontSize: "15px",
|
|
367
|
+
lineHeight: "16px",
|
|
368
|
+
letterSpacing: "0.25px",
|
|
369
|
+
};
|
|
370
|
+
/** 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. */
|
|
371
|
+
export const label2uppercasebold = {
|
|
372
|
+
fontFamily: "Gotham XNarrow",
|
|
373
|
+
fontWeight: 700,
|
|
374
|
+
fontSize: "15px",
|
|
375
|
+
lineHeight: "16px",
|
|
376
|
+
letterSpacing: "0.25px",
|
|
377
|
+
textTransform: "upper",
|
|
378
|
+
};
|
|
379
|
+
/** 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. */
|
|
380
|
+
export const label3 = {
|
|
381
|
+
fontFamily: "Gotham XNarrow",
|
|
382
|
+
fontWeight: 400,
|
|
383
|
+
fontSize: "12px",
|
|
384
|
+
lineHeight: "14.399999618530273px",
|
|
385
|
+
letterSpacing: "0.25px",
|
|
386
|
+
};
|
|
387
|
+
/** 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 */
|
|
388
|
+
export const label3uppercase = {
|
|
389
|
+
fontFamily: "Gotham XNarrow",
|
|
390
|
+
fontWeight: 400,
|
|
391
|
+
fontSize: "12px",
|
|
392
|
+
lineHeight: "14.399999618530273px",
|
|
393
|
+
letterSpacing: "0.5px",
|
|
394
|
+
textTransform: "upper",
|
|
395
|
+
};
|
|
396
|
+
/** 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. */
|
|
397
|
+
export const label3bold = {
|
|
398
|
+
fontFamily: "Gotham XNarrow",
|
|
399
|
+
fontWeight: 700,
|
|
400
|
+
fontSize: "12px",
|
|
401
|
+
lineHeight: "14.399999618530273px",
|
|
402
|
+
letterSpacing: "0.25px",
|
|
403
|
+
};
|
|
404
|
+
/** 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. */
|
|
405
|
+
export const label3uppercasebold = {
|
|
406
|
+
fontFamily: "Gotham XNarrow",
|
|
407
|
+
fontWeight: 700,
|
|
408
|
+
fontSize: "12px",
|
|
409
|
+
lineHeight: "14.399999618530273px",
|
|
410
|
+
letterSpacing: "0.5px",
|
|
411
|
+
textTransform: "upper",
|
|
412
|
+
};
|
|
413
|
+
/** 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. */
|
|
414
|
+
export const label4 = {
|
|
415
|
+
fontFamily: "Gotham XNarrow",
|
|
416
|
+
fontWeight: 400,
|
|
417
|
+
fontSize: "8px",
|
|
418
|
+
lineHeight: "10px",
|
|
419
|
+
letterSpacing: "0px",
|
|
420
|
+
};
|
|
130
421
|
|
|
131
422
|
|
|
132
423
|
// ============================================
|
|
133
|
-
//
|
|
424
|
+
// QUOTE
|
|
134
425
|
// ============================================
|
|
135
426
|
|
|
136
|
-
/**
|
|
137
|
-
export const
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
427
|
+
/** 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. */
|
|
428
|
+
export const quote = {
|
|
429
|
+
fontFamily: "Gotham",
|
|
430
|
+
fontWeight: 800,
|
|
431
|
+
fontSize: "16px",
|
|
432
|
+
lineHeight: "16px",
|
|
433
|
+
letterSpacing: "0px",
|
|
434
|
+
};
|
|
142
435
|
|
|
143
436
|
|
|
144
437
|
// ============================================
|
|
145
|
-
//
|
|
438
|
+
// ACCORDION
|
|
146
439
|
// ============================================
|
|
147
440
|
|
|
148
|
-
/**
|
|
149
|
-
export const
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
441
|
+
/** This text style is for use on accordion labels */
|
|
442
|
+
export const accordionlabel = {
|
|
443
|
+
fontFamily: "Gotham XNarrow",
|
|
444
|
+
fontWeight: 700,
|
|
445
|
+
fontSize: "17px",
|
|
446
|
+
letterSpacing: "0px",
|
|
447
|
+
};
|
|
154
448
|
|
|
155
449
|
|
|
156
450
|
// ============================================
|
|
157
|
-
//
|
|
451
|
+
// ARTICLE
|
|
158
452
|
// ============================================
|
|
159
453
|
|
|
160
|
-
/** This text style
|
|
161
|
-
export const
|
|
162
|
-
|
|
163
|
-
|
|
454
|
+
/** This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
|
|
455
|
+
export const articlekicker = {
|
|
456
|
+
fontFamily: "Gotham XNarrow",
|
|
457
|
+
fontSize: "18px",
|
|
458
|
+
lineHeight: "19.799999237060547px",
|
|
459
|
+
fontStyle: "700",
|
|
460
|
+
};
|
|
461
|
+
/** This text style is used on image captions that show up in article pages only. */
|
|
462
|
+
export const articleimagecaption = {
|
|
463
|
+
fontFamily: "Gotham XNarrow",
|
|
464
|
+
fontWeight: 700,
|
|
465
|
+
fontSize: "16px",
|
|
466
|
+
lineHeight: "19.5px",
|
|
467
|
+
letterSpacing: "0px",
|
|
468
|
+
};
|
|
469
|
+
/** This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
|
|
470
|
+
export const articleheadline = {
|
|
471
|
+
fontFamily: "Gotham Condensed",
|
|
472
|
+
fontSize: "40px",
|
|
473
|
+
lineHeight: "40px",
|
|
474
|
+
fontStyle: "700",
|
|
475
|
+
};
|
|
476
|
+
/** This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated. */
|
|
477
|
+
export const articlemetasource = {
|
|
478
|
+
fontFamily: "Gotham XNarrow",
|
|
479
|
+
fontWeight: 400,
|
|
480
|
+
fontSize: "16px",
|
|
481
|
+
lineHeight: "21px",
|
|
482
|
+
};
|
|
483
|
+
/** Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16 */
|
|
484
|
+
export const articletimestamp = {
|
|
485
|
+
fontFamily: "Gotham",
|
|
486
|
+
fontWeight: 800,
|
|
487
|
+
fontSize: "12px",
|
|
488
|
+
};
|
|
164
489
|
|
|
165
490
|
|
|
166
491
|
// ============================================
|
|
167
|
-
//
|
|
492
|
+
// AUDIOPLAYER
|
|
168
493
|
// ============================================
|
|
169
494
|
|
|
170
|
-
/**
|
|
171
|
-
export const
|
|
495
|
+
/** This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18 */
|
|
496
|
+
export const audioplayerlabel = {
|
|
497
|
+
fontFamily: "Gotham XNarrow",
|
|
498
|
+
fontWeight: 700,
|
|
499
|
+
fontSize: "16px",
|
|
500
|
+
lineHeight: "16px",
|
|
501
|
+
};
|
|
172
502
|
|
|
173
503
|
|
|
174
504
|
// ============================================
|
|
175
|
-
//
|
|
505
|
+
// AVATAR
|
|
176
506
|
// ============================================
|
|
177
507
|
|
|
178
|
-
/** This text style is used
|
|
179
|
-
export const
|
|
508
|
+
/** This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
|
|
509
|
+
export const appavatar = {
|
|
510
|
+
fontFamily: "Gotham",
|
|
511
|
+
fontWeight: 800,
|
|
512
|
+
fontSize: "12px",
|
|
513
|
+
letterSpacing: "0px",
|
|
514
|
+
textTransform: "upper",
|
|
515
|
+
};
|
|
516
|
+
/** This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
|
|
517
|
+
|
|
518
|
+
09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm */
|
|
519
|
+
export const avatardefault = {
|
|
520
|
+
fontFamily: "Gotham XNarrow",
|
|
521
|
+
fontWeight: 700,
|
|
522
|
+
fontSize: "16px",
|
|
523
|
+
lineHeight: "21px",
|
|
524
|
+
letterSpacing: "0px",
|
|
525
|
+
};
|
|
526
|
+
/** This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
|
|
527
|
+
export const avatarhover = {
|
|
528
|
+
fontFamily: "Gotham XNarrow",
|
|
529
|
+
fontWeight: 700,
|
|
530
|
+
fontSize: "16px",
|
|
531
|
+
lineHeight: "21px",
|
|
532
|
+
letterSpacing: "0px",
|
|
533
|
+
textDecoration: "underline",
|
|
534
|
+
};
|
|
535
|
+
/** This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
536
|
+
export const avatarsecondaryinfo = {
|
|
537
|
+
fontFamily: "Gotham XNarrow",
|
|
538
|
+
fontWeight: 400,
|
|
539
|
+
fontSize: "16px",
|
|
540
|
+
lineHeight: "21px",
|
|
541
|
+
letterSpacing: "0px",
|
|
542
|
+
};
|
|
543
|
+
/** This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
544
|
+
export const avatarsecondaryinfohover = {
|
|
545
|
+
fontFamily: "Gotham XNarrow",
|
|
546
|
+
fontWeight: 400,
|
|
547
|
+
fontSize: "16px",
|
|
548
|
+
lineHeight: "21px",
|
|
549
|
+
letterSpacing: "0px",
|
|
550
|
+
textDecoration: "underline",
|
|
551
|
+
};
|
|
180
552
|
|
|
181
553
|
|
|
182
554
|
// ============================================
|
|
183
|
-
//
|
|
555
|
+
// BADGES
|
|
184
556
|
// ============================================
|
|
185
557
|
|
|
186
|
-
/**
|
|
187
|
-
export const
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
558
|
+
/** 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
|
|
559
|
+
export const videoadbadge = {
|
|
560
|
+
fontFamily: "Gotham XNarrow",
|
|
561
|
+
fontWeight: 400,
|
|
562
|
+
fontSize: "14px",
|
|
563
|
+
textTransform: "upper",
|
|
564
|
+
};
|
|
565
|
+
/** This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
|
|
566
|
+
export const videotimebadge = {
|
|
567
|
+
fontFamily: "Gotham XNarrow",
|
|
568
|
+
fontWeight: 400,
|
|
569
|
+
fontSize: "16px",
|
|
570
|
+
lineHeight: "21px",
|
|
571
|
+
};
|
|
192
572
|
|
|
193
573
|
|
|
194
574
|
// ============================================
|
|
195
|
-
//
|
|
575
|
+
// BREADCRUMB
|
|
196
576
|
// ============================================
|
|
197
577
|
|
|
198
|
-
/** This text style is used for
|
|
199
|
-
export const
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
578
|
+
/** This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
579
|
+
export const breadcrumb = {
|
|
580
|
+
fontFamily: "Gotham XNarrow",
|
|
581
|
+
fontWeight: 700,
|
|
582
|
+
fontSize: "15px",
|
|
583
|
+
lineHeight: "15px",
|
|
584
|
+
letterSpacing: "0px",
|
|
585
|
+
};
|
|
586
|
+
/** This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
587
|
+
export const breadcrumblink = {
|
|
588
|
+
fontFamily: "Gotham XNarrow",
|
|
589
|
+
fontWeight: 700,
|
|
590
|
+
fontSize: "15px",
|
|
591
|
+
lineHeight: "15px",
|
|
592
|
+
letterSpacing: "0px",
|
|
593
|
+
textDecoration: "underline",
|
|
594
|
+
};
|
|
595
|
+
/** This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
596
|
+
export const breadcrumblinkhover = {
|
|
597
|
+
fontFamily: "Gotham XNarrow",
|
|
598
|
+
fontWeight: 700,
|
|
599
|
+
fontSize: "15px",
|
|
600
|
+
lineHeight: "15px",
|
|
601
|
+
letterSpacing: "0px",
|
|
602
|
+
textDecoration: "underline",
|
|
603
|
+
};
|
|
206
604
|
|
|
207
605
|
|
|
208
606
|
// ============================================
|
|
209
|
-
//
|
|
607
|
+
// BREAKINGNEWS
|
|
210
608
|
// ============================================
|
|
211
609
|
|
|
212
|
-
/**
|
|
213
|
-
export const
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
610
|
+
/** Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
|
|
611
|
+
export const breakingnewstext = {
|
|
612
|
+
fontFamily: "Gotham XNarrow",
|
|
613
|
+
fontWeight: 700,
|
|
614
|
+
fontSize: "21px",
|
|
615
|
+
lineHeight: "24px",
|
|
616
|
+
letterSpacing: "0px",
|
|
617
|
+
textTransform: "upper",
|
|
618
|
+
};
|
|
619
|
+
/** Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
|
|
620
|
+
export const breakingnewsuppertitle = {
|
|
621
|
+
fontFamily: "Gotham",
|
|
622
|
+
fontWeight: 800,
|
|
623
|
+
fontSize: "13px",
|
|
624
|
+
lineHeight: "13px",
|
|
625
|
+
letterSpacing: "0px",
|
|
626
|
+
};
|
|
627
|
+
/** Use this font style on the breaking news badge's lower title. Font size constant 23. */
|
|
628
|
+
export const breakingnewslowertitle = {
|
|
629
|
+
fontFamily: "Gotham",
|
|
630
|
+
fontWeight: 800,
|
|
631
|
+
fontSize: "23px",
|
|
632
|
+
lineHeight: "21px",
|
|
633
|
+
letterSpacing: "0px",
|
|
634
|
+
};
|
|
220
635
|
|
|
221
636
|
|
|
222
637
|
// ============================================
|
|
223
|
-
//
|
|
638
|
+
// BUTTON
|
|
224
639
|
// ============================================
|
|
225
640
|
|
|
226
|
-
/**
|
|
227
|
-
export const
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
641
|
+
/** This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn */
|
|
642
|
+
export const buttonlabel = {
|
|
643
|
+
fontFamily: "Gotham XNarrow",
|
|
644
|
+
fontSize: "15px",
|
|
645
|
+
lineHeight: "15px",
|
|
646
|
+
letterSpacing: "0.5px",
|
|
647
|
+
fontStyle: "600",
|
|
648
|
+
textTransform: "upper",
|
|
649
|
+
};
|
|
650
|
+
/** This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18 */
|
|
651
|
+
export const partnerlinkbuttonlabel = {
|
|
652
|
+
fontFamily: "Gotham XNarrow",
|
|
653
|
+
fontWeight: 400,
|
|
654
|
+
fontSize: "16px",
|
|
655
|
+
lineHeight: "16px",
|
|
656
|
+
};
|
|
234
657
|
|
|
235
658
|
|
|
236
659
|
// ============================================
|
|
237
|
-
//
|
|
660
|
+
// CHIPS
|
|
238
661
|
// ============================================
|
|
239
662
|
|
|
240
|
-
/** This text style is used
|
|
241
|
-
export const
|
|
663
|
+
/** This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
|
|
664
|
+
export const chipslabel = {
|
|
665
|
+
fontFamily: "Gotham XNarrow",
|
|
666
|
+
fontWeight: 700,
|
|
667
|
+
fontSize: "16px",
|
|
668
|
+
};
|
|
242
669
|
|
|
243
670
|
|
|
244
671
|
// ============================================
|
|
245
|
-
//
|
|
672
|
+
// FOOTER
|
|
246
673
|
// ============================================
|
|
247
674
|
|
|
248
|
-
/**
|
|
249
|
-
export const
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
675
|
+
/** This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
|
|
676
|
+
export const footercardlink = {
|
|
677
|
+
fontFamily: "Gotham XNarrow",
|
|
678
|
+
fontWeight: 400,
|
|
679
|
+
fontSize: "15px",
|
|
680
|
+
textDecoration: "underline",
|
|
681
|
+
};
|
|
682
|
+
/** This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
|
|
683
|
+
export const footerlinkseparator = {
|
|
684
|
+
fontFamily: "Gotham XNarrow",
|
|
685
|
+
fontWeight: 400,
|
|
686
|
+
};
|
|
687
|
+
/** This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
|
|
688
|
+
export const footerlinks = {
|
|
689
|
+
fontFamily: "Gotham XNarrow",
|
|
690
|
+
fontWeight: 700,
|
|
691
|
+
fontSize: "11px",
|
|
692
|
+
lineHeight: "14px",
|
|
693
|
+
letterSpacing: "0px",
|
|
694
|
+
};
|
|
695
|
+
/** User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
|
|
696
|
+
export const footerlinkuserOfferpages = {
|
|
697
|
+
fontFamily: "Gotham XNarrow",
|
|
698
|
+
fontWeight: 400,
|
|
699
|
+
fontSize: "18px",
|
|
700
|
+
lineHeight: "26px",
|
|
701
|
+
};
|
|
256
702
|
|
|
257
703
|
|
|
258
704
|
// ============================================
|
|
259
|
-
//
|
|
705
|
+
// INPUTFIELD
|
|
260
706
|
// ============================================
|
|
261
707
|
|
|
262
|
-
/**
|
|
263
|
-
export const
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
export const 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
|
-
export const 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
|
-
export const 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
|
-
export const 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
|
-
export const 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
|
-
export const 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
|
-
export const 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
|
-
export const 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
|
-
export const 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
|
-
export const label4 = "[object Object]";
|
|
708
|
+
/** This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19 */
|
|
709
|
+
export const textinputfieldlabel = {
|
|
710
|
+
fontFamily: "Gotham XNarrow",
|
|
711
|
+
fontWeight: 400,
|
|
712
|
+
fontSize: "16px",
|
|
713
|
+
lineHeight: "16px",
|
|
714
|
+
};
|
|
288
715
|
|
|
289
716
|
|
|
290
717
|
// ============================================
|
|
@@ -292,9 +719,20 @@ export const label4 = "[object Object]";
|
|
|
292
719
|
// ============================================
|
|
293
720
|
|
|
294
721
|
/** This text style is used on live ticker headlines. The font size changes between device sizes. 22 - 22 - 32 -32 */
|
|
295
|
-
export const livetickerheadline =
|
|
722
|
+
export const livetickerheadline = {
|
|
723
|
+
fontFamily: "Gotham Condensed",
|
|
724
|
+
fontWeight: 600,
|
|
725
|
+
fontSize: "22px",
|
|
726
|
+
lineHeight: "22px",
|
|
727
|
+
letterSpacing: "0px",
|
|
728
|
+
};
|
|
296
729
|
/** Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16 */
|
|
297
|
-
export const livetickertimestamp =
|
|
730
|
+
export const livetickertimestamp = {
|
|
731
|
+
fontFamily: "Gotham XNarrow",
|
|
732
|
+
fontWeight: 700,
|
|
733
|
+
fontSize: "14px",
|
|
734
|
+
lineHeight: "14px",
|
|
735
|
+
};
|
|
298
736
|
|
|
299
737
|
|
|
300
738
|
// ============================================
|
|
@@ -302,11 +740,26 @@ export const livetickertimestamp = "[object Object]";
|
|
|
302
740
|
// ============================================
|
|
303
741
|
|
|
304
742
|
/** This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18 */
|
|
305
|
-
export const podcastplayerlabel =
|
|
743
|
+
export const podcastplayerlabel = {
|
|
744
|
+
fontFamily: "Gotham XNarrow",
|
|
745
|
+
fontWeight: 400,
|
|
746
|
+
fontSize: "16px",
|
|
747
|
+
lineHeight: "16px",
|
|
748
|
+
};
|
|
306
749
|
/** 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during the video advertisement. */
|
|
307
|
-
export const videoadtime =
|
|
750
|
+
export const videoadtime = {
|
|
751
|
+
fontFamily: "Gotham",
|
|
752
|
+
fontWeight: 800,
|
|
753
|
+
fontSize: "14px",
|
|
754
|
+
textTransform: "upper",
|
|
755
|
+
};
|
|
308
756
|
/** Use this text style on video player time badges that display elapsed, total or live information text labels. This text style references the label2 font size variable. 15px constant */
|
|
309
|
-
export const videoplayertime =
|
|
757
|
+
export const videoplayertime = {
|
|
758
|
+
fontFamily: "Gotham",
|
|
759
|
+
fontWeight: 800,
|
|
760
|
+
fontSize: "14px",
|
|
761
|
+
textTransform: "upper",
|
|
762
|
+
};
|
|
310
763
|
|
|
311
764
|
|
|
312
765
|
// ============================================
|
|
@@ -314,24 +767,40 @@ export const videoplayertime = "[object Object]";
|
|
|
314
767
|
// ============================================
|
|
315
768
|
|
|
316
769
|
/** This text style is used on a small title that is placed above tab elements that are seen on iOS and Android top menu bar. */
|
|
317
|
-
export const apptopbarstagetitle =
|
|
770
|
+
export const apptopbarstagetitle = {
|
|
771
|
+
fontFamily: "Gotham",
|
|
772
|
+
fontWeight: 800,
|
|
773
|
+
fontSize: "12px",
|
|
774
|
+
lineHeight: "14px",
|
|
775
|
+
letterSpacing: "0px",
|
|
776
|
+
};
|
|
318
777
|
/** iOS and Android apps currently have a top bar with tabs that when selected display different content within the main view of the device. This text style is used for a title text that provides information for the user to situate where they are within the app's content possibilities. */
|
|
319
|
-
export const apptopbartabstitle =
|
|
778
|
+
export const apptopbartabstitle = {
|
|
779
|
+
fontFamily: "Gotham",
|
|
780
|
+
fontWeight: 800,
|
|
781
|
+
fontSize: "12px",
|
|
782
|
+
lineHeight: "14px",
|
|
783
|
+
letterSpacing: "0px",
|
|
784
|
+
textTransform: "upper",
|
|
785
|
+
};
|
|
320
786
|
/** Used on menu link lane items and on mobile side menu drawer. Current online CSS naming: --nav-btn */
|
|
321
|
-
export const menuitemlabel =
|
|
787
|
+
export const menuitemlabel = {
|
|
788
|
+
fontFamily: "Gotham XNarrow",
|
|
789
|
+
fontSize: "15px",
|
|
790
|
+
lineHeight: "15px",
|
|
791
|
+
letterSpacing: "0px",
|
|
792
|
+
fontStyle: "700",
|
|
793
|
+
textTransform: "upper",
|
|
794
|
+
};
|
|
322
795
|
/** Use this tokenized font style for menu items with icons that are more important than the menu link lane items. Current online CSS: .nav_btn--type-util */
|
|
323
|
-
export const menuitemutillabel =
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
export const 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
|
-
export const mqteaserheadline = "[object Object]";
|
|
796
|
+
export const menuitemutillabel = {
|
|
797
|
+
fontFamily: "Gotham XNarrow",
|
|
798
|
+
fontSize: "12px",
|
|
799
|
+
lineHeight: "12px",
|
|
800
|
+
letterSpacing: "0px",
|
|
801
|
+
fontStyle: "700",
|
|
802
|
+
textTransform: "upper",
|
|
803
|
+
};
|
|
335
804
|
|
|
336
805
|
|
|
337
806
|
// ============================================
|
|
@@ -339,11 +808,29 @@ export const mqteaserheadline = "[object Object]";
|
|
|
339
808
|
// ============================================
|
|
340
809
|
|
|
341
810
|
/** The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18 */
|
|
342
|
-
export const newstickertimestamp =
|
|
811
|
+
export const newstickertimestamp = {
|
|
812
|
+
fontFamily: "Gotham XNarrow",
|
|
813
|
+
fontWeight: 700,
|
|
814
|
+
fontSize: "16px",
|
|
815
|
+
lineHeight: "20.799999237060547px",
|
|
816
|
+
letterSpacing: "0px",
|
|
817
|
+
};
|
|
343
818
|
/** This text style is a component level option for the newsticker kicker. Currently the newsticker kicker uses the semantic text style kicker3. This text style references the semantic one. */
|
|
344
|
-
export const newstickerkicker =
|
|
819
|
+
export const newstickerkicker = {
|
|
820
|
+
fontFamily: "Gotham XNarrow",
|
|
821
|
+
fontWeight: 700,
|
|
822
|
+
fontSize: "16px",
|
|
823
|
+
lineHeight: "17.600000381469727px",
|
|
824
|
+
letterSpacing: "0px",
|
|
825
|
+
};
|
|
345
826
|
/** This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40 */
|
|
346
|
-
export const newstickerheadline =
|
|
827
|
+
export const newstickerheadline = {
|
|
828
|
+
fontFamily: "Gotham Condensed",
|
|
829
|
+
fontSize: "28px",
|
|
830
|
+
lineHeight: "28px",
|
|
831
|
+
letterSpacing: "0px",
|
|
832
|
+
fontStyle: "700",
|
|
833
|
+
};
|
|
347
834
|
|
|
348
835
|
|
|
349
836
|
// ============================================
|
|
@@ -351,7 +838,14 @@ export const newstickerheadline = "[object Object]";
|
|
|
351
838
|
// ============================================
|
|
352
839
|
|
|
353
840
|
/** This component level text style stores the variables for the pagination component's active state (label1 with red accent color underline). Its size remains constant at 17px across device sizes. */
|
|
354
|
-
export const numberedpaginationactive =
|
|
841
|
+
export const numberedpaginationactive = {
|
|
842
|
+
fontFamily: "Gotham XNarrow",
|
|
843
|
+
fontWeight: 700,
|
|
844
|
+
fontSize: "17px",
|
|
845
|
+
lineHeight: "17px",
|
|
846
|
+
letterSpacing: "0.25px",
|
|
847
|
+
textDecoration: "underline",
|
|
848
|
+
};
|
|
355
849
|
|
|
356
850
|
|
|
357
851
|
// ============================================
|
|
@@ -359,101 +853,245 @@ export const numberedpaginationactive = "[object Object]";
|
|
|
359
853
|
// ============================================
|
|
360
854
|
|
|
361
855
|
/** This text style is used for the paywall price tag text. */
|
|
362
|
-
export const paywallcardpricetag =
|
|
856
|
+
export const paywallcardpricetag = {
|
|
857
|
+
fontFamily: "Gotham",
|
|
858
|
+
fontWeight: 800,
|
|
859
|
+
fontSize: "64px",
|
|
860
|
+
lineHeight: "64px",
|
|
861
|
+
letterSpacing: "-0.5px",
|
|
862
|
+
};
|
|
363
863
|
/** This text style is used on the paywall card under the price value. */
|
|
364
|
-
export const paywallcardnote =
|
|
864
|
+
export const paywallcardnote = {
|
|
865
|
+
fontFamily: "Gotham",
|
|
866
|
+
fontWeight: 800,
|
|
867
|
+
fontSize: "40px",
|
|
868
|
+
lineHeight: "40px",
|
|
869
|
+
letterSpacing: "-0.5px",
|
|
870
|
+
};
|
|
365
871
|
|
|
366
872
|
|
|
367
873
|
// ============================================
|
|
368
|
-
//
|
|
874
|
+
// SPECIALNAVI
|
|
369
875
|
// ============================================
|
|
370
876
|
|
|
371
|
-
/**
|
|
372
|
-
export const
|
|
877
|
+
/** Used on menu link lane items and on mobile side menu drawer. */
|
|
878
|
+
export const specianaviitemlabel = {
|
|
879
|
+
fontFamily: "Gotham XNarrow",
|
|
880
|
+
fontSize: "15px",
|
|
881
|
+
lineHeight: "15px",
|
|
882
|
+
letterSpacing: "0px",
|
|
883
|
+
fontStyle: "700",
|
|
884
|
+
};
|
|
373
885
|
|
|
374
886
|
|
|
375
887
|
// ============================================
|
|
376
|
-
//
|
|
888
|
+
// TABS
|
|
377
889
|
// ============================================
|
|
378
890
|
|
|
379
|
-
/**
|
|
380
|
-
export const
|
|
891
|
+
/** 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. */
|
|
892
|
+
export const tablabel = {
|
|
893
|
+
fontFamily: "Gotham XNarrow",
|
|
894
|
+
fontWeight: 700,
|
|
895
|
+
fontSize: "16px",
|
|
896
|
+
textTransform: "upper",
|
|
897
|
+
};
|
|
898
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
899
|
+
export const appbottombarlabeldefault = {
|
|
900
|
+
fontFamily: "Gotham XNarrow",
|
|
901
|
+
fontWeight: 400,
|
|
902
|
+
fontSize: "12px",
|
|
903
|
+
lineHeight: "14.399999618530273px",
|
|
904
|
+
letterSpacing: "0px",
|
|
905
|
+
};
|
|
906
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
907
|
+
export const appbottombarlabelactive = {
|
|
908
|
+
fontFamily: "Gotham XNarrow",
|
|
909
|
+
fontWeight: 700,
|
|
910
|
+
fontSize: "12px",
|
|
911
|
+
lineHeight: "14.399999618530273px",
|
|
912
|
+
letterSpacing: "0px",
|
|
913
|
+
};
|
|
381
914
|
|
|
382
915
|
|
|
383
916
|
// ============================================
|
|
384
|
-
//
|
|
917
|
+
// ATEASER
|
|
385
918
|
// ============================================
|
|
386
919
|
|
|
387
|
-
/**
|
|
388
|
-
export const
|
|
920
|
+
/** 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 */
|
|
921
|
+
export const ateaserkicker = {
|
|
922
|
+
fontFamily: "Gotham XNarrow",
|
|
923
|
+
fontSize: "16px",
|
|
924
|
+
lineHeight: "16px",
|
|
925
|
+
letterSpacing: "0px",
|
|
926
|
+
fontStyle: "700",
|
|
927
|
+
};
|
|
928
|
+
/** This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
|
|
929
|
+
export const ateaserheadline = {
|
|
930
|
+
fontFamily: "Gotham Condensed",
|
|
931
|
+
fontSize: "28px",
|
|
932
|
+
lineHeight: "28px",
|
|
933
|
+
letterSpacing: "0px",
|
|
934
|
+
fontStyle: "700",
|
|
935
|
+
};
|
|
389
936
|
|
|
390
937
|
|
|
391
938
|
// ============================================
|
|
392
|
-
//
|
|
939
|
+
// MQTEASER
|
|
393
940
|
// ============================================
|
|
394
941
|
|
|
395
|
-
/**
|
|
396
|
-
export const
|
|
942
|
+
/** This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
|
|
943
|
+
export const mqteaserkicker = {
|
|
944
|
+
fontFamily: "Gotham XNarrow",
|
|
945
|
+
fontSize: "14px",
|
|
946
|
+
lineHeight: "15.399999618530273px",
|
|
947
|
+
letterSpacing: "0px",
|
|
948
|
+
fontStyle: "700",
|
|
949
|
+
};
|
|
950
|
+
/** This component level text style references the semantic level text sizes of headline3 and headline4.
|
|
951
|
+
XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
|
|
952
|
+
export const mqteaserheadline = {
|
|
953
|
+
fontFamily: "Gotham Condensed",
|
|
954
|
+
fontSize: "22px",
|
|
955
|
+
lineHeight: "22px",
|
|
956
|
+
letterSpacing: "0px",
|
|
957
|
+
fontStyle: "700",
|
|
958
|
+
};
|
|
397
959
|
|
|
398
960
|
|
|
399
961
|
// ============================================
|
|
400
|
-
//
|
|
962
|
+
// QTEASER
|
|
401
963
|
// ============================================
|
|
402
964
|
|
|
403
|
-
/** This
|
|
404
|
-
export const
|
|
965
|
+
/** 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 */
|
|
966
|
+
export const qteaserheadline = {
|
|
967
|
+
fontFamily: "Gotham Condensed",
|
|
968
|
+
fontSize: "48px",
|
|
969
|
+
lineHeight: "48px",
|
|
970
|
+
letterSpacing: "0px",
|
|
971
|
+
fontStyle: "700",
|
|
972
|
+
};
|
|
405
973
|
|
|
406
974
|
|
|
407
975
|
// ============================================
|
|
408
|
-
//
|
|
976
|
+
// STDTEASER
|
|
409
977
|
// ============================================
|
|
410
978
|
|
|
411
|
-
/**
|
|
412
|
-
export const
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
979
|
+
/** 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. */
|
|
980
|
+
export const stdteaserheadline = {
|
|
981
|
+
fontFamily: "Gotham Condensed",
|
|
982
|
+
fontSize: "22px",
|
|
983
|
+
lineHeight: "22px",
|
|
984
|
+
letterSpacing: "0px",
|
|
985
|
+
fontStyle: "600",
|
|
986
|
+
};
|
|
417
987
|
|
|
418
988
|
|
|
419
989
|
// ============================================
|
|
420
|
-
//
|
|
990
|
+
// TOGGLESWITCHES
|
|
421
991
|
// ============================================
|
|
422
992
|
|
|
423
|
-
/**
|
|
424
|
-
export const
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
export const textlinkboldhover = "[object Object]";
|
|
993
|
+
/** This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
|
|
994
|
+
export const apptoogleitemlabel = {
|
|
995
|
+
fontFamily: "Gotham",
|
|
996
|
+
fontWeight: 800,
|
|
997
|
+
fontSize: "14px",
|
|
998
|
+
lineHeight: "14.100000381469727px",
|
|
999
|
+
letterSpacing: "0px",
|
|
1000
|
+
textTransform: "upper",
|
|
1001
|
+
};
|
|
433
1002
|
|
|
434
1003
|
|
|
435
1004
|
// ============================================
|
|
436
|
-
//
|
|
1005
|
+
// .DSDOCSSTYLES
|
|
437
1006
|
// ============================================
|
|
438
1007
|
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
1008
|
+
export const pageheaderdescription = {
|
|
1009
|
+
fontFamily: "Gotham XNarrow",
|
|
1010
|
+
fontWeight: 700,
|
|
1011
|
+
letterSpacing: "0px",
|
|
1012
|
+
};
|
|
1013
|
+
/** This text style is only used on the design system's documentation for code syntax snippets. */
|
|
1014
|
+
export const codesnippets = {
|
|
1015
|
+
fontFamily: "Source Code Pro",
|
|
1016
|
+
fontSize: "12px",
|
|
1017
|
+
lineHeight: "15.600000381469727px",
|
|
1018
|
+
letterSpacing: "0px",
|
|
1019
|
+
};
|
|
1020
|
+
/** This text style is only used for mockup pages of the design system website. */
|
|
1021
|
+
export const bilddesignsidemenu = {
|
|
1022
|
+
fontFamily: "Gotham XNarrow",
|
|
1023
|
+
fontWeight: 400,
|
|
1024
|
+
};
|
|
1025
|
+
/** This text style is only used for mockup pages of the design system website. */
|
|
1026
|
+
export const bilddesignsidemenuactive = {
|
|
1027
|
+
fontFamily: "Gotham XNarrow",
|
|
1028
|
+
fontWeight: 400,
|
|
1029
|
+
textDecoration: "underline",
|
|
1030
|
+
};
|
|
1031
|
+
/** This text style is only used for mockup pages of the design system website. */
|
|
1032
|
+
export const bilddesignsidemenuhover = {
|
|
1033
|
+
fontFamily: "Gotham XNarrow",
|
|
1034
|
+
fontWeight: 600,
|
|
1035
|
+
};
|
|
1036
|
+
/** This text style is only used for mockups the vertical video component teaser headlines. */
|
|
1037
|
+
export const verticalvideosmockheadlines = {
|
|
1038
|
+
fontFamily: "Gotham Condensed",
|
|
1039
|
+
fontWeight: 600,
|
|
1040
|
+
fontSize: "22px",
|
|
1041
|
+
lineHeight: "22px",
|
|
1042
|
+
textDecoration: "underline",
|
|
1043
|
+
};
|
|
1044
|
+
/** This text style is used on documentation pages that contain some token information. */
|
|
1045
|
+
export const tokenspecl = {
|
|
1046
|
+
fontFamily: "Source Code Pro",
|
|
1047
|
+
};
|
|
451
1048
|
|
|
452
1049
|
|
|
453
1050
|
// ============================================
|
|
454
|
-
//
|
|
1051
|
+
// .SPECS
|
|
455
1052
|
// ============================================
|
|
456
1053
|
|
|
457
|
-
/** This text style is used
|
|
458
|
-
export const
|
|
1054
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1055
|
+
export const specsxs = {
|
|
1056
|
+
fontFamily: "Gotham",
|
|
1057
|
+
fontWeight: 400,
|
|
1058
|
+
};
|
|
1059
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1060
|
+
export const specss = {
|
|
1061
|
+
fontFamily: "Gotham",
|
|
1062
|
+
};
|
|
1063
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1064
|
+
export const specsms = {
|
|
1065
|
+
fontFamily: "Gotham",
|
|
1066
|
+
};
|
|
1067
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1068
|
+
export const specsm = {
|
|
1069
|
+
fontFamily: "Gotham",
|
|
1070
|
+
};
|
|
1071
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1072
|
+
export const specsml = {
|
|
1073
|
+
fontFamily: "Gotham",
|
|
1074
|
+
fontWeight: 400,
|
|
1075
|
+
fontSize: "64px",
|
|
1076
|
+
lineHeight: "80px",
|
|
1077
|
+
textDecoration: "underline",
|
|
1078
|
+
};
|
|
1079
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1080
|
+
export const specsl = {
|
|
1081
|
+
fontFamily: "Gotham",
|
|
1082
|
+
fontWeight: 400,
|
|
1083
|
+
textDecoration: "underline",
|
|
1084
|
+
};
|
|
1085
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1086
|
+
export const specsxl = {
|
|
1087
|
+
fontFamily: "Gotham",
|
|
1088
|
+
fontWeight: 600,
|
|
1089
|
+
textDecoration: "underline",
|
|
1090
|
+
};
|
|
1091
|
+
/** This text style is only used for audit pages of the design system. */
|
|
1092
|
+
export const specsxxl = {
|
|
1093
|
+
fontFamily: "Gotham",
|
|
1094
|
+
fontWeight: 600,
|
|
1095
|
+
textDecoration: "underline",
|
|
1096
|
+
};
|
|
459
1097
|
|