@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.
Files changed (226) hide show
  1. package/dist/css/brands/advertorial/density/density-compact.css +31 -6
  2. package/dist/css/brands/advertorial/density/density-default.css +31 -6
  3. package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
  4. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
  5. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  6. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  9. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  10. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  11. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  15. package/dist/css/brands/bild/density/density-compact.css +31 -6
  16. package/dist/css/brands/bild/density/density-default.css +31 -6
  17. package/dist/css/brands/bild/density/density-spacious.css +31 -6
  18. package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
  19. package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
  20. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  21. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  24. package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
  25. package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
  26. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  27. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  28. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  29. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  32. package/dist/css/brands/sportbild/density/density-compact.css +31 -6
  33. package/dist/css/brands/sportbild/density/density-default.css +31 -6
  34. package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
  35. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
  36. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
  37. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  38. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  41. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
  42. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
  43. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  44. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  49. package/dist/css/shared/colorprimitive.css +160 -48
  50. package/dist/css/shared/fontprimitive.css +99 -33
  51. package/dist/css/shared/sizeprimitive.css +8 -1
  52. package/dist/css/shared/spaceprimitive.css +8 -1
  53. package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
  54. package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
  55. package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
  56. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
  57. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  58. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  59. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  61. package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
  62. package/dist/flutter/brands/bild/density/density-default.dart +5 -0
  63. package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
  64. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
  65. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
  66. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  67. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  68. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  69. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  70. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
  71. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
  72. package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
  73. package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
  74. package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
  75. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
  76. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
  77. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  78. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  79. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  80. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  81. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
  82. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
  83. package/dist/flutter/shared/colorprimitive.dart +20 -1
  84. package/dist/flutter/shared/fontprimitive.dart +20 -3
  85. package/dist/flutter/shared/sizeprimitive.dart +5 -0
  86. package/dist/flutter/shared/spaceprimitive.dart +5 -0
  87. package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
  88. package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
  89. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
  90. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
  91. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  92. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  93. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  94. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  95. package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
  96. package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
  97. package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
  98. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
  99. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
  100. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  101. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  102. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  103. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  104. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
  105. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
  106. package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
  107. package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
  108. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
  109. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
  110. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
  111. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  112. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  113. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  114. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  115. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
  116. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
  117. package/dist/ios/shared/Colorprimitive.swift +20 -1
  118. package/dist/ios/shared/Fontprimitive.swift +20 -3
  119. package/dist/ios/shared/Sizeprimitive.swift +5 -0
  120. package/dist/ios/shared/Spaceprimitive.swift +5 -0
  121. package/dist/js/brands/advertorial/density/density-compact.js +16 -1
  122. package/dist/js/brands/advertorial/density/density-default.js +16 -1
  123. package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
  124. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
  125. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  126. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  127. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  128. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  129. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
  130. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
  131. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
  132. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
  133. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
  134. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
  135. package/dist/js/brands/bild/density/density-compact.js +16 -1
  136. package/dist/js/brands/bild/density/density-default.js +16 -1
  137. package/dist/js/brands/bild/density/density-spacious.js +16 -1
  138. package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
  139. package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
  140. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  141. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  142. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  143. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  144. package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
  145. package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
  146. package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
  147. package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
  148. package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
  149. package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
  150. package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
  151. package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
  152. package/dist/js/brands/sportbild/density/density-compact.js +16 -1
  153. package/dist/js/brands/sportbild/density/density-default.js +16 -1
  154. package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
  155. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
  156. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
  157. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  158. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  159. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  160. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  161. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
  162. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
  163. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
  164. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
  165. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
  166. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
  167. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
  168. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
  169. package/dist/js/shared/colorprimitive.js +125 -45
  170. package/dist/js/shared/fontprimitive.js +76 -34
  171. package/dist/js/shared/sizeprimitive.js +8 -1
  172. package/dist/js/shared/spaceprimitive.js +8 -1
  173. package/dist/manifest.json +1 -1
  174. package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
  175. package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
  176. package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
  177. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
  178. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  179. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  180. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  181. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  182. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
  183. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
  184. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
  185. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
  186. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
  187. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
  188. package/dist/scss/brands/bild/density/density-compact.scss +22 -6
  189. package/dist/scss/brands/bild/density/density-default.scss +22 -6
  190. package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
  191. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
  192. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
  193. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  194. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  195. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  196. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  197. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
  198. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
  199. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
  200. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
  201. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
  202. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
  203. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
  204. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
  205. package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
  206. package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
  207. package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
  208. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
  209. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
  210. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  211. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  212. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  213. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  214. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
  215. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
  216. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
  217. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
  218. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
  219. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
  220. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
  221. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
  222. package/dist/scss/shared/colorprimitive.scss +129 -48
  223. package/dist/scss/shared/fontprimitive.scss +76 -33
  224. package/dist/scss/shared/sizeprimitive.scss +9 -1
  225. package/dist/scss/shared/spaceprimitive.scss +9 -1
  226. package/package.json +1 -1
@@ -1,1135 +1,459 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * typography-md.js
3
+ * Generiert am: 2025-11-24T20:34:58.786Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
- export const DisplayDisplay1 = {
6
- fontFamily: "Lucida Grande",
7
- fontWeight: 800,
8
- fontSize: "70px",
9
- lineHeight: "72px",
10
- letterSpacing: "-1px",
11
- fontStyle: null,
12
- textCase: "ORIGINAL",
13
- textDecoration: "NONE",
14
- };
15
- export const DisplayDisplay2 = {
16
- fontFamily: "Lucida Grande",
17
- fontWeight: 800,
18
- fontSize: "41px",
19
- lineHeight: "42px",
20
- letterSpacing: "-1px",
21
- fontStyle: null,
22
- textCase: "ORIGINAL",
23
- textDecoration: "NONE",
24
- };
25
- export const DisplayDisplay3 = {
26
- fontFamily: "Lucida Grande",
27
- fontWeight: 800,
28
- fontSize: "31px",
29
- lineHeight: "32px",
30
- letterSpacing: "-1px",
31
- fontStyle: null,
32
- textCase: "ORIGINAL",
33
- textDecoration: "NONE",
34
- };
35
- export const HeadlineHeadline1 = {
36
- fontFamily: "Lucida Grande",
37
- fontWeight: null,
38
- fontSize: "54px",
39
- lineHeight: "56.70000076293945px",
40
- letterSpacing: "0px",
41
- fontStyle: "700",
42
- textCase: "ORIGINAL",
43
- textDecoration: "NONE",
44
- };
45
- export const HeadlineHeadline2 = {
46
- fontFamily: "Lucida Grande",
47
- fontWeight: null,
48
- fontSize: "36px",
49
- lineHeight: "39.599998474121094px",
50
- letterSpacing: "0px",
51
- fontStyle: "700",
52
- textCase: "ORIGINAL",
53
- textDecoration: "NONE",
54
- };
55
- export const HeadlineHeadline3 = {
56
- fontFamily: "Lucida Grande",
57
- fontWeight: null,
58
- fontSize: "26px",
59
- lineHeight: "28.600000381469727px",
60
- letterSpacing: "0px",
61
- fontStyle: "700",
62
- textCase: "ORIGINAL",
63
- textDecoration: "NONE",
64
- };
65
- export const HeadlineHeadline4 = {
66
- fontFamily: "Lucida Grande",
67
- fontWeight: null,
68
- fontSize: "20px",
69
- lineHeight: "20px",
70
- letterSpacing: "0px",
71
- fontStyle: "600",
72
- textCase: "ORIGINAL",
73
- textDecoration: "NONE",
74
- };
75
- export const SubheadlineSubheadline1 = {
76
- fontFamily: "Lucida Grande",
77
- fontWeight: 700,
78
- fontSize: "18px",
79
- lineHeight: "23.399999618530273px",
80
- letterSpacing: "0px",
81
- fontStyle: null,
82
- textCase: "ORIGINAL",
83
- textDecoration: "NONE",
84
- };
85
- export const KickerKicker1 = {
86
- fontFamily: "Lucida Grande",
87
- fontWeight: null,
88
- fontSize: "18px",
89
- lineHeight: "19.799999237060547px",
90
- letterSpacing: "0px",
91
- fontStyle: "700",
92
- textCase: "ORIGINAL",
93
- textDecoration: "NONE",
94
- };
95
- export const KickerKicker2 = {
96
- fontFamily: "Lucida Grande",
97
- fontWeight: null,
98
- fontSize: "18px",
99
- lineHeight: "19.799999237060547px",
100
- letterSpacing: "0px",
101
- fontStyle: "700",
102
- textCase: "ORIGINAL",
103
- textDecoration: "NONE",
104
- };
105
- export const KickerKicker3 = {
106
- fontFamily: "Lucida Grande",
107
- fontWeight: null,
108
- fontSize: "14px",
109
- lineHeight: "15.399999618530273px",
110
- letterSpacing: null,
111
- fontStyle: "700",
112
- textCase: "ORIGINAL",
113
- textDecoration: "NONE",
114
- };
115
- export const KickerKicker4 = {
116
- fontFamily: "Lucida Grande",
117
- fontWeight: null,
118
- fontSize: "14px",
119
- lineHeight: "15.399999618530273px",
120
- letterSpacing: "0px",
121
- fontStyle: "700",
122
- textCase: "ORIGINAL",
123
- textDecoration: "NONE",
124
- };
125
- export const TitleTitle1 = {
126
- fontFamily: "Lucida Grande",
127
- fontWeight: 800,
128
- fontSize: "22px",
129
- lineHeight: "26.399999618530273px",
130
- letterSpacing: "0px",
131
- fontStyle: null,
132
- textCase: "ORIGINAL",
133
- textDecoration: "NONE",
134
- };
135
- export const TitleTitle1uppercase = {
136
- fontFamily: "Lucida Grande",
137
- fontWeight: 800,
138
- fontSize: "22px",
139
- lineHeight: "26.399999618530273px",
140
- letterSpacing: "0px",
141
- fontStyle: null,
142
- textCase: "UPPER",
143
- textDecoration: "NONE",
144
- };
145
- export const TitleTitle2 = {
146
- fontFamily: "Lucida Grande",
147
- fontWeight: 800,
148
- fontSize: "16px",
149
- lineHeight: "19.200000762939453px",
150
- letterSpacing: "0px",
151
- fontStyle: null,
152
- textCase: "ORIGINAL",
153
- textDecoration: "NONE",
154
- };
155
- export const TitleTitle2uppercase = {
156
- fontFamily: "Lucida Grande",
157
- fontWeight: 800,
158
- fontSize: "16px",
159
- lineHeight: "19.200000762939453px",
160
- letterSpacing: "0px",
161
- fontStyle: null,
162
- textCase: "UPPER",
163
- textDecoration: "NONE",
164
- };
165
- export const CalloutCallout = {
166
- fontFamily: "Lucida Grande",
167
- fontWeight: 800,
168
- fontSize: "22px",
169
- lineHeight: "28.600000381469727px",
170
- letterSpacing: "0px",
171
- fontStyle: null,
172
- textCase: "ORIGINAL",
173
- textDecoration: "NONE",
174
- };
175
- export const BodyBody = {
176
- fontFamily: "Lucida Grande",
177
- fontWeight: 400,
178
- fontSize: "17px",
179
- lineHeight: "29.75px",
180
- letterSpacing: "0px",
181
- fontStyle: null,
182
- textCase: "ORIGINAL",
183
- textDecoration: "NONE",
184
- paragraphSpacing: "32px",
185
- };
186
- export const BodyBodyitalic = {
187
- fontFamily: "Lucida Grande",
188
- fontWeight: null,
189
- fontSize: "17px",
190
- lineHeight: "29.75px",
191
- letterSpacing: "0px",
192
- fontStyle: null,
193
- textCase: "ORIGINAL",
194
- textDecoration: "NONE",
195
- };
196
- export const BodyBodybold = {
197
- fontFamily: "Lucida Grande",
198
- fontWeight: 700,
199
- fontSize: "17px",
200
- lineHeight: "29.75px",
201
- letterSpacing: "0px",
202
- fontStyle: null,
203
- textCase: "ORIGINAL",
204
- textDecoration: "NONE",
205
- };
206
- export const BodyBodybolditalic = {
207
- fontFamily: "Lucida Grande",
208
- fontWeight: null,
209
- fontSize: "17px",
210
- lineHeight: "29.75px",
211
- letterSpacing: "0px",
212
- fontStyle: null,
213
- textCase: "ORIGINAL",
214
- textDecoration: "NONE",
215
- };
216
- export const TextlinkTextlink = {
217
- fontFamily: "Lucida Grande",
218
- fontWeight: 400,
219
- fontSize: "17px",
220
- lineHeight: "29.75px",
221
- letterSpacing: "0px",
222
- fontStyle: null,
223
- textCase: "ORIGINAL",
224
- textDecoration: "UNDERLINE",
225
- };
226
- export const TextlinkTextlinkitalic = {
227
- fontFamily: "Lucida Grande",
228
- fontWeight: null,
229
- fontSize: "17px",
230
- lineHeight: "29.75px",
231
- letterSpacing: "0px",
232
- fontStyle: null,
233
- textCase: "ORIGINAL",
234
- textDecoration: "UNDERLINE",
235
- };
236
- export const TextlinkTextlinkbold = {
237
- fontFamily: "Lucida Grande",
238
- fontWeight: 700,
239
- fontSize: "17px",
240
- lineHeight: "29.75px",
241
- letterSpacing: "0px",
242
- fontStyle: null,
243
- textCase: "ORIGINAL",
244
- textDecoration: "UNDERLINE",
245
- };
246
- export const TextlinkTextlinkhover = {
247
- fontFamily: "Lucida Grande",
248
- fontWeight: 400,
249
- fontSize: "17px",
250
- lineHeight: "29.75px",
251
- letterSpacing: "0px",
252
- fontStyle: null,
253
- textCase: "ORIGINAL",
254
- textDecoration: "UNDERLINE",
255
- };
256
- export const TextlinkTextlinkboldhover = {
257
- fontFamily: "Lucida Grande",
258
- fontWeight: 700,
259
- fontSize: "17px",
260
- lineHeight: "29.75px",
261
- letterSpacing: "0px",
262
- fontStyle: null,
263
- textCase: "ORIGINAL",
264
- textDecoration: "UNDERLINE",
265
- };
266
- export const FootnoteFootnote1 = {
267
- fontFamily: "Lucida Grande",
268
- fontWeight: 400,
269
- fontSize: "13px",
270
- lineHeight: "16.899999618530273px",
271
- letterSpacing: "0px",
272
- fontStyle: null,
273
- textCase: "ORIGINAL",
274
- textDecoration: "NONE",
275
- };
276
- export const FootnoteFootnote1bold = {
277
- fontFamily: "Lucida Grande",
278
- fontWeight: 700,
279
- fontSize: "13px",
280
- lineHeight: "16.899999618530273px",
281
- letterSpacing: "0px",
282
- fontStyle: null,
283
- textCase: "ORIGINAL",
284
- textDecoration: "NONE",
285
- };
286
- export const FootnoteFootnote2 = {
287
- fontFamily: "Lucida Grande",
288
- fontWeight: 400,
289
- fontSize: "10px",
290
- lineHeight: "13px",
291
- letterSpacing: "0px",
292
- fontStyle: null,
293
- textCase: "ORIGINAL",
294
- textDecoration: "NONE",
295
- };
296
- export const FootnoteFootnote2bold = {
297
- fontFamily: "Lucida Grande",
298
- fontWeight: 700,
299
- fontSize: "10px",
300
- lineHeight: "13px",
301
- letterSpacing: "0px",
302
- fontStyle: null,
303
- textCase: "ORIGINAL",
304
- textDecoration: "NONE",
305
- };
306
- export const LabelLabel1 = {
307
- fontFamily: "Lucida Grande",
308
- fontWeight: 400,
309
- fontSize: "17px",
310
- lineHeight: "20.399999618530273px",
311
- letterSpacing: "0.25px",
312
- fontStyle: null,
313
- textCase: "ORIGINAL",
314
- textDecoration: "NONE",
315
- };
316
- export const LabelLabel1bold = {
317
- fontFamily: "Lucida Grande",
318
- fontWeight: 700,
319
- fontSize: "17px",
320
- lineHeight: "20.399999618530273px",
321
- letterSpacing: "0.25px",
322
- fontStyle: null,
323
- textCase: "ORIGINAL",
324
- textDecoration: "NONE",
325
- };
326
- export const LabelLabel1boldresp = {
327
- fontFamily: "Lucida Grande",
328
- fontWeight: 700,
329
- fontSize: "15px",
330
- lineHeight: "15px",
331
- letterSpacing: "0.25px",
332
- fontStyle: null,
333
- textCase: "ORIGINAL",
334
- textDecoration: "NONE",
335
- };
336
- export const LabelLabel1uppercasebold = {
337
- fontFamily: "Lucida Grande",
338
- fontWeight: 700,
339
- fontSize: "17px",
340
- lineHeight: "20.399999618530273px",
341
- letterSpacing: "0.5px",
342
- fontStyle: null,
343
- textCase: "UPPER",
344
- textDecoration: "NONE",
345
- };
346
- export const LabelLabel2 = {
347
- fontFamily: "Lucida Grande",
348
- fontWeight: 400,
349
- fontSize: "15px",
350
- lineHeight: "16px",
351
- letterSpacing: "0.25px",
352
- fontStyle: null,
353
- textCase: "ORIGINAL",
354
- textDecoration: "NONE",
355
- };
356
- export const LabelLabel2uppercase = {
357
- fontFamily: "Lucida Grande",
358
- fontWeight: 400,
359
- fontSize: "15px",
360
- lineHeight: "16px",
361
- letterSpacing: "0.25px",
362
- fontStyle: null,
363
- textCase: "UPPER",
364
- textDecoration: "NONE",
365
- };
366
- export const LabelLabel2bold = {
367
- fontFamily: "Lucida Grande",
368
- fontWeight: 700,
369
- fontSize: "15px",
370
- lineHeight: "16px",
371
- letterSpacing: "0.25px",
372
- fontStyle: null,
373
- textCase: "ORIGINAL",
374
- textDecoration: "NONE",
375
- };
376
- export const LabelLabel2uppercasebold = {
377
- fontFamily: "Lucida Grande",
378
- fontWeight: 700,
379
- fontSize: "15px",
380
- lineHeight: "16px",
381
- letterSpacing: "0.25px",
382
- fontStyle: null,
383
- textCase: "UPPER",
384
- textDecoration: "NONE",
385
- };
386
- export const LabelLabel3 = {
387
- fontFamily: "Lucida Grande",
388
- fontWeight: 400,
389
- fontSize: "12px",
390
- lineHeight: "14.399999618530273px",
391
- letterSpacing: "0.25px",
392
- fontStyle: null,
393
- textCase: "ORIGINAL",
394
- textDecoration: "NONE",
395
- };
396
- export const LabelLabel3uppercase = {
397
- fontFamily: "Lucida Grande",
398
- fontWeight: 400,
399
- fontSize: "12px",
400
- lineHeight: "14.399999618530273px",
401
- letterSpacing: "0.5px",
402
- fontStyle: null,
403
- textCase: "UPPER",
404
- textDecoration: "NONE",
405
- };
406
- export const LabelLabel3bold = {
407
- fontFamily: "Lucida Grande",
408
- fontWeight: 700,
409
- fontSize: "12px",
410
- lineHeight: "14.399999618530273px",
411
- letterSpacing: "0.25px",
412
- fontStyle: null,
413
- textCase: "ORIGINAL",
414
- textDecoration: "NONE",
415
- };
416
- export const LabelLabel3uppercasebold = {
417
- fontFamily: "Lucida Grande",
418
- fontWeight: 700,
419
- fontSize: "12px",
420
- lineHeight: "14.399999618530273px",
421
- letterSpacing: "0.5px",
422
- fontStyle: null,
423
- textCase: "UPPER",
424
- textDecoration: "NONE",
425
- };
426
- export const LabelLabel4 = {
427
- fontFamily: "Lucida Grande",
428
- fontWeight: 400,
429
- fontSize: "8px",
430
- lineHeight: "10px",
431
- letterSpacing: "0px",
432
- fontStyle: null,
433
- textCase: "ORIGINAL",
434
- textDecoration: "NONE",
435
- };
436
- export const QuoteQuote = {
437
- fontFamily: "Lucida Grande",
438
- fontWeight: 800,
439
- fontSize: "16px",
440
- lineHeight: "20.799999237060547px",
441
- letterSpacing: "0px",
442
- fontStyle: null,
443
- textCase: "ORIGINAL",
444
- textDecoration: "NONE",
445
- };
446
- export const AccordionAccordionlabel = {
447
- fontFamily: "Lucida Grande",
448
- fontWeight: 700,
449
- fontSize: "17px",
450
- lineHeight: null,
451
- letterSpacing: "0px",
452
- fontStyle: null,
453
- textCase: "ORIGINAL",
454
- textDecoration: "NONE",
455
- };
456
- export const ArticleArticlekicker = {
457
- fontFamily: "Lucida Grande",
458
- fontWeight: null,
459
- fontSize: "18px",
460
- lineHeight: "19.799999237060547px",
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: "54px",
480
- lineHeight: "54px",
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: "14px",
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: "14px",
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: "16px",
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: "18px",
580
- lineHeight: "23.799999237060547px",
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: "17px",
630
- lineHeight: "12px",
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: "30px",
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: "32px",
730
- lineHeight: "32px",
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: "16px",
740
- lineHeight: "16px",
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: "16px",
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: "16px",
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: "14px",
780
- lineHeight: "17px",
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: "14px",
790
- lineHeight: "17px",
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: "26px",
840
- lineHeight: "28.600000381469727px",
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: "-1px",
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: "-1px",
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: "16px",
900
- lineHeight: "23.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: "16px",
910
- lineHeight: "23.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: "18px",
920
- lineHeight: "18px",
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: "36px",
930
- lineHeight: "39.599998474121094px",
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: "14px",
940
- lineHeight: "15.399999618530273px",
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: "26px",
950
- lineHeight: "28.600000381469727px",
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: "54px",
960
- lineHeight: "56.70000076293945px",
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: "20px",
970
- lineHeight: "19.799999237060547px",
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: "16px",
980
- lineHeight: "16.200000762939453px",
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: "32px",
1040
- lineHeight: "32px",
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
+