@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,85 +1,355 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * colormode-light.js
3
+ * Generiert am: 2025-11-24T20:34:54.735Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
- export const textColorAccentConstant = "#DD0000";
6
- export const textColorPrimary = "#232629";
7
- export const textColorMuted = "#666B70";
8
- export const textColorPrimaryInverse = "#E9ECEF";
9
- export const textColorPrimaryConstant = "#232629";
10
- export const textColorSuccessConstant = "#006E3E";
11
- export const textColorPrimaryInverseConstant = "#E9ECEF";
12
- export const textColorSecondary = "#8C9196";
13
- export const textColorAttentionHigh = "#DD0000";
14
- export const textColorAccent = "#DD0000";
15
- export const textColorAttentionMedium = "#FD8227";
16
- export const textColorOnDarkSurface = "#FFFFFF";
17
- export const surfaceColorPrimary = "#FFFFFF";
18
- export const surfaceColorSecondary = "#F2F4F5";
19
- export const surfaceColorPrimaryInverse = "#232629";
20
- export const surfaceColorPrimaryConstantLight = "#FFFFFF";
21
- export const surfaceColorPrimaryConstantDark = "#232629";
22
- export const surfaceColorQuartenary = "#CED4DA";
23
- export const surfaceColorSuccess = "#CEF4E4";
24
- export const surfaceColorTertiary = "#E9ECEF";
25
- export const surfaceColorTertiaryGradientStop = "rgba(233, 236, 239, 0)";
26
- export const surfaceColorTertiaryInverse = "#343C41";
27
- export const surfaceColorPrimaryGradientStop = "rgba(255, 255, 255, 0)";
28
- export const surfaceColorSecondaryGradientStop = "rgba(242, 244, 245, 0)";
29
- export const surfaceColorQuartenaryInverse = "#4B525A";
30
- export const kickerTextColorOnSurface = "#DD0000";
31
- export const headlineColorPrimary = "#232629";
32
- export const headlineColorWhiteConst = "#FFFFFF";
33
- export const kickerTextColorOnRed = "#FFFFFF";
34
- export const kickerTextColorOnDarkBg = "rgba(255, 255, 255, 0.800000011920929)";
35
- export const kickerTextColorOnBrightBg = "rgba(0, 0, 0, 0.699999988079071)";
36
- export const colorSecondaryActive = "#232629";
37
- export const colorPrimaryActive = "#DD0000";
38
- export const colorSecondaryDisabled = "#E9ECEF";
39
- export const colorPrimaryDisabled = "#F2F4F5";
40
- export const colorSecondaryActiveInverse = "#F2F4F5";
41
- export const colorTertiaryActive = "#00C373";
42
- export const colorTertiaryDisabled = "#8C9196";
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
11
+ // Component - Alert
12
+ /** On marketing offer surfaces this variable is usually not used. The alertSurfaceConstant variables should be used. This token changes color between light and dark modes. L:100 / D:025 */
13
+ export const alertSurfaceColor = "#FFFFFF";
14
+ /** On marketing offer surfaces this variable is used. */
15
+ export const alertSurfaceColorConstant = "#FFFFFF";
16
+
17
+ // Component - Avatar
18
+ /** 09-2025 css --article-author-name-color */
19
+ export const avatarLabelColor = "#232629";
20
+ /** 09-2025 css --article-author-name-color */
21
+ export const avatarLabelColorHover = "#DD0000";
22
+
23
+ // Component - Breadcrumb
24
+ /** Use this token on breadcrumbs that are in their default idle state. This token changes color between light and dark modes. L:035 / D:096 */
25
+ export const breadcrumbTextColorIdle = "#4B525A";
26
+ /** Use this token on breadcrumbs that the user's pointer is hovering on or clicked on. This token changes color between light and dark modes. L:015 / D:100 */
27
+ export const breadcrumbTextColorHover = "#232629";
28
+
29
+ // Component - BreakingNews
30
+ export const breakingNewsTitleSurfaceColor = "#FD8227";
31
+ export const breakingNewsSurfaceColor = "#232629";
32
+ export const breakingNewsTextContentColor = "#FFFFFF";
33
+ export const breakingNewsTopTitleTextColor = "#1C1C1C";
34
+ export const breakingNewsBottomTitleTextColor = "#1C1C1C";
35
+
36
+ // Component - Button
37
+ export const buttonLiveTickerLoadNewSurfaceColor = "#FFFFFF";
38
+ export const buttonLiveTickerLoadNewLabelColor = "#8C9196";
39
+
40
+ // Component - Button - Ghost
41
+ export const buttonGhostBgColorHover = "#CED4DA";
42
+
43
+ // Component - Button - Primary
44
+ export const buttonPrimaryBrandBgColorIdle = "#DD0000";
45
+ export const buttonPrimaryBrandBgColorHover = "#AF0002";
46
+ export const buttonPrimaryLabelColor = "#FFFFFF";
47
+ export const buttonPrimarySuccessColorIdle = "#18995C";
48
+ export const buttonPrimarySuccessColorHover = "#006E3E";
49
+ /** Use this variable on the neutral color primary button. Tone changes between light and dark mode. Light mode Bild & SpoBi: Tone 015 ; Dark mode Bild & SpoBi: Tone 100 */
50
+ export const buttonPrimaryNeutralBgColorIdle = "#232629";
51
+ export const buttonPrimaryNeutralBgColorHover = "#4B525A";
52
+
53
+ // Component - Button - Secondary
54
+ export const buttonSecondaryBgColorHover = "#CED4DA";
55
+ export const buttonSecondaryLabelColor = "#4B525A";
56
+ export const buttonSecondaryBgColorIdle = "#E9ECEF";
57
+
58
+ // Component - Button - Tertiary
59
+ export const buttonTertiaryLabelColor = "#4B525A";
60
+ export const buttonTertiaryBorderColorIdle = "#CED4DA";
61
+ export const buttonTertiaryBorderColorHover = "#4B525A";
62
+ export const buttonTertiarySuccessBgColorHover = "#CEF4E4";
63
+ export const buttonTertiarySuccessBorderColor = "#18995C";
64
+
65
+ // Component - Card
66
+ export const cardSurfaceBgColor = "#FFFFFF";
67
+
68
+ // Component - Chips
69
+ export const chipsBgColorHover = "#AF0002";
70
+ export const chipsLabelColorHover = "#FFFFFF";
71
+ export const chipsBgColorActive = "#DD0000";
72
+ export const chipsBgColorIdle = "#E9ECEF";
73
+ export const chipsLabelColorIdle = "#232629";
74
+
75
+ // Component - Dropdown
76
+ export const dropdownBgColorHover = "#F2F4F5";
77
+ export const dropdownBgColorIdle = "#FFFFFF";
78
+
79
+ // Component - Empties
80
+ export const emptiesBgColor = "#F2F4F5";
81
+ export const emptiesLogoColor = "#CED4DA";
82
+
83
+ // Component - Foldout
84
+ export const foldoutLabelColorActive = "#DD0000";
85
+ export const foldoutLabelColorIdle = "#4B525A";
86
+
87
+ // Component - Gallery
88
+ export const appImageLightboxGalleryBgColor = "#000000";
89
+
90
+ // Component - Hey
91
+ export const heyFavInputFieldSurfaceColor = "#E9ECEF";
92
+ export const heyTextColor = "#4B525A";
93
+ export const heyIconUtilColor = "#4B525A";
94
+ /** This is the most used color for separators across Bild products. */
95
+ export const heySeparatorColor = "#CED4DA";
96
+ export const heyDrawerSurfaceColor = "#F2F4F5";
97
+
98
+ // Component - InputField
99
+ export const inputFieldBorderColorIdle = "#CED4DA";
100
+ export const inputFieldBorderColorActive = "#4B525A";
101
+ export const inputFieldBorderColorDark = "#8C9196";
102
+ export const inputFieldBorderColorDarkActive = "#232629";
103
+ export const inputFieldBgColorDarkLowContrast = "#343C41";
104
+ export const inputFieldBgColorDarkMediumContrast = "#4B525A";
105
+ export const inputFieldBgColorDarkHighContrast = "#E9ECEF";
106
+
107
+ // Component - Kicker - Partner
108
+ export const kickerFitbookBgColor = "#FF97B7";
109
+ export const kickerPetbookBgColor = "#B9DB91";
110
+ export const kickerMyhomebookBgColor = "#66CCCC";
111
+ export const kickerTravelbookBgColor = "#8EF0ED";
112
+ export const kickerTechbookBgColor = "#93E4FF";
113
+ export const kickerKaufberaterBgColor = "#55476E";
114
+ export const kickerCobiBgColor = "#DC231C";
115
+ export const kickerAubiBgColor = "#F00000";
116
+ export const kickerSpobiBgColor = "#174482";
117
+ export const kickerBzBgColor = "#E3001B";
118
+
119
+ // Component - Kicker - Standard
120
+ export const kickerBgColorOnSurface = "#DD0000";
121
+
122
+ // Component - Mediaplayer
123
+ export const vidPlayerControlsAutoplayButtonBgColor = "rgba(0, 0, 0, 0.20000000298023224)";
124
+ /** This variable is used for hover states of video player control buttons. */
125
+ export const vidPlayerControlButtonsBgHoverColor = "rgba(221, 0, 0, 0.800000011920929)";
126
+ export const vidPlayerControlButtonsBgColorHover = "rgba(0, 0, 0, 0.20000000298023224)";
127
+ export const vidPlayerOverlayScrimColor = "rgba(0, 0, 0, 0.5)";
128
+ export const audioPlayerPlayButtonBgColor = "rgba(255, 255, 255, 0.30000001192092896)";
129
+ export const vidPlayerTooltipBgColor = "rgba(0, 0, 0, 0.699999988079071)";
130
+ export const vidPlayerControlButtonsBgColorPressed = "rgba(0, 0, 0, 0.05000000074505806)";
131
+ export const vidPlayerProgressBarPreloadBgColor = "rgba(255, 255, 255, 0.30000001192092896)";
132
+ export const vidPlayerUnmuteButtonBgColor = "rgba(0, 0, 0, 0.20000000298023224)";
133
+ export const vidPlayerUnmuteButtonBgColorHover = "rgba(0, 0, 0, 0.3499999940395355)";
134
+
135
+ // Component - Menu
136
+ export const menuSurfaceColor = "#FFFFFF";
137
+ /** Used on a thin part at the top of header in navigation menu. */
138
+ export const menuScrolledSurfaceGradientColor = "rgba(255, 255, 255, 0.949999988079071)";
139
+ export const menuLinkLaneSurfaceColor = "#FFFFFF";
140
+ export const menuLinkLaneLabelColor = "#4B525A";
141
+ export const menuLinkLaneLabelColorActive = "#232629";
142
+ export const appTopBarSurfaceColor = "#FFFFFF";
143
+ export const appTopBarIconColor = "#4B525A";
144
+ export const appTopBarTextColorPrimary = "#232629";
145
+ export const appTobBarTabNavBottomBorder = "#E9ECEF";
146
+ export const appTobBarTabNavBottomBorderActive = "#DD0000";
147
+
148
+ // Component - MenuItem
149
+ export const menuItemBorderColorActive = "#DD0000";
150
+ export const menuItemLabelColorPrimary = "#4B525A";
151
+ export const menuItemLabelColorPrimaryActive = "#232629";
152
+ /** The variable can be used on secondary menus that many times show up on dedicated home pages specific to a topic. The menu labels are often times using the color white across color modes. */
153
+ export const menuItemLabelColorSecondary = "#FFFFFF";
154
+
155
+ // Component - Newsticker
156
+ export const newsTickerTimestampColor = "#8C9196";
157
+ export const newsTickerBadgeIconsColor = "#8C9196";
158
+
159
+ // Component - Pagination
160
+ export const paginationElementColorDefault = "#CED4DA";
161
+ export const paginationElementColorActive = "#DD0000";
162
+ /** Use this on gallery slider pagination elements. This can also be applied to hover states of those elements. */
163
+ export const galleryPaginationElementActiveOpacity = "100px";
164
+ /** Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. */
165
+ export const scrollBarTrackBgColor = "rgba(0, 0, 0, 0.10000000149011612)";
166
+ /** Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. */
167
+ export const scrollBarThumbBgColor = "#8C9196";
168
+
169
+ // Component - PartnerLinks
170
+ /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
171
+ export const partnerLinksBorderColorIdle = "#CED4DA";
172
+ /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
173
+ export const partnerLinksBorderColorActive = "#232629";
174
+ /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
175
+ export const partnerLinksBgColorIdle = "#FFFFFF";
176
+ /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
177
+ export const partnerLinksBgColorActive = "#E9ECEF";
178
+ /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
179
+ export const partnerLinksContainerBorderColor = "#CED4DA";
180
+
181
+ // Component - Selection
182
+ /** Checkboxes and Radio buttons use this variable for their border. */
183
+ export const selectionBorderColor = "#4B525A";
184
+
185
+ // Component - Slider
186
+ /** When users hover on gallery slider buttons the opacity changes to 90%. */
187
+ export const sliderButtonOpacity = "90px";
188
+ /** This variable is used on audio player slider bars. It references a pure white with 35% opacity. */
189
+ export const sliderTrackBgColor = "rgba(255, 255, 255, 0.3499999940395355)";
190
+
191
+ // Component - SocialShareButton
192
+ export const socialShareButtonLabelColorDefault = "#FFFFFF";
193
+ export const socialShareButtonLabelColorActive = "#FFFFFF";
194
+ export const socialShareButtonBgColorActive = "#343C41";
195
+ export const socialShareButtonBgColorDefault = "#4B525A";
196
+
197
+ // Component - Subheader
198
+ export const subheadersColor = "#232629";
199
+
200
+ // Component - Tab
201
+ export const tabBgColorHover = "#E9ECEF";
202
+ export const tabLabelColorActive = "#343C41";
203
+ export const tabLabelColorDefault = "#4B525A";
204
+ export const appBottomTabBarBgColor = "#FFFFFF";
205
+
206
+ // Component - Teaser
207
+ /** When users hover over graphical teasers the image reduces opacity to 80%. */
208
+ export const teaserHoverOpacity = "80px";
209
+ export const teaserTitleBackgroundGradientStart = "rgba(0, 0, 0, 0.699999988079071)";
210
+ export const teaserTitleBackgroundGradientStop = "rgba(0, 0, 0, 0)";
211
+
212
+ // Component - TextLink
213
+ export const textLinkColorSecondary = "#8C9196";
214
+ export const textLinkColorSecondaryActive = "#232629";
215
+ export const textLinkColorPrimary = "#232629";
216
+
217
+ // Component - _DSysDoc
218
+ /** This variable is only for use in Figma's Design System File. It is automating some of the content in documentation pages. */
219
+ export const dsysDocsLabelTextSurfaceColorPrimaryPrimitiveName = "BILD100";
220
+ /** This is currently for use in this design system's documentation texts. It is a text string made for being used in light and dark mode documentation texts. */
221
+ export const dsysDocsLabelTextColorMode = "(Light Mode)";
222
+ export const dsDocSpacingItemBgColor = "rgba(221, 0, 0, 0.10000000149011612)";
223
+ export const dsDocSpacingItemBorderColor = "rgba(221, 0, 0, 0.5)";
224
+
225
+
226
+ // ============================================
227
+ // SEMANTIC
228
+ // ============================================
229
+
230
+ // Semantic - Attention
231
+ /** High-level attention color used for errors, destructive actions, and critical alerts (e.g., delete actions, error states). Remains red in both Light and Dark mode for immediate recognition. */
232
+ export const attentionColorHigh = "#DD0000";
233
+ /** Primary accent color used to emphasize interactive or highlight elements such as links, selection states, or focus indicators. Adapts in Darkmode to a fully white tone. */
234
+ export const accentColorPrimary = "#DD0000";
235
+ /** Medium-level attention tone representing stronger caution or intermediate alert states. Commonly applied in warning messages. Constant — identical in both modes. */
236
+ export const attentionColorMedium = "#FD8227";
237
+ /** Low-level warning or attention tone, typically used for informational or cautionary messages. Same yellow tone across Light and Dark to maintain recognition. */
238
+ export const attentionColorLow = "#FFBF00";
239
+ /** Used for accent highlights that must remain visually consistent across themes (e.g., brand identifiers, logos, or fixed emphasis areas). Color value does not change between Light and Dark mode. */
240
+ export const accentColorPrimaryConstant = "#DD0000";
241
+ /** Primary success color used to indicate positive states, confirmations, or completed actions (e.g., success banners, icons, or badges). Remains the same across modes to ensure recognizability and consistency. */
242
+ export const attentionColorSuccessPrimary = "#00C373";
243
+ /** Very low-contrast background tone used for information or system-neutral surfaces, often for tooltips or quiet information highlights. Dynamic — light neutral in Light mode and dark neutral in Dark mode. */
244
+ export const attentionColorExtraLow = "#FFFFFF";
245
+ /** Secondary success tone used for secondary states. Maintains the same color in both Light and Dark mode for clarity. */
246
+ export const attentionColorSuccessSecondary = "#006E3E";
247
+
248
+ // Semantic - Border
249
+ /** Medium-emphasis border color for standard outlines, input fields, or separators that require visible yet non-dominant contrast.
250
+ Behavior: Dynamic — adjusts to maintain legibility in Light and Dark themes. */
43
251
  export const borderColorMediumContrast = "#CED4DA";
252
+ /** Used for subtle dividers and low-emphasis borders in neutral areas (e.g., card outlines, input containers).
253
+ Dynamic — light gray in Light mode, dark gray in Dark mode. */
44
254
  export const borderColorLowContrast = "#E9ECEF";
255
+ /** High-emphasis border color for clear delineation between surfaces (e.g., focus rings, high-contrast UI zones).
256
+ Behavior: Dynamic — light surfaces use a darker neutral, dark surfaces a light neutral tone. */
45
257
  export const borderColorHighContrast = "#232629";
258
+ /** Applies to UI elements that must visually remain the same regardless of theme (e.g., brand containers, static illustrations). Identical tone across Light and Dark mode. */
46
259
  export const borderColorLowContrastConstant = "#E9ECEF";
260
+ /** Used for success states and validation borders (e.g., input success outlines or confirmation frames).
261
+ Behavior: Constant — same success tone across modes for consistent feedback semantics. */
47
262
  export const borderColorSuccess = "#00C373";
263
+ /** Defines border color for warning and error-related components, typically used for input validation or caution zones.
264
+ Behavior: Constant — retains the same red warning tone in both Light and Dark modes. */
48
265
  export const borderColorWarning = "#DD0000";
266
+ /** Applied to disabled states of primary elements (e.g., buttons, inputs) to visually reduce emphasis and indicate inactivity. */
49
267
  export const borderColorPrimaryDisabled = "#F2F4F5";
268
+ /** Used for secondary component borders in a disabled state (e.g., secondary buttons, inactive input outlines). */
50
269
  export const borderColorSecondaryDisabled = "#E9ECEF";
270
+
271
+ // Semantic - Core
272
+ /** Used as the main brand color for key interactive elements such as primary buttons, active states, and prominent highlights. It remains constant across Light and Dark Mode. */
51
273
  export const coreColorPrimary = "#DD0000";
274
+ /** Defines the secondary brand tone. This variable changes across Light and Dark Mode. */
52
275
  export const coreColorSecondary = "#FFFFFF";
276
+ /** Represents tertiary brand accents. This variable changes across Light and Dark Mode. */
53
277
  export const coreColorTertiary = "#232629";
278
+ /** Use this on elements that must maintain the white color even in dark mode. */
54
279
  export const coreColorSecondaryConstant = "#FFFFFF";
280
+ /** Use this on elements that need to maintain the dark color across themes and color modes. */
55
281
  export const coreColorTertiaryConstant = "#232629";
282
+ /** this is a test for the token pipeline */
56
283
  export const coreColorTertiaryVvPipeTest = "#476D93";
284
+ /** this is a test for the token pipeline */
57
285
  export const npmTest = "#476D93";
286
+ /** this is a test for the token pipeline */
58
287
  export const felipeTestColor = "#E9580A";
288
+ /** this is a test for the token pipeline */
59
289
  export const golianiTestColor = "#00FFF2";
290
+
291
+ // Semantic - Heading
292
+ /** Used for kicker text and category labels placed directly on standard surface backgrounds.
293
+ Behavior: Dynamic — adjusts between red for Light and a neutral tone in Dark modes. */
294
+ export const kickerTextColorOnSurface = "#DD0000";
295
+ /** Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
296
+ Behavior: Dynamic — dark text in Light mode, light text in Dark mode. */
297
+ export const headlineColorPrimary = "#232629";
298
+ /** Fixed white heading color used on dark or colored backgrounds (e.g., hero sections, banners) that remain constant across modes.
299
+ Behavior: Constant — remains white in both Light and Dark mode. */
300
+ export const headlineColorWhiteConst = "#FFFFFF";
301
+ /** Specialized kicker color for use on red or brand-colored backgrounds (e.g., red kicker bg within teaser cards).
302
+ Behavior: Constant — remains consistent across light and darkmode. */
303
+ export const kickerTextColorOnRed = "#FFFFFF";
304
+ /** Applied to kicker or meta text on dark colored backgrounds to maintain high legibility.
305
+ Behavior: Constant — always uses semi-transparent white for consistent readability. */
306
+ export const kickerTextColorOnDarkBg = "rgba(255, 255, 255, 0.800000011920929)";
307
+ /** Used for kicker text placed on bright or light colored backgrounds. Ensures balanced contrast without harsh visual dominance.
308
+ Behavior: Constant — remains semi-transparent black across both modes. */
309
+ export const kickerTextColorOnBrightBg = "rgba(0, 0, 0, 0.699999988079071)";
310
+
311
+ // Semantic - Icon
312
+ /** Primary icon color on primary surfaces. */
60
313
  export const iconColorPrimary = "#4B525A";
314
+ /** Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
315
+ Behavior: Dynamic — switches between light and dark. */
61
316
  export const iconColorInverse = "#CED4DA";
317
+ /** Secondary icon tone for less prominent actions or supportive iconography (e.g., secondary buttons, tool icons). Remains unchanged across modes. */
62
318
  export const iconColorSecondaryConstant = "#8C9196";
319
+ /** Used for icons displayed on dark backgrounds that don´t change colors, ensuring sufficient contrast and legibility.
320
+ Behavior: Constant — always uses a neutral bright value. */
63
321
  export const iconColorConstantOnDark = "#F2F4F5";
322
+ /** Used for icons that must remain visually consistent regardless of mode (e.g., icons that are on surfaces that don't change color).
323
+ Identical tone in both Light and Dark mode. */
64
324
  export const iconColorPrimaryConstant = "#4B525A";
325
+ /** Represents success or confirmation icons (e.g., checkmarks, completion indicators).
326
+ Behavior: Constant — same success green tone across Light and Dark mode. */
65
327
  export const iconColorSuccess = "#00C373";
328
+
329
+ // Semantic - Label
330
+ /** Primary label color used for labels, badges, or tag text on light backgrounds. Ensures strong readability and visual hierarchy.
331
+ Behavior: Dynamic — dark neutral in Light mode, light neutral in Dark mode. */
66
332
  export const labelColorPrimary = "#232629";
333
+ /** Secondary label tone used for less prominent text such as secondary badges or supporting labels.
334
+ Behavior: Dynamic — adapts between mid-grays for Light and Dark surfaces. */
67
335
  export const labelColorSecondary = "#4B525A";
336
+ /** Disabled label tone indicating inactive or unavailable states in UI elements.
337
+ Behavior: Dynamic — lighter gray in Light mode, darker neutral in Dark mode. */
68
338
  export const labelColorDisabled = "#CED4DA";
339
+ /** Used when primary label color should remain unchanged across modes in static UI areas.
340
+ Behavior: Constant — identical tone in both Light and Dark mode. */
69
341
  export const labelColorPrimaryConstant = "#232629";
342
+ /** Fixed inverse label tone applied where white or bright text must always appear, regardless of theme.
343
+ Behavior: Constant — remains bright neutral in both Light and Dark mode. */
70
344
  export const labelColorPrimaryInverseConstant = "#E9ECEF";
345
+ /** Tertiary label tone for subtle, low-emphasis UI text such as placeholder text or tertiary badges.
346
+ Behavior: Constant — identical tone across both modes for stable hierarchy. */
71
347
  export const labelColorTertiary = "#8C9196";
348
+ /** Inverse version of the primary label color, used on dark or colored backgrounds.
349
+ Behavior: Dynamic — switches between light and dark. */
72
350
  export const labelColorPrimaryInverse = "#E9ECEF";
73
- export const attentionColorHigh = "#DD0000";
74
- export const accentColorPrimary = "#DD0000";
75
- export const attentionColorMedium = "#FD8227";
76
- export const attentionColorLow = "#FFBF00";
77
- export const accentColorPrimaryConstant = "#DD0000";
78
- export const attentionColorSuccessPrimary = "#00C373";
79
- export const attentionColorExtraLow = "#FFFFFF";
80
- export const attentionColorSuccessSecondary = "#006E3E";
81
- export const overlayScrimBlack = "rgba(0, 0, 0, 0.699999988079071)";
82
- export const overlayScrimWhite = "rgba(255, 255, 255, 0.699999988079071)";
351
+
352
+ // Semantic - LayerOpacity
83
353
  export const layerOpacity05 = "5px";
84
354
  export const layerOpacity10 = "10px";
85
355
  export const layerOpacity20 = "20px";
@@ -92,136 +362,110 @@ export const layerOpacity80 = "80px";
92
362
  export const layerOpacity90 = "90px";
93
363
  export const layerOpacity100 = "100px";
94
364
  export const layerOpacity00 = "0px";
95
- export const subheadersColor = "#232629";
96
- export const breadcrumbTextColorIdle = "#4B525A";
97
- export const breadcrumbTextColorHover = "#232629";
98
- export const breakingNewsTitleSurfaceColor = "#FD8227";
99
- export const breakingNewsSurfaceColor = "#232629";
100
- export const breakingNewsTextContentColor = "#FFFFFF";
101
- export const breakingNewsTopTitleTextColor = "#1C1C1C";
102
- export const breakingNewsBottomTitleTextColor = "#1C1C1C";
103
- export const menuSurfaceColor = "#FFFFFF";
104
- export const menuScrolledSurfaceGradientColor =
105
- "rgba(255, 255, 255, 0.949999988079071)";
106
- export const menuLinkLaneSurfaceColor = "#FFFFFF";
107
- export const menuLinkLaneLabelColor = "#4B525A";
108
- export const menuLinkLaneLabelColorActive = "#232629";
109
- export const appTopBarSurfaceColor = "#FFFFFF";
110
- export const appTopBarIconColor = "#4B525A";
111
- export const appTopBarTextColorPrimary = "#232629";
112
- export const appTobBarTabNavBottomBorder = "#E9ECEF";
113
- export const appTobBarTabNavBottomBorderActive = "#DD0000";
114
- export const partnerLinksBorderColorIdle = "#CED4DA";
115
- export const partnerLinksBorderColorActive = "#232629";
116
- export const partnerLinksBgColorIdle = "#FFFFFF";
117
- export const partnerLinksBgColorActive = "#E9ECEF";
118
- export const partnerLinksContainerBorderColor = "#CED4DA";
119
- export const socialShareButtonLabelColorDefault = "#FFFFFF";
120
- export const socialShareButtonLabelColorActive = "#FFFFFF";
121
- export const socialShareButtonBgColorActive = "#343C41";
122
- export const socialShareButtonBgColorDefault = "#4B525A";
123
- export const buttonPrimaryBrandBgColorIdle = "#DD0000";
124
- export const buttonPrimaryBrandBgColorHover = "#AF0002";
125
- export const buttonPrimaryLabelColor = "#FFFFFF";
126
- export const buttonPrimarySuccessColorIdle = "#18995C";
127
- export const buttonPrimarySuccessColorHover = "#006E3E";
128
- export const buttonPrimaryNeutralBgColorIdle = "#232629";
129
- export const buttonPrimaryNeutralBgColorHover = "#4B525A";
130
- export const buttonTertiaryLabelColor = "#4B525A";
131
- export const buttonTertiaryBorderColorIdle = "#CED4DA";
132
- export const buttonTertiaryBorderColorHover = "#4B525A";
133
- export const buttonTertiarySuccessBgColorHover = "#CEF4E4";
134
- export const buttonTertiarySuccessBorderColor = "#18995C";
135
- export const buttonSecondaryBgColorHover = "#CED4DA";
136
- export const buttonSecondaryLabelColor = "#4B525A";
137
- export const buttonSecondaryBgColorIdle = "#E9ECEF";
138
- export const buttonLiveTickerLoadNewSurfaceColor = "#FFFFFF";
139
- export const buttonLiveTickerLoadNewLabelColor = "#8C9196";
140
- export const buttonGhostBgColorHover = "#CED4DA";
141
- export const inputFieldBorderColorIdle = "#CED4DA";
142
- export const inputFieldBorderColorActive = "#4B525A";
143
- export const inputFieldBorderColorDark = "#8C9196";
144
- export const inputFieldBorderColorDarkActive = "#232629";
145
- export const inputFieldBgColorDarkLowContrast = "#343C41";
146
- export const inputFieldBgColorDarkMediumContrast = "#4B525A";
147
- export const inputFieldBgColorDarkHighContrast = "#E9ECEF";
148
- export const dropdownBgColorHover = "#F2F4F5";
149
- export const dropdownBgColorIdle = "#FFFFFF";
150
- export const textLinkColorSecondary = "#8C9196";
151
- export const textLinkColorSecondaryActive = "#232629";
152
- export const textLinkColorPrimary = "#232629";
153
- export const tabBgColorHover = "#E9ECEF";
154
- export const tabLabelColorActive = "#343C41";
155
- export const tabLabelColorDefault = "#4B525A";
156
- export const appBottomTabBarBgColor = "#FFFFFF";
157
- export const menuItemBorderColorActive = "#DD0000";
158
- export const menuItemLabelColorPrimary = "#4B525A";
159
- export const menuItemLabelColorPrimaryActive = "#232629";
160
- export const menuItemLabelColorSecondary = "#FFFFFF";
161
- export const foldoutLabelColorActive = "#DD0000";
162
- export const foldoutLabelColorIdle = "#4B525A";
163
- export const newsTickerTimestampColor = "#8C9196";
164
- export const newsTickerBadgeIconsColor = "#8C9196";
165
- export const alertSurfaceColor = "#FFFFFF";
166
- export const alertSurfaceColorConstant = "#FFFFFF";
167
- export const emptiesBgColor = "#F2F4F5";
168
- export const emptiesLogoColor = "#CED4DA";
169
- export const chipsBgColorHover = "#AF0002";
170
- export const chipsLabelColorHover = "#FFFFFF";
171
- export const chipsBgColorActive = "#DD0000";
172
- export const chipsBgColorIdle = "#E9ECEF";
173
- export const chipsLabelColorIdle = "#232629";
174
- export const cardSurfaceBgColor = "#FFFFFF";
175
- export const selectionBorderColor = "#4B525A";
176
- export const dsysDocsLabelTextSurfaceColorPrimaryPrimitiveName = "BILD100";
177
- export const dsysDocsLabelTextColorMode = "(Light Mode)";
178
- export const dsDocSpacingItemBgColor = "rgba(221, 0, 0, 0.10000000149011612)";
179
- export const dsDocSpacingItemBorderColor = "rgba(221, 0, 0, 0.5)";
180
- export const heyFavInputFieldSurfaceColor = "#E9ECEF";
181
- export const heyTextColor = "#4B525A";
182
- export const heyIconUtilColor = "#4B525A";
183
- export const heySeparatorColor = "#CED4DA";
184
- export const heyDrawerSurfaceColor = "#F2F4F5";
185
- export const paginationElementColorDefault = "#CED4DA";
186
- export const paginationElementColorActive = "#DD0000";
187
- export const galleryPaginationElementActiveOpacity = "100px";
188
- export const scrollBarTrackBgColor = "rgba(0, 0, 0, 0.10000000149011612)";
189
- export const scrollBarThumbBgColor = "#8C9196";
190
- export const kickerBgColorOnSurface = "#DD0000";
191
- export const kickerFitbookBgColor = "#FF97B7";
192
- export const kickerPetbookBgColor = "#B9DB91";
193
- export const kickerMyhomebookBgColor = "#66CCCC";
194
- export const kickerTravelbookBgColor = "#8EF0ED";
195
- export const kickerTechbookBgColor = "#93E4FF";
196
- export const kickerKaufberaterBgColor = "#55476E";
197
- export const kickerCobiBgColor = "#DC231C";
198
- export const kickerAubiBgColor = "#F00000";
199
- export const kickerSpobiBgColor = "#174482";
200
- export const kickerBzBgColor = "#E3001B";
201
- export const teaserHoverOpacity = "80px";
202
- export const teaserTitleBackgroundGradientStart =
203
- "rgba(0, 0, 0, 0.699999988079071)";
204
- export const teaserTitleBackgroundGradientStop = "rgba(0, 0, 0, 0)";
205
- export const sliderButtonOpacity = "90px";
206
- export const sliderTrackBgColor = "rgba(255, 255, 255, 0.3499999940395355)";
207
- export const vidPlayerControlsAutoplayButtonBgColor =
208
- "rgba(0, 0, 0, 0.20000000298023224)";
209
- export const vidPlayerControlButtonsBgHoverColor =
210
- "rgba(221, 0, 0, 0.800000011920929)";
211
- export const vidPlayerControlButtonsBgColorHover =
212
- "rgba(0, 0, 0, 0.20000000298023224)";
213
- export const vidPlayerOverlayScrimColor = "rgba(0, 0, 0, 0.5)";
214
- export const audioPlayerPlayButtonBgColor =
215
- "rgba(255, 255, 255, 0.30000001192092896)";
216
- export const vidPlayerTooltipBgColor = "rgba(0, 0, 0, 0.699999988079071)";
217
- export const vidPlayerControlButtonsBgColorPressed =
218
- "rgba(0, 0, 0, 0.05000000074505806)";
219
- export const vidPlayerProgressBarPreloadBgColor =
220
- "rgba(255, 255, 255, 0.30000001192092896)";
221
- export const vidPlayerUnmuteButtonBgColor =
222
- "rgba(0, 0, 0, 0.20000000298023224)";
223
- export const vidPlayerUnmuteButtonBgColorHover =
224
- "rgba(0, 0, 0, 0.3499999940395355)";
225
- export const avatarLabelColor = "#232629";
226
- export const avatarLabelColorHover = "#DD0000";
227
- export const appImageLightboxGalleryBgColor = "#000000";
365
+
366
+ // Semantic - Overlay
367
+ /** A semi-transparent black overlay used to dim background content when modals, drawers, or dialogs are active. Identical opacity and tone in both Light and Dark mode to ensure consistent overlay depth. */
368
+ export const overlayScrimBlack = "rgba(0, 0, 0, 0.699999988079071)";
369
+ /** A semi-transparent white overlay used to brighten or fade background layers, often applied behind bottom sheets or temporary panels.
370
+ Behavior: Constant same opacity level across modes to preserve uniform layering behavior. */
371
+ export const overlayScrimWhite = "rgba(255, 255, 255, 0.699999988079071)";
372
+
373
+ // Semantic - State
374
+ /** Defines the active state color for secondary actions (e.g., secondary buttons, tabs, or toggles).
375
+ Behavior: Dynamic light gray in Light mode and bright gray in Dark mode to maintain perceptual balance. */
376
+ export const colorSecondaryActive = "#232629";
377
+ /** Used to represent the active or pressed state of primary actions such as tabs or links.
378
+ Behavior: Constant identical value across modes for consistent interaction feedback. */
379
+ export const colorPrimaryActive = "#DD0000";
380
+ /** Used for disabled secondary elements, ensuring reduced visual prominence while maintaining legibility.
381
+ Behavior: Dynamic adapts neutral tones based on theme brightness. */
382
+ export const colorSecondaryDisabled = "#E9ECEF";
383
+ /** Defines the disabled color for primary components (e.g., disabled primary buttons, inputs). Reduces emphasis and contrast to signal inactivity.
384
+ Behavior: Dynamic slightly lighter in Light mode and darker in Dark mode to remain visually accessible. */
385
+ export const colorPrimaryDisabled = "#F2F4F5";
386
+ /** Inverse variant of the secondary active state, applied on dark backgrounds or inverse layouts.
387
+ Behavior: Dynamic switches between bright and dark tones depending on the background. */
388
+ export const colorSecondaryActiveInverse = "#F2F4F5";
389
+ /** Represents active or pressed states for tertiary elements (e.g., link highlights, icons, or subtle interactive surfaces).
390
+ Behavior: Constant uses the same green success tone across Light and Dark mode. */
391
+ export const colorTertiaryActive = "#00C373";
392
+ /** Represents disabled states for tertiary levels, maintaining subtle visibility without drawing attention.
393
+ Behavior: Dynamic adjusts between gray tones for Light and Dark mode consistency. */
394
+ export const colorTertiaryDisabled = "#8C9196";
395
+
396
+ // Semantic - Surface
397
+ /** Primary surface color used for main backgrounds and large layout areas (e.g., page background, primary containers).
398
+ Behavior: Dynamic adapts between light and dark surface tokens to maintain legibility and hierarchy. */
399
+ export const surfaceColorPrimary = "#FFFFFF";
400
+ /** Used for secondary surface layers such as cards, panels, or nested containers that need to differentiate themselves from the primary surface. .
401
+ Behavior: Dynamic adapts brightness level based on mode for appropriate depth contrast. */
402
+ export const surfaceColorSecondary = "#F2F4F5";
403
+ /** Inverse of the primary surface, used when Light and Dark surfaces are swapped (e.g., inverse cards or elevated sections).
404
+ Behavior: Dynamic switches between dark and light values depending on mode. */
405
+ export const surfaceColorPrimaryInverse = "#232629";
406
+ /** A fixed light surface tone used when a consistent light background is required (e.g., light panels within dark layouts).
407
+ Behavior: Constant remains the same in both modes. */
408
+ export const surfaceColorPrimaryConstantLight = "#FFFFFF";
409
+ /** A fixed dark surface tone used for dark overlays or nested dark sections inside light layouts.
410
+ Behavior: Constant identical across Light and Dark mode. */
411
+ export const surfaceColorPrimaryConstantDark = "#232629";
412
+ /** HIghtest elevation surface color, typically used for grouping or background accents to differentiate themselves from all previous surface color options. Uses corresponding light/dark tones for consistent layering. */
413
+ export const surfaceColorQuartenary = "#CED4DA";
414
+ /** Success-related background used for positive notifications, confirmation surfaces, or success banners.
415
+ Behavior: Constant remains the same across Light and Dark mode to ensure brand alignment. */
416
+ export const surfaceColorSuccess = "#CEF4E4";
417
+ /** Tertiary background layer for inner containers, grouped content, or subtle elevation steps that need to differentiate themselves from the primary and secondary surfaces.
418
+ Behavior: Dynamic switches between light and dark tertiary tones. */
419
+ export const surfaceColorTertiary = "#E9ECEF";
420
+ /** Represents tertiary-level gradient background.
421
+ Currently used on skeletons. */
422
+ export const surfaceColorTertiaryGradientStop = "rgba(233, 236, 239, 0)";
423
+ /** Inverse tertiary background, applied when Light and Dark surfaces are reversed (e.g., dark-on-light cards).
424
+ Behavior: Dynamic swaps values between modes for contrast preservation. */
425
+ export const surfaceColorTertiaryInverse = "#343C41";
426
+ /** Defines the end stops for primary surface gradients, creating visual depth or elevation. Used next to sliders buttons and slider container edges for fading out content. Behavior: Dynamic — light gradients in Light mode, dark gradients in Dark mode. */
427
+ export const surfaceColorPrimaryGradientStop = "rgba(255, 255, 255, 0)";
428
+ /** Used for secondary surface gradients or subtle depth layers across backgrounds.
429
+ Behavior: Dynamic adapts to mode brightness for smooth gradient transitions. */
430
+ export const surfaceColorSecondaryGradientStop = "rgba(242, 244, 245, 0)";
431
+ /** Inverse of the quartenary surface, used for background reversals in mixed-layout areas.
432
+ Behavior: Dynamic inverts between dark and light tones depending on mode. */
433
+ export const surfaceColorQuartenaryInverse = "#4B525A";
434
+
435
+ // Semantic - Text
436
+ /** Applies to text elements requiring fixed brand color usage (e.g., permanent links, brand slogans on constant backgrounds).
437
+ Behavior: Constant maintains identical red tone across Light and Dark mode. */
438
+ export const textColorAccentConstant = "#DD0000";
439
+ /** Main text color used for body copy and all primary textual content. Ensures optimal readability and contrast on standard surfaces.
440
+ Behavior: Dynamic switches between dark text on light backgrounds and light text on dark backgrounds. */
441
+ export const textColorPrimary = "#232629";
442
+ /** Muted text tone for subtle information, timestamps, or inactive text elements.
443
+ Behavior: Dynamic adjusts between mid-gray in Light mode and lighter gray in Dark mode. */
444
+ export const textColorMuted = "#666B70";
445
+ /** Inverse text color used on opposing surfaces (e.g., white text on red or dark backgrounds).
446
+ Behavior: Dynamic alternates between light and dark mode. */
447
+ export const textColorPrimaryInverse = "#E9ECEF";
448
+ /** Used when primary text color must remain fixed regardless of mode (e.g., on light constant backgrounds).
449
+ Behavior: Constant same tone across Light and Dark mode. */
450
+ export const textColorPrimaryConstant = "#232629";
451
+ /** Used for positive or success-related messages (e.g., “Saved”, “Success”, or confirmation text) on success surface colors.
452
+ Behavior: Constant green tone remains consistent across both modes. */
453
+ export const textColorSuccessConstant = "#006E3E";
454
+ /** Fixed inverse tone for text that always appears on dark surfaces (e.g., hero headlines or persistent dark cards).
455
+ Behavior: Constant unchanged across modes. */
456
+ export const textColorPrimaryInverseConstant = "#E9ECEF";
457
+ /** Secondary text color used for supportive information, subtitles, and less prominent text.
458
+ Behavior: Dynamic adapts between neutral tones to maintain proper contrast per theme. In 2025 css it is called figure meta. */
459
+ export const textColorSecondary = "#8C9196";
460
+ /** Used for strong warnings, errors, or destructive action labels.
461
+ Behavior: Constant red color remains unchanged between Light and Dark mode for visibility and recognition. */
462
+ export const textColorAttentionHigh = "#DD0000";
463
+ /** Accent text color used for links, interactive text, or highlighted key words. Changes from a red in light mode to a white in dark mode. */
464
+ export const textColorAccent = "#DD0000";
465
+ /** Represents medium attention states, often used in warnings or pending states.
466
+ Behavior: Constant same orange tone across Light and Dark mode. */
467
+ export const textColorAttentionMedium = "#FD8227";
468
+ /** Used for text displayed on dark surfaces to ensure maximum legibility and contrast.
469
+ Behavior: Constant always light neutral to guarantee accessibility on dark backgrounds. */
470
+ export const textColorOnDarkSurface = "#FFFFFF";
471
+