@marioschmidt/design-system-tokens 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/brands/advertorial/density/density-compact.css +31 -6
- package/dist/css/brands/advertorial/density/density-default.css +31 -6
- package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +31 -6
- package/dist/css/brands/bild/density/density-default.css +31 -6
- package/dist/css/brands/bild/density/density-spacious.css +31 -6
- package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +31 -6
- package/dist/css/brands/sportbild/density/density-default.css +31 -6
- package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +160 -48
- package/dist/css/shared/fontprimitive.css +99 -33
- package/dist/css/shared/sizeprimitive.css +8 -1
- package/dist/css/shared/spaceprimitive.css +8 -1
- package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/bild/density/density-default.dart +5 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/shared/colorprimitive.dart +20 -1
- package/dist/flutter/shared/fontprimitive.dart +20 -3
- package/dist/flutter/shared/sizeprimitive.dart +5 -0
- package/dist/flutter/shared/spaceprimitive.dart +5 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/shared/Colorprimitive.swift +20 -1
- package/dist/ios/shared/Fontprimitive.swift +20 -3
- package/dist/ios/shared/Sizeprimitive.swift +5 -0
- package/dist/ios/shared/Spaceprimitive.swift +5 -0
- package/dist/js/brands/advertorial/density/density-compact.js +16 -1
- package/dist/js/brands/advertorial/density/density-default.js +16 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/bild/density/density-compact.js +16 -1
- package/dist/js/brands/bild/density/density-default.js +16 -1
- package/dist/js/brands/bild/density/density-spacious.js +16 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/sportbild/density/density-compact.js +16 -1
- package/dist/js/brands/sportbild/density/density-default.js +16 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/shared/colorprimitive.js +125 -45
- package/dist/js/shared/fontprimitive.js +76 -34
- package/dist/js/shared/sizeprimitive.js +8 -1
- package/dist/js/shared/spaceprimitive.js +8 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/bild/density/density-compact.scss +22 -6
- package/dist/scss/brands/bild/density/density-default.scss +22 -6
- package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/shared/colorprimitive.scss +129 -48
- package/dist/scss/shared/fontprimitive.scss +76 -33
- package/dist/scss/shared/sizeprimitive.scss +9 -1
- package/dist/scss/shared/spaceprimitive.scss +9 -1
- package/package.json +1 -1
|
@@ -1,1135 +1,459 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* typography-xs.js
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:58.516Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
export const
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
export const
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
export const
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
export const
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
export const
|
|
457
|
-
|
|
458
|
-
fontWeight: null,
|
|
459
|
-
fontSize: "16px",
|
|
460
|
-
lineHeight: "17.600000381469727px",
|
|
461
|
-
letterSpacing: null,
|
|
462
|
-
fontStyle: "700",
|
|
463
|
-
textCase: "ORIGINAL",
|
|
464
|
-
textDecoration: "NONE",
|
|
465
|
-
};
|
|
466
|
-
export const ArticleArticleimagecaption = {
|
|
467
|
-
fontFamily: "Lucida Grande",
|
|
468
|
-
fontWeight: 700,
|
|
469
|
-
fontSize: "13px",
|
|
470
|
-
lineHeight: "19.5px",
|
|
471
|
-
letterSpacing: "0px",
|
|
472
|
-
fontStyle: null,
|
|
473
|
-
textCase: "ORIGINAL",
|
|
474
|
-
textDecoration: "NONE",
|
|
475
|
-
};
|
|
476
|
-
export const ArticleArticleheadline = {
|
|
477
|
-
fontFamily: "Lucida Grande",
|
|
478
|
-
fontWeight: null,
|
|
479
|
-
fontSize: "30px",
|
|
480
|
-
lineHeight: "30px",
|
|
481
|
-
letterSpacing: null,
|
|
482
|
-
fontStyle: "700",
|
|
483
|
-
textCase: "ORIGINAL",
|
|
484
|
-
textDecoration: "NONE",
|
|
485
|
-
};
|
|
486
|
-
export const ArticleArticlemetasource = {
|
|
487
|
-
fontFamily: "Lucida Grande",
|
|
488
|
-
fontWeight: 400,
|
|
489
|
-
fontSize: "13px",
|
|
490
|
-
lineHeight: "19px",
|
|
491
|
-
letterSpacing: null,
|
|
492
|
-
fontStyle: null,
|
|
493
|
-
textCase: "ORIGINAL",
|
|
494
|
-
textDecoration: "NONE",
|
|
495
|
-
};
|
|
496
|
-
export const ArticleArticletimestamp = {
|
|
497
|
-
fontFamily: "Lucida Grande",
|
|
498
|
-
fontWeight: 800,
|
|
499
|
-
fontSize: "12px",
|
|
500
|
-
lineHeight: null,
|
|
501
|
-
letterSpacing: null,
|
|
502
|
-
fontStyle: null,
|
|
503
|
-
textCase: "ORIGINAL",
|
|
504
|
-
textDecoration: "NONE",
|
|
505
|
-
};
|
|
506
|
-
export const AudioplayerAudioplayerlabel = {
|
|
507
|
-
fontFamily: "Lucida Grande",
|
|
508
|
-
fontWeight: 700,
|
|
509
|
-
fontSize: "16px",
|
|
510
|
-
lineHeight: "16px",
|
|
511
|
-
letterSpacing: null,
|
|
512
|
-
fontStyle: null,
|
|
513
|
-
textCase: "ORIGINAL",
|
|
514
|
-
textDecoration: "NONE",
|
|
515
|
-
};
|
|
516
|
-
export const AvatarAppavatar = {
|
|
517
|
-
fontFamily: "Lucida Grande",
|
|
518
|
-
fontWeight: 800,
|
|
519
|
-
fontSize: "12px",
|
|
520
|
-
lineHeight: null,
|
|
521
|
-
letterSpacing: "0px",
|
|
522
|
-
fontStyle: null,
|
|
523
|
-
textCase: "UPPER",
|
|
524
|
-
textDecoration: "NONE",
|
|
525
|
-
};
|
|
526
|
-
export const AvatarAvatardefault = {
|
|
527
|
-
fontFamily: "Lucida Grande",
|
|
528
|
-
fontWeight: 700,
|
|
529
|
-
fontSize: "13px",
|
|
530
|
-
lineHeight: "21px",
|
|
531
|
-
letterSpacing: "0px",
|
|
532
|
-
fontStyle: null,
|
|
533
|
-
textCase: "ORIGINAL",
|
|
534
|
-
textDecoration: "NONE",
|
|
535
|
-
};
|
|
536
|
-
export const AvatarAvatarhover = {
|
|
537
|
-
fontFamily: "Lucida Grande",
|
|
538
|
-
fontWeight: 700,
|
|
539
|
-
fontSize: "13px",
|
|
540
|
-
lineHeight: "21px",
|
|
541
|
-
letterSpacing: "0px",
|
|
542
|
-
fontStyle: null,
|
|
543
|
-
textCase: "ORIGINAL",
|
|
544
|
-
textDecoration: "UNDERLINE",
|
|
545
|
-
};
|
|
546
|
-
export const AvatarAvatarsecondaryinfo = {
|
|
547
|
-
fontFamily: "Lucida Grande",
|
|
548
|
-
fontWeight: 400,
|
|
549
|
-
fontSize: "13px",
|
|
550
|
-
lineHeight: "21px",
|
|
551
|
-
letterSpacing: "0px",
|
|
552
|
-
fontStyle: null,
|
|
553
|
-
textCase: "ORIGINAL",
|
|
554
|
-
textDecoration: "NONE",
|
|
555
|
-
};
|
|
556
|
-
export const AvatarAvatarsecondaryinfohover = {
|
|
557
|
-
fontFamily: "Lucida Grande",
|
|
558
|
-
fontWeight: 400,
|
|
559
|
-
fontSize: "13px",
|
|
560
|
-
lineHeight: "21px",
|
|
561
|
-
letterSpacing: "0px",
|
|
562
|
-
fontStyle: null,
|
|
563
|
-
textCase: "ORIGINAL",
|
|
564
|
-
textDecoration: "UNDERLINE",
|
|
565
|
-
};
|
|
566
|
-
export const BadgesVideoadbadge = {
|
|
567
|
-
fontFamily: "Gotham XNarrow",
|
|
568
|
-
fontWeight: 400,
|
|
569
|
-
fontSize: "14px",
|
|
570
|
-
lineHeight: null,
|
|
571
|
-
letterSpacing: null,
|
|
572
|
-
fontStyle: null,
|
|
573
|
-
textCase: "UPPER",
|
|
574
|
-
textDecoration: "NONE",
|
|
575
|
-
};
|
|
576
|
-
export const BadgesVideotimebadge = {
|
|
577
|
-
fontFamily: "Lucida Grande",
|
|
578
|
-
fontWeight: 400,
|
|
579
|
-
fontSize: "16px",
|
|
580
|
-
lineHeight: "21px",
|
|
581
|
-
letterSpacing: null,
|
|
582
|
-
fontStyle: null,
|
|
583
|
-
textCase: "ORIGINAL",
|
|
584
|
-
textDecoration: "NONE",
|
|
585
|
-
};
|
|
586
|
-
export const BreadcrumbBreadcrumb = {
|
|
587
|
-
fontFamily: "Lucida Grande",
|
|
588
|
-
fontWeight: 700,
|
|
589
|
-
fontSize: "15px",
|
|
590
|
-
lineHeight: "15px",
|
|
591
|
-
letterSpacing: "0px",
|
|
592
|
-
fontStyle: null,
|
|
593
|
-
textCase: "ORIGINAL",
|
|
594
|
-
textDecoration: "NONE",
|
|
595
|
-
};
|
|
596
|
-
export const BreadcrumbBreadcrumblink = {
|
|
597
|
-
fontFamily: "Lucida Grande",
|
|
598
|
-
fontWeight: 700,
|
|
599
|
-
fontSize: "15px",
|
|
600
|
-
lineHeight: "15px",
|
|
601
|
-
letterSpacing: "0px",
|
|
602
|
-
fontStyle: null,
|
|
603
|
-
textCase: "ORIGINAL",
|
|
604
|
-
textDecoration: "UNDERLINE",
|
|
605
|
-
};
|
|
606
|
-
export const BreadcrumbBreadcrumblinkhover = {
|
|
607
|
-
fontFamily: "Lucida Grande",
|
|
608
|
-
fontWeight: 700,
|
|
609
|
-
fontSize: "15px",
|
|
610
|
-
lineHeight: "15px",
|
|
611
|
-
letterSpacing: "0px",
|
|
612
|
-
fontStyle: null,
|
|
613
|
-
textCase: "ORIGINAL",
|
|
614
|
-
textDecoration: "UNDERLINE",
|
|
615
|
-
};
|
|
616
|
-
export const BreakingnewsBreakingnewstext = {
|
|
617
|
-
fontFamily: "Lucida Grande",
|
|
618
|
-
fontWeight: 700,
|
|
619
|
-
fontSize: "21px",
|
|
620
|
-
lineHeight: "24px",
|
|
621
|
-
letterSpacing: "0px",
|
|
622
|
-
fontStyle: null,
|
|
623
|
-
textCase: "UPPER",
|
|
624
|
-
textDecoration: "NONE",
|
|
625
|
-
};
|
|
626
|
-
export const BreakingnewsBreakingnewsuppertitle = {
|
|
627
|
-
fontFamily: "Lucida Grande",
|
|
628
|
-
fontWeight: 800,
|
|
629
|
-
fontSize: "13px",
|
|
630
|
-
lineHeight: "13px",
|
|
631
|
-
letterSpacing: "0px",
|
|
632
|
-
fontStyle: null,
|
|
633
|
-
textCase: "ORIGINAL",
|
|
634
|
-
textDecoration: "NONE",
|
|
635
|
-
};
|
|
636
|
-
export const BreakingnewsBreakingnewslowertitle = {
|
|
637
|
-
fontFamily: "Lucida Grande",
|
|
638
|
-
fontWeight: 800,
|
|
639
|
-
fontSize: "23px",
|
|
640
|
-
lineHeight: "21px",
|
|
641
|
-
letterSpacing: "0px",
|
|
642
|
-
fontStyle: null,
|
|
643
|
-
textCase: "ORIGINAL",
|
|
644
|
-
textDecoration: "NONE",
|
|
645
|
-
};
|
|
646
|
-
export const ButtonButtonlabel = {
|
|
647
|
-
fontFamily: "Lucida Grande",
|
|
648
|
-
fontWeight: null,
|
|
649
|
-
fontSize: "15px",
|
|
650
|
-
lineHeight: "15px",
|
|
651
|
-
letterSpacing: "0.5px",
|
|
652
|
-
fontStyle: "600",
|
|
653
|
-
textCase: "UPPER",
|
|
654
|
-
textDecoration: "NONE",
|
|
655
|
-
};
|
|
656
|
-
export const ButtonPartnerlinkbuttonlabel = {
|
|
657
|
-
fontFamily: "Lucida Grande",
|
|
658
|
-
fontWeight: 400,
|
|
659
|
-
fontSize: "16px",
|
|
660
|
-
lineHeight: "16px",
|
|
661
|
-
letterSpacing: null,
|
|
662
|
-
fontStyle: null,
|
|
663
|
-
textCase: "ORIGINAL",
|
|
664
|
-
textDecoration: "NONE",
|
|
665
|
-
};
|
|
666
|
-
export const ChipsChipslabel = {
|
|
667
|
-
fontFamily: "Lucida Grande",
|
|
668
|
-
fontWeight: 700,
|
|
669
|
-
fontSize: "16px",
|
|
670
|
-
lineHeight: null,
|
|
671
|
-
letterSpacing: null,
|
|
672
|
-
fontStyle: null,
|
|
673
|
-
textCase: "ORIGINAL",
|
|
674
|
-
textDecoration: "NONE",
|
|
675
|
-
};
|
|
676
|
-
export const FooterFootercardlink = {
|
|
677
|
-
fontFamily: "Gotham XNarrow",
|
|
678
|
-
fontWeight: 400,
|
|
679
|
-
fontSize: "15px",
|
|
680
|
-
lineHeight: null,
|
|
681
|
-
letterSpacing: null,
|
|
682
|
-
fontStyle: null,
|
|
683
|
-
textCase: "ORIGINAL",
|
|
684
|
-
textDecoration: "UNDERLINE",
|
|
685
|
-
};
|
|
686
|
-
export const FooterFooterlinkseparator = {
|
|
687
|
-
fontFamily: "Gotham XNarrow",
|
|
688
|
-
fontWeight: 400,
|
|
689
|
-
fontSize: null,
|
|
690
|
-
lineHeight: null,
|
|
691
|
-
letterSpacing: null,
|
|
692
|
-
fontStyle: null,
|
|
693
|
-
textCase: "ORIGINAL",
|
|
694
|
-
textDecoration: "NONE",
|
|
695
|
-
};
|
|
696
|
-
export const FooterFooterlinks = {
|
|
697
|
-
fontFamily: "Gotham XNarrow",
|
|
698
|
-
fontWeight: 700,
|
|
699
|
-
fontSize: "11px",
|
|
700
|
-
lineHeight: "14px",
|
|
701
|
-
letterSpacing: "0px",
|
|
702
|
-
fontStyle: null,
|
|
703
|
-
textCase: "ORIGINAL",
|
|
704
|
-
textDecoration: "NONE",
|
|
705
|
-
};
|
|
706
|
-
export const FooterFooterlinkuserOfferpages = {
|
|
707
|
-
fontFamily: "Gotham XNarrow",
|
|
708
|
-
fontWeight: 400,
|
|
709
|
-
fontSize: "18px",
|
|
710
|
-
lineHeight: "26px",
|
|
711
|
-
letterSpacing: null,
|
|
712
|
-
fontStyle: null,
|
|
713
|
-
textCase: "ORIGINAL",
|
|
714
|
-
textDecoration: "NONE",
|
|
715
|
-
};
|
|
716
|
-
export const InputfieldTextinputfieldlabel = {
|
|
717
|
-
fontFamily: "Lucida Grande",
|
|
718
|
-
fontWeight: 400,
|
|
719
|
-
fontSize: "16px",
|
|
720
|
-
lineHeight: "16px",
|
|
721
|
-
letterSpacing: null,
|
|
722
|
-
fontStyle: null,
|
|
723
|
-
textCase: "ORIGINAL",
|
|
724
|
-
textDecoration: "NONE",
|
|
725
|
-
};
|
|
726
|
-
export const LivetickerLivetickerheadline = {
|
|
727
|
-
fontFamily: "Lucida Grande",
|
|
728
|
-
fontWeight: 600,
|
|
729
|
-
fontSize: "22px",
|
|
730
|
-
lineHeight: "22px",
|
|
731
|
-
letterSpacing: "0px",
|
|
732
|
-
fontStyle: null,
|
|
733
|
-
textCase: "ORIGINAL",
|
|
734
|
-
textDecoration: "NONE",
|
|
735
|
-
};
|
|
736
|
-
export const LivetickerLivetickertimestamp = {
|
|
737
|
-
fontFamily: "Gotham XNarrow",
|
|
738
|
-
fontWeight: 700,
|
|
739
|
-
fontSize: "14px",
|
|
740
|
-
lineHeight: "14px",
|
|
741
|
-
letterSpacing: null,
|
|
742
|
-
fontStyle: null,
|
|
743
|
-
textCase: "ORIGINAL",
|
|
744
|
-
textDecoration: "NONE",
|
|
745
|
-
};
|
|
746
|
-
export const MediaplayersPodcastplayerlabel = {
|
|
747
|
-
fontFamily: "Lucida Grande",
|
|
748
|
-
fontWeight: 400,
|
|
749
|
-
fontSize: "16px",
|
|
750
|
-
lineHeight: "16px",
|
|
751
|
-
letterSpacing: null,
|
|
752
|
-
fontStyle: null,
|
|
753
|
-
textCase: "ORIGINAL",
|
|
754
|
-
textDecoration: "NONE",
|
|
755
|
-
};
|
|
756
|
-
export const MediaplayersVideoadtime = {
|
|
757
|
-
fontFamily: "Gotham",
|
|
758
|
-
fontWeight: 800,
|
|
759
|
-
fontSize: "14px",
|
|
760
|
-
lineHeight: null,
|
|
761
|
-
letterSpacing: null,
|
|
762
|
-
fontStyle: null,
|
|
763
|
-
textCase: "UPPER",
|
|
764
|
-
textDecoration: "NONE",
|
|
765
|
-
};
|
|
766
|
-
export const MediaplayersVideoplayertime = {
|
|
767
|
-
fontFamily: "Lucida Grande",
|
|
768
|
-
fontWeight: 800,
|
|
769
|
-
fontSize: "14px",
|
|
770
|
-
lineHeight: null,
|
|
771
|
-
letterSpacing: null,
|
|
772
|
-
fontStyle: null,
|
|
773
|
-
textCase: "UPPER",
|
|
774
|
-
textDecoration: "NONE",
|
|
775
|
-
};
|
|
776
|
-
export const MenuApptopbarstagetitle = {
|
|
777
|
-
fontFamily: "Lucida Grande",
|
|
778
|
-
fontWeight: 800,
|
|
779
|
-
fontSize: "12px",
|
|
780
|
-
lineHeight: "14px",
|
|
781
|
-
letterSpacing: "0px",
|
|
782
|
-
fontStyle: null,
|
|
783
|
-
textCase: "ORIGINAL",
|
|
784
|
-
textDecoration: "NONE",
|
|
785
|
-
};
|
|
786
|
-
export const MenuApptopbartabstitle = {
|
|
787
|
-
fontFamily: "Lucida Grande",
|
|
788
|
-
fontWeight: 800,
|
|
789
|
-
fontSize: "12px",
|
|
790
|
-
lineHeight: "14px",
|
|
791
|
-
letterSpacing: "0px",
|
|
792
|
-
fontStyle: null,
|
|
793
|
-
textCase: "UPPER",
|
|
794
|
-
textDecoration: "NONE",
|
|
795
|
-
};
|
|
796
|
-
export const MenuMenuitemlabel = {
|
|
797
|
-
fontFamily: "Lucida Grande",
|
|
798
|
-
fontWeight: null,
|
|
799
|
-
fontSize: "15px",
|
|
800
|
-
lineHeight: "15px",
|
|
801
|
-
letterSpacing: "0px",
|
|
802
|
-
fontStyle: "700",
|
|
803
|
-
textCase: "UPPER",
|
|
804
|
-
textDecoration: "NONE",
|
|
805
|
-
};
|
|
806
|
-
export const MenuMenuitemutillabel = {
|
|
807
|
-
fontFamily: "Lucida Grande",
|
|
808
|
-
fontWeight: null,
|
|
809
|
-
fontSize: "12px",
|
|
810
|
-
lineHeight: "12px",
|
|
811
|
-
letterSpacing: "0px",
|
|
812
|
-
fontStyle: "700",
|
|
813
|
-
textCase: "UPPER",
|
|
814
|
-
textDecoration: "NONE",
|
|
815
|
-
};
|
|
816
|
-
export const NewstickerNewstickertimestamp = {
|
|
817
|
-
fontFamily: "Lucida Grande",
|
|
818
|
-
fontWeight: 700,
|
|
819
|
-
fontSize: "16px",
|
|
820
|
-
lineHeight: "20.799999237060547px",
|
|
821
|
-
letterSpacing: "0px",
|
|
822
|
-
fontStyle: null,
|
|
823
|
-
textCase: "ORIGINAL",
|
|
824
|
-
textDecoration: "NONE",
|
|
825
|
-
};
|
|
826
|
-
export const NewstickerNewstickerkicker = {
|
|
827
|
-
fontFamily: "Lucida Grande",
|
|
828
|
-
fontWeight: 700,
|
|
829
|
-
fontSize: "14px",
|
|
830
|
-
lineHeight: "15.399999618530273px",
|
|
831
|
-
letterSpacing: "0px",
|
|
832
|
-
fontStyle: null,
|
|
833
|
-
textCase: "ORIGINAL",
|
|
834
|
-
textDecoration: "NONE",
|
|
835
|
-
};
|
|
836
|
-
export const NewstickerNewstickerheadline = {
|
|
837
|
-
fontFamily: "Lucida Grande",
|
|
838
|
-
fontWeight: null,
|
|
839
|
-
fontSize: "24px",
|
|
840
|
-
lineHeight: "26.399999618530273px",
|
|
841
|
-
letterSpacing: "0px",
|
|
842
|
-
fontStyle: "700",
|
|
843
|
-
textCase: "ORIGINAL",
|
|
844
|
-
textDecoration: "NONE",
|
|
845
|
-
};
|
|
846
|
-
export const PaginationNumberedpaginationactive = {
|
|
847
|
-
fontFamily: "Lucida Grande",
|
|
848
|
-
fontWeight: 700,
|
|
849
|
-
fontSize: "17px",
|
|
850
|
-
lineHeight: "20.399999618530273px",
|
|
851
|
-
letterSpacing: "0.25px",
|
|
852
|
-
fontStyle: null,
|
|
853
|
-
textCase: "ORIGINAL",
|
|
854
|
-
textDecoration: "UNDERLINE",
|
|
855
|
-
};
|
|
856
|
-
export const PaywallPaywallcardpricetag = {
|
|
857
|
-
fontFamily: "Lucida Grande",
|
|
858
|
-
fontWeight: 800,
|
|
859
|
-
fontSize: "64px",
|
|
860
|
-
lineHeight: "64px",
|
|
861
|
-
letterSpacing: "-0.5px",
|
|
862
|
-
fontStyle: null,
|
|
863
|
-
textCase: "ORIGINAL",
|
|
864
|
-
textDecoration: "NONE",
|
|
865
|
-
};
|
|
866
|
-
export const PaywallPaywallcardnote = {
|
|
867
|
-
fontFamily: "Lucida Grande",
|
|
868
|
-
fontWeight: 800,
|
|
869
|
-
fontSize: "40px",
|
|
870
|
-
lineHeight: "40px",
|
|
871
|
-
letterSpacing: "-0.5px",
|
|
872
|
-
fontStyle: null,
|
|
873
|
-
textCase: "ORIGINAL",
|
|
874
|
-
textDecoration: "NONE",
|
|
875
|
-
};
|
|
876
|
-
export const SpecialnaviSpecianaviitemlabel = {
|
|
877
|
-
fontFamily: "Lucida Grande",
|
|
878
|
-
fontWeight: null,
|
|
879
|
-
fontSize: "15px",
|
|
880
|
-
lineHeight: "15px",
|
|
881
|
-
letterSpacing: "0px",
|
|
882
|
-
fontStyle: "700",
|
|
883
|
-
textCase: "ORIGINAL",
|
|
884
|
-
textDecoration: "NONE",
|
|
885
|
-
};
|
|
886
|
-
export const TabsTablabel = {
|
|
887
|
-
fontFamily: "Gotham XNarrow",
|
|
888
|
-
fontWeight: 700,
|
|
889
|
-
fontSize: "16px",
|
|
890
|
-
lineHeight: null,
|
|
891
|
-
letterSpacing: null,
|
|
892
|
-
fontStyle: null,
|
|
893
|
-
textCase: "UPPER",
|
|
894
|
-
textDecoration: "NONE",
|
|
895
|
-
};
|
|
896
|
-
export const TabsAppbottombarlabeldefault = {
|
|
897
|
-
fontFamily: "Lucida Grande",
|
|
898
|
-
fontWeight: 400,
|
|
899
|
-
fontSize: "11px",
|
|
900
|
-
lineHeight: "14.399999618530273px",
|
|
901
|
-
letterSpacing: "0px",
|
|
902
|
-
fontStyle: null,
|
|
903
|
-
textCase: "ORIGINAL",
|
|
904
|
-
textDecoration: "NONE",
|
|
905
|
-
};
|
|
906
|
-
export const TabsAppbottombarlabelactive = {
|
|
907
|
-
fontFamily: "Lucida Grande",
|
|
908
|
-
fontWeight: 700,
|
|
909
|
-
fontSize: "11px",
|
|
910
|
-
lineHeight: "14.399999618530273px",
|
|
911
|
-
letterSpacing: "0px",
|
|
912
|
-
fontStyle: null,
|
|
913
|
-
textCase: "ORIGINAL",
|
|
914
|
-
textDecoration: "NONE",
|
|
915
|
-
};
|
|
916
|
-
export const AteaserAteaserkicker = {
|
|
917
|
-
fontFamily: "Lucida Grande",
|
|
918
|
-
fontWeight: null,
|
|
919
|
-
fontSize: "14px",
|
|
920
|
-
lineHeight: "14px",
|
|
921
|
-
letterSpacing: "0px",
|
|
922
|
-
fontStyle: "700",
|
|
923
|
-
textCase: "ORIGINAL",
|
|
924
|
-
textDecoration: "NONE",
|
|
925
|
-
};
|
|
926
|
-
export const AteaserAteaserheadline = {
|
|
927
|
-
fontFamily: "Lucida Grande",
|
|
928
|
-
fontWeight: null,
|
|
929
|
-
fontSize: "24px",
|
|
930
|
-
lineHeight: "24px",
|
|
931
|
-
letterSpacing: "0px",
|
|
932
|
-
fontStyle: "700",
|
|
933
|
-
textCase: "ORIGINAL",
|
|
934
|
-
textDecoration: "NONE",
|
|
935
|
-
};
|
|
936
|
-
export const MqteaserMqteaserkicker = {
|
|
937
|
-
fontFamily: "Lucida Grande",
|
|
938
|
-
fontWeight: null,
|
|
939
|
-
fontSize: "12px",
|
|
940
|
-
lineHeight: "13.199999809265137px",
|
|
941
|
-
letterSpacing: "0px",
|
|
942
|
-
fontStyle: "700",
|
|
943
|
-
textCase: "ORIGINAL",
|
|
944
|
-
textDecoration: "NONE",
|
|
945
|
-
};
|
|
946
|
-
export const MqteaserMqteaserheadline = {
|
|
947
|
-
fontFamily: "Lucida Grande",
|
|
948
|
-
fontWeight: null,
|
|
949
|
-
fontSize: "16px",
|
|
950
|
-
lineHeight: "18.399999618530273px",
|
|
951
|
-
letterSpacing: "0px",
|
|
952
|
-
fontStyle: "700",
|
|
953
|
-
textCase: "ORIGINAL",
|
|
954
|
-
textDecoration: "NONE",
|
|
955
|
-
};
|
|
956
|
-
export const QteaserQteaserheadline = {
|
|
957
|
-
fontFamily: "Lucida Grande",
|
|
958
|
-
fontWeight: null,
|
|
959
|
-
fontSize: "36px",
|
|
960
|
-
lineHeight: "37.79999923706055px",
|
|
961
|
-
letterSpacing: "0px",
|
|
962
|
-
fontStyle: "700",
|
|
963
|
-
textCase: "ORIGINAL",
|
|
964
|
-
textDecoration: "NONE",
|
|
965
|
-
};
|
|
966
|
-
export const StdteaserStdteaserheadline = {
|
|
967
|
-
fontFamily: "Lucida Grande",
|
|
968
|
-
fontWeight: null,
|
|
969
|
-
fontSize: "16px",
|
|
970
|
-
lineHeight: "18.399999618530273px",
|
|
971
|
-
letterSpacing: "0px",
|
|
972
|
-
fontStyle: "600",
|
|
973
|
-
textCase: "ORIGINAL",
|
|
974
|
-
textDecoration: "NONE",
|
|
975
|
-
};
|
|
976
|
-
export const ToggleswitchesApptoogleitemlabel = {
|
|
977
|
-
fontFamily: "Lucida Grande",
|
|
978
|
-
fontWeight: 800,
|
|
979
|
-
fontSize: "14px",
|
|
980
|
-
lineHeight: "14.100000381469727px",
|
|
981
|
-
letterSpacing: "0px",
|
|
982
|
-
fontStyle: null,
|
|
983
|
-
textCase: "UPPER",
|
|
984
|
-
textDecoration: "NONE",
|
|
985
|
-
};
|
|
986
|
-
export const DsdocsstylesPageheaderdescription = {
|
|
987
|
-
fontFamily: "Lucida Grande",
|
|
988
|
-
fontWeight: 700,
|
|
989
|
-
fontSize: null,
|
|
990
|
-
lineHeight: null,
|
|
991
|
-
letterSpacing: "0px",
|
|
992
|
-
fontStyle: null,
|
|
993
|
-
textCase: "ORIGINAL",
|
|
994
|
-
textDecoration: "NONE",
|
|
995
|
-
};
|
|
996
|
-
export const DsdocsstylesCodesnippets = {
|
|
997
|
-
fontFamily: "Source Code Pro",
|
|
998
|
-
fontWeight: null,
|
|
999
|
-
fontSize: "10px",
|
|
1000
|
-
lineHeight: "13px",
|
|
1001
|
-
letterSpacing: "0px",
|
|
1002
|
-
fontStyle: null,
|
|
1003
|
-
textCase: "ORIGINAL",
|
|
1004
|
-
textDecoration: "NONE",
|
|
1005
|
-
};
|
|
1006
|
-
export const DsdocsstylesBilddesignsidemenu = {
|
|
1007
|
-
fontFamily: "Gotham XNarrow",
|
|
1008
|
-
fontWeight: 400,
|
|
1009
|
-
fontSize: null,
|
|
1010
|
-
lineHeight: null,
|
|
1011
|
-
letterSpacing: null,
|
|
1012
|
-
fontStyle: null,
|
|
1013
|
-
textCase: "ORIGINAL",
|
|
1014
|
-
textDecoration: "NONE",
|
|
1015
|
-
};
|
|
1016
|
-
export const DsdocsstylesBilddesignsidemenuactive = {
|
|
1017
|
-
fontFamily: "Gotham XNarrow",
|
|
1018
|
-
fontWeight: 400,
|
|
1019
|
-
fontSize: null,
|
|
1020
|
-
lineHeight: null,
|
|
1021
|
-
letterSpacing: null,
|
|
1022
|
-
fontStyle: null,
|
|
1023
|
-
textCase: "ORIGINAL",
|
|
1024
|
-
textDecoration: "UNDERLINE",
|
|
1025
|
-
};
|
|
1026
|
-
export const DsdocsstylesBilddesignsidemenuhover = {
|
|
1027
|
-
fontFamily: "Gotham XNarrow",
|
|
1028
|
-
fontWeight: 600,
|
|
1029
|
-
fontSize: null,
|
|
1030
|
-
lineHeight: null,
|
|
1031
|
-
letterSpacing: null,
|
|
1032
|
-
fontStyle: null,
|
|
1033
|
-
textCase: "ORIGINAL",
|
|
1034
|
-
textDecoration: "NONE",
|
|
1035
|
-
};
|
|
1036
|
-
export const DsdocsstylesVerticalvideosmockheadlines = {
|
|
1037
|
-
fontFamily: "Gotham Condensed",
|
|
1038
|
-
fontWeight: 600,
|
|
1039
|
-
fontSize: "22px",
|
|
1040
|
-
lineHeight: "22px",
|
|
1041
|
-
letterSpacing: null,
|
|
1042
|
-
fontStyle: null,
|
|
1043
|
-
textCase: "ORIGINAL",
|
|
1044
|
-
textDecoration: "UNDERLINE",
|
|
1045
|
-
};
|
|
1046
|
-
export const DsdocsstylesTokenspecl = {
|
|
1047
|
-
fontFamily: "Source Code Pro",
|
|
1048
|
-
fontWeight: null,
|
|
1049
|
-
fontSize: null,
|
|
1050
|
-
lineHeight: null,
|
|
1051
|
-
letterSpacing: null,
|
|
1052
|
-
fontStyle: null,
|
|
1053
|
-
textCase: "ORIGINAL",
|
|
1054
|
-
textDecoration: "NONE",
|
|
1055
|
-
};
|
|
1056
|
-
export const SpecsSpecsxs = {
|
|
1057
|
-
fontFamily: "Gotham",
|
|
1058
|
-
fontWeight: 400,
|
|
1059
|
-
fontSize: null,
|
|
1060
|
-
lineHeight: null,
|
|
1061
|
-
letterSpacing: null,
|
|
1062
|
-
fontStyle: null,
|
|
1063
|
-
textCase: "ORIGINAL",
|
|
1064
|
-
textDecoration: "NONE",
|
|
1065
|
-
};
|
|
1066
|
-
export const SpecsSpecss = {
|
|
1067
|
-
fontFamily: "Gotham",
|
|
1068
|
-
fontWeight: null,
|
|
1069
|
-
fontSize: null,
|
|
1070
|
-
lineHeight: null,
|
|
1071
|
-
letterSpacing: null,
|
|
1072
|
-
fontStyle: null,
|
|
1073
|
-
textCase: "ORIGINAL",
|
|
1074
|
-
textDecoration: "NONE",
|
|
1075
|
-
};
|
|
1076
|
-
export const SpecsSpecsms = {
|
|
1077
|
-
fontFamily: "Gotham",
|
|
1078
|
-
fontWeight: null,
|
|
1079
|
-
fontSize: null,
|
|
1080
|
-
lineHeight: null,
|
|
1081
|
-
letterSpacing: null,
|
|
1082
|
-
fontStyle: null,
|
|
1083
|
-
textCase: "ORIGINAL",
|
|
1084
|
-
textDecoration: "NONE",
|
|
1085
|
-
};
|
|
1086
|
-
export const SpecsSpecsm = {
|
|
1087
|
-
fontFamily: "Gotham",
|
|
1088
|
-
fontWeight: null,
|
|
1089
|
-
fontSize: null,
|
|
1090
|
-
lineHeight: null,
|
|
1091
|
-
letterSpacing: null,
|
|
1092
|
-
fontStyle: null,
|
|
1093
|
-
textCase: "ORIGINAL",
|
|
1094
|
-
textDecoration: "NONE",
|
|
1095
|
-
};
|
|
1096
|
-
export const SpecsSpecsml = {
|
|
1097
|
-
fontFamily: "Gotham",
|
|
1098
|
-
fontWeight: 400,
|
|
1099
|
-
fontSize: "64px",
|
|
1100
|
-
lineHeight: "80px",
|
|
1101
|
-
letterSpacing: null,
|
|
1102
|
-
fontStyle: null,
|
|
1103
|
-
textCase: "ORIGINAL",
|
|
1104
|
-
textDecoration: "UNDERLINE",
|
|
1105
|
-
};
|
|
1106
|
-
export const SpecsSpecsl = {
|
|
1107
|
-
fontFamily: "Gotham",
|
|
1108
|
-
fontWeight: 400,
|
|
1109
|
-
fontSize: null,
|
|
1110
|
-
lineHeight: null,
|
|
1111
|
-
letterSpacing: null,
|
|
1112
|
-
fontStyle: null,
|
|
1113
|
-
textCase: "ORIGINAL",
|
|
1114
|
-
textDecoration: "UNDERLINE",
|
|
1115
|
-
};
|
|
1116
|
-
export const SpecsSpecsxl = {
|
|
1117
|
-
fontFamily: "Gotham",
|
|
1118
|
-
fontWeight: 600,
|
|
1119
|
-
fontSize: null,
|
|
1120
|
-
lineHeight: null,
|
|
1121
|
-
letterSpacing: null,
|
|
1122
|
-
fontStyle: null,
|
|
1123
|
-
textCase: "ORIGINAL",
|
|
1124
|
-
textDecoration: "UNDERLINE",
|
|
1125
|
-
};
|
|
1126
|
-
export const SpecsSpecsxxl = {
|
|
1127
|
-
fontFamily: "Gotham",
|
|
1128
|
-
fontWeight: 600,
|
|
1129
|
-
fontSize: null,
|
|
1130
|
-
lineHeight: null,
|
|
1131
|
-
letterSpacing: null,
|
|
1132
|
-
fontStyle: null,
|
|
1133
|
-
textCase: "ORIGINAL",
|
|
1134
|
-
textDecoration: "UNDERLINE",
|
|
1135
|
-
};
|
|
7
|
+
// ============================================
|
|
8
|
+
// .DSDOCSSTYLES
|
|
9
|
+
// ============================================
|
|
10
|
+
|
|
11
|
+
export const pageheaderdescription = "[object Object]";
|
|
12
|
+
/** This text style is only used on the design system's documentation for code syntax snippets. */
|
|
13
|
+
export const codesnippets = "[object Object]";
|
|
14
|
+
/** This text style is only used for mockup pages of the design system website. */
|
|
15
|
+
export const bilddesignsidemenu = "[object Object]";
|
|
16
|
+
/** This text style is only used for mockup pages of the design system website. */
|
|
17
|
+
export const bilddesignsidemenuactive = "[object Object]";
|
|
18
|
+
/** This text style is only used for mockup pages of the design system website. */
|
|
19
|
+
export const bilddesignsidemenuhover = "[object Object]";
|
|
20
|
+
/** This text style is only used for mockups the vertical video component teaser headlines. */
|
|
21
|
+
export const verticalvideosmockheadlines = "[object Object]";
|
|
22
|
+
/** This text style is used on documentation pages that contain some token information. */
|
|
23
|
+
export const tokenspecl = "[object Object]";
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// ============================================
|
|
27
|
+
// .SPECS
|
|
28
|
+
// ============================================
|
|
29
|
+
|
|
30
|
+
/** This text style is only used for audit pages of the design system. */
|
|
31
|
+
export const specsxs = "[object Object]";
|
|
32
|
+
/** This text style is only used for audit pages of the design system. */
|
|
33
|
+
export const specss = "[object Object]";
|
|
34
|
+
/** This text style is only used for audit pages of the design system. */
|
|
35
|
+
export const specsms = "[object Object]";
|
|
36
|
+
/** This text style is only used for audit pages of the design system. */
|
|
37
|
+
export const specsm = "[object Object]";
|
|
38
|
+
/** This text style is only used for audit pages of the design system. */
|
|
39
|
+
export const specsml = "[object Object]";
|
|
40
|
+
/** This text style is only used for audit pages of the design system. */
|
|
41
|
+
export const specsl = "[object Object]";
|
|
42
|
+
/** This text style is only used for audit pages of the design system. */
|
|
43
|
+
export const specsxl = "[object Object]";
|
|
44
|
+
/** This text style is only used for audit pages of the design system. */
|
|
45
|
+
export const specsxxl = "[object Object]";
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
// ============================================
|
|
49
|
+
// ACCORDION
|
|
50
|
+
// ============================================
|
|
51
|
+
|
|
52
|
+
/** This text style is for use on accordion labels */
|
|
53
|
+
export const accordionlabel = "[object Object]";
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
// ============================================
|
|
57
|
+
// ARTICLE
|
|
58
|
+
// ============================================
|
|
59
|
+
|
|
60
|
+
/** 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. */
|
|
61
|
+
export const articlekicker = "[object Object]";
|
|
62
|
+
/** This text style is used on image captions that show up in article pages only. */
|
|
63
|
+
export const articleimagecaption = "[object Object]";
|
|
64
|
+
/** 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 */
|
|
65
|
+
export const articleheadline = "[object Object]";
|
|
66
|
+
/** 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. */
|
|
67
|
+
export const articlemetasource = "[object Object]";
|
|
68
|
+
/** 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 */
|
|
69
|
+
export const articletimestamp = "[object Object]";
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
// ============================================
|
|
73
|
+
// ATEASER
|
|
74
|
+
// ============================================
|
|
75
|
+
|
|
76
|
+
/** 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
|
|
77
|
+
export const ateaserkicker = "[object Object]";
|
|
78
|
+
/** This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
|
|
79
|
+
export const ateaserheadline = "[object Object]";
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
// ============================================
|
|
83
|
+
// AUDIOPLAYER
|
|
84
|
+
// ============================================
|
|
85
|
+
|
|
86
|
+
/** 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 */
|
|
87
|
+
export const audioplayerlabel = "[object Object]";
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
// ============================================
|
|
91
|
+
// AVATAR
|
|
92
|
+
// ============================================
|
|
93
|
+
|
|
94
|
+
/** This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
|
|
95
|
+
export const appavatar = "[object Object]";
|
|
96
|
+
/** This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
|
|
97
|
+
|
|
98
|
+
09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm */
|
|
99
|
+
export const avatardefault = "[object Object]";
|
|
100
|
+
/** This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
|
|
101
|
+
export const avatarhover = "[object Object]";
|
|
102
|
+
/** 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 */
|
|
103
|
+
export const avatarsecondaryinfo = "[object Object]";
|
|
104
|
+
/** 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 */
|
|
105
|
+
export const avatarsecondaryinfohover = "[object Object]";
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
// ============================================
|
|
109
|
+
// BADGES
|
|
110
|
+
// ============================================
|
|
111
|
+
|
|
112
|
+
/** 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. */
|
|
113
|
+
export const videoadbadge = "[object Object]";
|
|
114
|
+
/** 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 */
|
|
115
|
+
export const videotimebadge = "[object Object]";
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
// ============================================
|
|
119
|
+
// BODY
|
|
120
|
+
// ============================================
|
|
121
|
+
|
|
122
|
+
/** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
123
|
+
export const body = "[object Object]";
|
|
124
|
+
/** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
125
|
+
export const bodyitalic = "[object Object]";
|
|
126
|
+
/** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
127
|
+
export const bodybold = "[object Object]";
|
|
128
|
+
/** Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
129
|
+
export const bodybolditalic = "[object Object]";
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
// ============================================
|
|
133
|
+
// BREADCRUMB
|
|
134
|
+
// ============================================
|
|
135
|
+
|
|
136
|
+
/** 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. */
|
|
137
|
+
export const breadcrumb = "[object Object]";
|
|
138
|
+
/** 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. */
|
|
139
|
+
export const breadcrumblink = "[object Object]";
|
|
140
|
+
/** 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. */
|
|
141
|
+
export const breadcrumblinkhover = "[object Object]";
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
// ============================================
|
|
145
|
+
// BREAKINGNEWS
|
|
146
|
+
// ============================================
|
|
147
|
+
|
|
148
|
+
/** Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
|
|
149
|
+
export const breakingnewstext = "[object Object]";
|
|
150
|
+
/** Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
|
|
151
|
+
export const breakingnewsuppertitle = "[object Object]";
|
|
152
|
+
/** Use this font style on the breaking news badge's lower title. Font size constant 23. */
|
|
153
|
+
export const breakingnewslowertitle = "[object Object]";
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
// ============================================
|
|
157
|
+
// BUTTON
|
|
158
|
+
// ============================================
|
|
159
|
+
|
|
160
|
+
/** 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 */
|
|
161
|
+
export const buttonlabel = "[object Object]";
|
|
162
|
+
/** 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 */
|
|
163
|
+
export const partnerlinkbuttonlabel = "[object Object]";
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
// ============================================
|
|
167
|
+
// CALLOUT
|
|
168
|
+
// ============================================
|
|
169
|
+
|
|
170
|
+
/** Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22 */
|
|
171
|
+
export const callout = "[object Object]";
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
// ============================================
|
|
175
|
+
// CHIPS
|
|
176
|
+
// ============================================
|
|
177
|
+
|
|
178
|
+
/** This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
|
|
179
|
+
export const chipslabel = "[object Object]";
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
// ============================================
|
|
183
|
+
// DISPLAY
|
|
184
|
+
// ============================================
|
|
185
|
+
|
|
186
|
+
/** Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120 */
|
|
187
|
+
export const display1 = "[object Object]";
|
|
188
|
+
/** Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64 */
|
|
189
|
+
export const display2 = "[object Object]";
|
|
190
|
+
/** Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40 */
|
|
191
|
+
export const display3 = "[object Object]";
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
// ============================================
|
|
195
|
+
// FOOTER
|
|
196
|
+
// ============================================
|
|
197
|
+
|
|
198
|
+
/** 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. */
|
|
199
|
+
export const footercardlink = "[object Object]";
|
|
200
|
+
/** This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
|
|
201
|
+
export const footerlinkseparator = "[object Object]";
|
|
202
|
+
/** This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
|
|
203
|
+
export const footerlinks = "[object Object]";
|
|
204
|
+
/** User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
|
|
205
|
+
export const footerlinkuserOfferpages = "[object Object]";
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
// ============================================
|
|
209
|
+
// FOOTNOTE
|
|
210
|
+
// ============================================
|
|
211
|
+
|
|
212
|
+
/** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18 */
|
|
213
|
+
export const footnote1 = "[object Object]";
|
|
214
|
+
/** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
|
|
215
|
+
export const footnote1bold = "[object Object]";
|
|
216
|
+
/** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
217
|
+
export const footnote2 = "[object Object]";
|
|
218
|
+
/** Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
219
|
+
export const footnote2bold = "[object Object]";
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
// ============================================
|
|
223
|
+
// HEADLINE
|
|
224
|
+
// ============================================
|
|
225
|
+
|
|
226
|
+
/** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
|
|
227
|
+
export const headline1 = "[object Object]";
|
|
228
|
+
/** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64 */
|
|
229
|
+
export const headline2 = "[object Object]";
|
|
230
|
+
/** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40 */
|
|
231
|
+
export const headline3 = "[object Object]";
|
|
232
|
+
/** Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32 */
|
|
233
|
+
export const headline4 = "[object Object]";
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
// ============================================
|
|
237
|
+
// INPUTFIELD
|
|
238
|
+
// ============================================
|
|
239
|
+
|
|
240
|
+
/** 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 */
|
|
241
|
+
export const textinputfieldlabel = "[object Object]";
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
// ============================================
|
|
245
|
+
// KICKER
|
|
246
|
+
// ============================================
|
|
247
|
+
|
|
248
|
+
/** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
|
|
249
|
+
export const kicker1 = "[object Object]";
|
|
250
|
+
/** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes */
|
|
251
|
+
export const kicker2 = "[object Object]";
|
|
252
|
+
/** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes */
|
|
253
|
+
export const kicker3 = "[object Object]";
|
|
254
|
+
/** Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
|
|
255
|
+
export const kicker4 = "[object Object]";
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
// ============================================
|
|
259
|
+
// LABEL
|
|
260
|
+
// ============================================
|
|
261
|
+
|
|
262
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
263
|
+
export const label1 = "[object Object]";
|
|
264
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
265
|
+
export const label1bold = "[object Object]";
|
|
266
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17 */
|
|
267
|
+
export const label1boldresp = "[object Object]";
|
|
268
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
269
|
+
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]";
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
// ============================================
|
|
291
|
+
// LIVETICKER
|
|
292
|
+
// ============================================
|
|
293
|
+
|
|
294
|
+
/** This text style is used on live ticker headlines. The font size changes between device sizes. 22 - 22 - 32 -32 */
|
|
295
|
+
export const livetickerheadline = "[object Object]";
|
|
296
|
+
/** Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16 */
|
|
297
|
+
export const livetickertimestamp = "[object Object]";
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
// ============================================
|
|
301
|
+
// MEDIAPLAYERS
|
|
302
|
+
// ============================================
|
|
303
|
+
|
|
304
|
+
/** This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18 */
|
|
305
|
+
export const podcastplayerlabel = "[object Object]";
|
|
306
|
+
/** 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 = "[object Object]";
|
|
308
|
+
/** 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 = "[object Object]";
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
// ============================================
|
|
313
|
+
// MENU
|
|
314
|
+
// ============================================
|
|
315
|
+
|
|
316
|
+
/** 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 = "[object Object]";
|
|
318
|
+
/** 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 = "[object Object]";
|
|
320
|
+
/** Used on menu link lane items and on mobile side menu drawer. Current online CSS naming: --nav-btn */
|
|
321
|
+
export const menuitemlabel = "[object Object]";
|
|
322
|
+
/** 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 = "[object Object]";
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
// ============================================
|
|
327
|
+
// MQTEASER
|
|
328
|
+
// ============================================
|
|
329
|
+
|
|
330
|
+
/** This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
|
|
331
|
+
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]";
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
// ============================================
|
|
338
|
+
// NEWSTICKER
|
|
339
|
+
// ============================================
|
|
340
|
+
|
|
341
|
+
/** The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18 */
|
|
342
|
+
export const newstickertimestamp = "[object Object]";
|
|
343
|
+
/** 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 = "[object Object]";
|
|
345
|
+
/** This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40 */
|
|
346
|
+
export const newstickerheadline = "[object Object]";
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
// ============================================
|
|
350
|
+
// PAGINATION
|
|
351
|
+
// ============================================
|
|
352
|
+
|
|
353
|
+
/** 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 = "[object Object]";
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
// ============================================
|
|
358
|
+
// PAYWALL
|
|
359
|
+
// ============================================
|
|
360
|
+
|
|
361
|
+
/** This text style is used for the paywall price tag text. */
|
|
362
|
+
export const paywallcardpricetag = "[object Object]";
|
|
363
|
+
/** This text style is used on the paywall card under the price value. */
|
|
364
|
+
export const paywallcardnote = "[object Object]";
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
// ============================================
|
|
368
|
+
// QTEASER
|
|
369
|
+
// ============================================
|
|
370
|
+
|
|
371
|
+
/** 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 */
|
|
372
|
+
export const qteaserheadline = "[object Object]";
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
// ============================================
|
|
376
|
+
// QUOTE
|
|
377
|
+
// ============================================
|
|
378
|
+
|
|
379
|
+
/** 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. */
|
|
380
|
+
export const quote = "[object Object]";
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
// ============================================
|
|
384
|
+
// SPECIALNAVI
|
|
385
|
+
// ============================================
|
|
386
|
+
|
|
387
|
+
/** Used on menu link lane items and on mobile side menu drawer. */
|
|
388
|
+
export const specianaviitemlabel = "[object Object]";
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
// ============================================
|
|
392
|
+
// STDTEASER
|
|
393
|
+
// ============================================
|
|
394
|
+
|
|
395
|
+
/** 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. */
|
|
396
|
+
export const stdteaserheadline = "[object Object]";
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
// ============================================
|
|
400
|
+
// SUBHEADLINE
|
|
401
|
+
// ============================================
|
|
402
|
+
|
|
403
|
+
/** 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 */
|
|
404
|
+
export const subheadline1 = "[object Object]";
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
// ============================================
|
|
408
|
+
// TABS
|
|
409
|
+
// ============================================
|
|
410
|
+
|
|
411
|
+
/** 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. */
|
|
412
|
+
export const tablabel = "[object Object]";
|
|
413
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
414
|
+
export const appbottombarlabeldefault = "[object Object]";
|
|
415
|
+
/** Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
416
|
+
export const appbottombarlabelactive = "[object Object]";
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
// ============================================
|
|
420
|
+
// TEXTLINK
|
|
421
|
+
// ============================================
|
|
422
|
+
|
|
423
|
+
/** 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. */
|
|
424
|
+
export const textlink = "[object Object]";
|
|
425
|
+
/** Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes. */
|
|
426
|
+
export const textlinkitalic = "[object Object]";
|
|
427
|
+
/** Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes. */
|
|
428
|
+
export const textlinkbold = "[object Object]";
|
|
429
|
+
/** Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
430
|
+
export const textlinkhover = "[object Object]";
|
|
431
|
+
/** Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
432
|
+
export const textlinkboldhover = "[object Object]";
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
// ============================================
|
|
436
|
+
// TITLE
|
|
437
|
+
// ============================================
|
|
438
|
+
|
|
439
|
+
/** 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 */
|
|
440
|
+
export const title1 = "[object Object]";
|
|
441
|
+
/** 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 */
|
|
442
|
+
export const title1uppercase = "[object Object]";
|
|
443
|
+
/** Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
444
|
+
|
|
445
|
+
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 */
|
|
446
|
+
export const title2 = "[object Object]";
|
|
447
|
+
/** Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
448
|
+
|
|
449
|
+
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 */
|
|
450
|
+
export const title2uppercase = "[object Object]";
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
// ============================================
|
|
454
|
+
// TOGGLESWITCHES
|
|
455
|
+
// ============================================
|
|
456
|
+
|
|
457
|
+
/** This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
|
|
458
|
+
export const apptoogleitemlabel = "[object Object]";
|
|
459
|
+
|