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