@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,6 +1,6 @@
1
1
  /**
2
2
  * Effect Classes - Advertorial / dark
3
- * Generiert am: 2025-11-24T15:10:53.723Z
3
+ * Generiert am: 2025-11-24T20:34:59.347Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Effect Classes - Advertorial / light
3
- * Generiert am: 2025-11-24T15:10:53.657Z
3
+ * Generiert am: 2025-11-24T20:34:59.283Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Advertorial / lg
3
- * Generiert am: 2025-11-24T15:10:53.245Z
3
+ * Generiert am: 2025-11-24T20:34:58.906Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Advertorial / md
3
- * Generiert am: 2025-11-24T15:10:53.083Z
3
+ * Generiert am: 2025-11-24T20:34:58.767Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Advertorial / sm
3
- * Generiert am: 2025-11-24T15:10:52.946Z
3
+ * Generiert am: 2025-11-24T20:34:58.643Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Advertorial / xs
3
- * Generiert am: 2025-11-24T15:10:52.782Z
3
+ * Generiert am: 2025-11-24T20:34:58.496Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,14 +1,39 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * density-compact.css
3
+ * Generiert am: 2025-11-24T20:34:53.601Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
6
- --button-content-gap-space: 6px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
7
- --button-stack-space: 6px; /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
8
- --button-label-font-size: 15px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
9
- --button-inline-space: 16px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
8
+ /* ============================================
9
+ COMPONENT
10
+ ============================================ */
11
+
12
+ /* Component - Button */
13
+ /**
14
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
15
+ */
16
+ --button-content-gap-space: 6px;
17
+ /**
18
+ * This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
19
+ */
20
+ --button-stack-space: 6px;
21
+ /**
22
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19
23
+ */
24
+ --button-label-font-size: 15px;
25
+ /**
26
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
27
+ */
28
+ --button-inline-space: 16px;
29
+
30
+ /* Component - Inputfield */
10
31
  --input-field-inline-space: 16px;
11
32
  --input-field-stack-space: 6px;
12
33
  --input-field-height-size: 36px;
13
- --input-field-label-font-size: 16px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
34
+ /**
35
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19
36
+ */
37
+ --input-field-label-font-size: 16px;
38
+
14
39
  }
@@ -1,14 +1,39 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * density-default.css
3
+ * Generiert am: 2025-11-24T20:34:53.643Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
6
- --button-content-gap-space: 8px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
7
- --button-stack-space: 8px; /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
8
- --button-label-font-size: 17px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
9
- --button-inline-space: 20px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
8
+ /* ============================================
9
+ COMPONENT
10
+ ============================================ */
11
+
12
+ /* Component - Button */
13
+ /**
14
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
15
+ */
16
+ --button-content-gap-space: 8px;
17
+ /**
18
+ * This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
19
+ */
20
+ --button-stack-space: 8px;
21
+ /**
22
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19
23
+ */
24
+ --button-label-font-size: 17px;
25
+ /**
26
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
27
+ */
28
+ --button-inline-space: 20px;
29
+
30
+ /* Component - Inputfield */
10
31
  --input-field-inline-space: 16px;
11
32
  --input-field-stack-space: 8px;
12
33
  --input-field-height-size: 40px;
13
- --input-field-label-font-size: 17px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
34
+ /**
35
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19
36
+ */
37
+ --input-field-label-font-size: 17px;
38
+
14
39
  }
@@ -1,14 +1,39 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * density-spacious.css
3
+ * Generiert am: 2025-11-24T20:34:53.685Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
6
- --button-content-gap-space: 8px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
7
- --button-stack-space: 12px; /** This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
8
- --button-label-font-size: 19px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19 */
9
- --button-inline-space: 24px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
8
+ /* ============================================
9
+ COMPONENT
10
+ ============================================ */
11
+
12
+ /* Component - Button */
13
+ /**
14
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
15
+ */
16
+ --button-content-gap-space: 8px;
17
+ /**
18
+ * This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
19
+ */
20
+ --button-stack-space: 12px;
21
+ /**
22
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19
23
+ */
24
+ --button-label-font-size: 19px;
25
+ /**
26
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
27
+ */
28
+ --button-inline-space: 24px;
29
+
30
+ /* Component - Inputfield */
10
31
  --input-field-inline-space: 16px;
11
32
  --input-field-stack-space: 12px;
12
33
  --input-field-height-size: 48px;
13
- --input-field-label-font-size: 19px; /** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
34
+ /**
35
+ * This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19
36
+ */
37
+ --input-field-label-font-size: 19px;
38
+
14
39
  }
@@ -1,60 +1,116 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * brandcolormapping.css
3
+ * Generiert am: 2025-11-24T20:34:54.804Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
6
- --core-color-primary: #DD0000; /** Bild: 046; SpoBi: 016 current css calls this variable main tenant color */
7
- --core-color-secondary: #FFFFFF; /** Bild&SpoBi Tone 100 */
8
- --core-color-secondary-dark: #232629; /** Bild: 015 ; SpoBi: 010 */
9
- --core-color-tertiary: #232629; /** Bild: 015 ; SpoBi: 010 */
10
- --core-color-tertiary-dark: #FFFFFF; /** Bild&SpoBi: 100 */
11
- --accent-color-primary: #DD0000; /** Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers. */
12
- --accent-color-primary-dark: #FFFFFF; /** Bild: 100 ; SpoBi: 098 */
13
- --surface-color-primary: #FFFFFF; /** Bild: 100 ; SpoBi: 100 */
14
- --surface-color-primary-dark: #232629; /** Bild: 015 ; SpoBi: 010 */
15
- --surface-color-secondary: #F2F4F5; /** Bild: 096 ; SpoBi: 098 */
16
- --surface-color-secondary-dark: #2C3138; /** Bild: 020 ; SpoBi: 016 */
17
- --surface-color-tertiary: #E9ECEF; /** Bild: 093 ; SpoBi: 081 */
18
- --surface-color-tertiary-dark: #343C41; /** Bild: 025 ; SpoBi: 029 */
19
- --surface-color-quartenary: #CED4DA; /** Bild: 085 ; SpoBi: 085 */
20
- --surface-color-quartenary-dark: #4B525A; /** Bild: 035 ; SpoBi: 035 */
21
- --color-primary-active: #DD0000; /** Bild: 046 ; SpoBi: 029 */
22
- --color-primary-active-dark: #DD0000; /** Bild: 046 ; SpoBi: 098 */
23
- --text-color-primary: #232629; /** Bild & SpoBi: Tone 015 */
24
- --text-color-primary-dark: #E9ECEF; /** Bild & SpoBi: Tone 093 */
25
- --headline-color-primary: #232629; /** Bild: 015 ; SpoBi: 016 */
26
- --headline-color-primary-dark: #FFFFFF; /** Bild&SpoBi: Tone 100 */
27
- --kicker-text-color-on-bg: #FFFFFF; /** This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100 */
28
- --kicker-text-color-on-surface: #DD0000; /** This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060 */
29
- --kicker-text-color-on-surface-dark: #8C9196; /** Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060. */
30
- --text-color-secondary: #8C9196; /** Bild & SpoBi: Tone 060 */
31
- --text-color-secondary-dark: #8C9196; /** Bild & SpoBi: Tone 060 */
32
- --kicker-bg-color-on-surface: #DD0000; /** Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029 */
33
- --kicker-bg-color-on-surface-dark: #8C9196; /** Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060 */
34
- --button-primary-bg-color-idle: #232629; /** Bild & SpoBi: Tone 015 */
35
- --button-primary-bg-color-hover: #4B525A; /** Bild & SpoBi: Tone 035 */
36
- --button-primary-bg-color-idle-dark: #FFFFFF; /** Bild & SpoBi: Tone 100 */
37
- --button-primary-bg-color-hover-dark: #E9ECEF; /** Bild: 093 ; SpoBi: 081 */
38
- --button-primary-bg-color-idle: #DD0000; /** Bild: 046 ; SpoBi: 029 */
39
- --button-primary-bg-color-idle-dark: #DD0000; /** This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038 */
40
- --button-primary-bg-color-hover: #AF0002; /** Bild: 035 ; SpoBi: 016 */
41
- --button-primary-bg-color-hover-dark: #AF0002; /** This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029 */
42
- --breaking-news-text-content-color: #FFFFFF; /** This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015 */
43
- --breaking-news-surface-color: #232629; /** This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081 */
44
- --breaking-news-title-surface-color: #FD8227; /** This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016 */
45
- --breaking-news-top-title-text-color: #1C1C1C; /** This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081 */
46
- --breaking-news-surface-color-dark: #E9ECEF; /** This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081 */
47
- --breaking-news-text-content-color-dark: #232629; /** This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015 */
48
- --breaking-news-bottom-title-text-color: #1C1C1C; /** This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100 */
49
- --teaser-title-background-gradient-start: rgba(0, 0, 0, 0.699999988079071);
50
- --teaser-title-background-gradient-stop: rgba(0, 0, 0, 0);
51
- --menu-link-lane-surface-color: #FFFFFF; /** This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component. */
52
- --menu-link-lane-label-color: #4B525A; /** This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component. */
8
+ /* ============================================
9
+ COMPONENT
10
+ ============================================ */
11
+
12
+ --chip-color-active: #DD0000;
13
+
14
+ /* Component - Avatar */
15
+ /**
16
+ * 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
17
+ */
18
+ --avatar-label-color: #232629;
19
+ /**
20
+ * 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
21
+ */
22
+ --avatar-label-color-dark: #FFFFFF;
23
+ /**
24
+ * This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
25
+ */
26
+ --avatar-label-color-hover: #DD0000;
27
+
28
+ /* Component - BreakingNews */
29
+ /**
30
+ * This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
31
+ */
32
+ --breaking-news-text-content-color: #FFFFFF;
33
+ /**
34
+ * This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
35
+ */
36
+ --breaking-news-surface-color: #232629;
37
+ /**
38
+ * This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
39
+ */
40
+ --breaking-news-title-surface-color: #FD8227;
41
+ /**
42
+ * This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
43
+ */
44
+ --breaking-news-top-title-text-color: #1C1C1C;
45
+ /**
46
+ * This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
47
+ */
48
+ --breaking-news-surface-color-dark: #E9ECEF;
49
+ /**
50
+ * This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015
51
+ */
52
+ --breaking-news-text-content-color-dark: #232629;
53
+ /**
54
+ * This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
55
+ */
56
+ --breaking-news-bottom-title-text-color: #1C1C1C;
57
+
58
+ /* Component - Button - PrimaryBrand */
59
+ /**
60
+ * Bild: 046 ; SpoBi: 029
61
+ */
62
+ --primary-brand-button-primary-bg-color-idle: #DD0000;
63
+ /**
64
+ * This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
65
+ */
66
+ --primary-brand-button-primary-bg-color-idle-dark: #DD0000;
67
+ /**
68
+ * Bild: 035 ; SpoBi: 016
69
+ */
70
+ --primary-brand-button-primary-bg-color-hover: #AF0002;
71
+ /**
72
+ * This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
73
+ */
74
+ --primary-brand-button-primary-bg-color-hover-dark: #AF0002;
75
+
76
+ /* Component - Button - PrimaryNeutral */
77
+ /**
78
+ * Bild & SpoBi: Tone 015
79
+ */
80
+ --primary-neutral-button-primary-bg-color-idle: #232629;
81
+ /**
82
+ * Bild & SpoBi: Tone 035
83
+ */
84
+ --primary-neutral-button-primary-bg-color-hover: #4B525A;
85
+ /**
86
+ * Bild & SpoBi: Tone 100
87
+ */
88
+ --primary-neutral-button-primary-bg-color-idle-dark: #FFFFFF;
89
+ /**
90
+ * Bild: 093 ; SpoBi: 081
91
+ */
92
+ --primary-neutral-button-primary-bg-color-hover-dark: #E9ECEF;
93
+
94
+ /* Component - Menu */
95
+ /**
96
+ * This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
97
+ */
98
+ --menu-link-lane-surface-color: #FFFFFF;
99
+ /**
100
+ * This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
101
+ */
102
+ --menu-link-lane-label-color: #4B525A;
53
103
  --menu-link-lane-label-color-dark: #8C9196;
54
- --menu-link-lane-surface-color-dark: #232629; /** This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode. */
104
+ /**
105
+ * This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode.
106
+ */
107
+ --menu-link-lane-surface-color-dark: #232629;
55
108
  --menu-link-color-border-active: #DD0000;
56
109
  --menu-link-color-border-active-dark: #FFFFFF;
57
- --menu-link-lane-label-color-active: #232629; /** This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component. */
110
+ /**
111
+ * This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
112
+ */
113
+ --menu-link-lane-label-color-active: #232629;
58
114
  --app-top-bar-surface-color: #FFFFFF;
59
115
  --app-top-bar-bg-color-dark: #343C41;
60
116
  --app-bottom-tab-bar-bg-color: #FFFFFF;
@@ -67,8 +123,136 @@
67
123
  --app-tob-bar-tab-nav-bottom-border-dark: #4B525A;
68
124
  --app-tob-bar-tab-nav-bottom-border-active: #DD0000;
69
125
  --app-tob-bar-tab-nav-bottom-border-active-dark: #FFFFFF;
70
- --avatar-label-color: #232629; /** 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045 */
71
- --avatar-label-color-dark: #FFFFFF; /** 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093 */
72
- --avatar-label-color-hover: #DD0000; /** This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029 */
73
- --chip-color-active: #DD0000;
126
+
127
+ /* Component - Teaser */
128
+ --teaser-title-background-gradient-start: rgba(0, 0, 0, 0.699999988079071);
129
+ --teaser-title-background-gradient-stop: rgba(0, 0, 0, 0);
130
+
131
+
132
+ /* ============================================
133
+ GLOBAL
134
+ ============================================ */
135
+
136
+ /* Global - Attention */
137
+ /**
138
+ * Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
139
+ */
140
+ --accent-color-primary: #DD0000;
141
+ /**
142
+ * Bild: 100 ; SpoBi: 098
143
+ */
144
+ --accent-color-primary-dark: #FFFFFF;
145
+
146
+ /* Global - Core */
147
+ /**
148
+ * Bild: 046; SpoBi: 016 current css calls this variable main tenant color
149
+ */
150
+ --core-color-primary: #DD0000;
151
+ /**
152
+ * Bild&SpoBi Tone 100
153
+ */
154
+ --core-color-secondary: #FFFFFF;
155
+ /**
156
+ * Bild: 015 ; SpoBi: 010
157
+ */
158
+ --core-color-secondary-dark: #232629;
159
+ /**
160
+ * Bild: 015 ; SpoBi: 010
161
+ */
162
+ --core-color-tertiary: #232629;
163
+ /**
164
+ * Bild&SpoBi: 100
165
+ */
166
+ --core-color-tertiary-dark: #FFFFFF;
167
+
168
+ /* Global - State */
169
+ /**
170
+ * Bild: 046 ; SpoBi: 029
171
+ */
172
+ --color-primary-active: #DD0000;
173
+ /**
174
+ * Bild: 046 ; SpoBi: 098
175
+ */
176
+ --color-primary-active-dark: #DD0000;
177
+
178
+ /* Global - Surface */
179
+ /**
180
+ * Bild: 100 ; SpoBi: 100
181
+ */
182
+ --surface-color-primary: #FFFFFF;
183
+ /**
184
+ * Bild: 015 ; SpoBi: 010
185
+ */
186
+ --surface-color-primary-dark: #232629;
187
+ /**
188
+ * Bild: 096 ; SpoBi: 098
189
+ */
190
+ --surface-color-secondary: #F2F4F5;
191
+ /**
192
+ * Bild: 020 ; SpoBi: 016
193
+ */
194
+ --surface-color-secondary-dark: #2C3138;
195
+ /**
196
+ * Bild: 093 ; SpoBi: 081
197
+ */
198
+ --surface-color-tertiary: #E9ECEF;
199
+ /**
200
+ * Bild: 025 ; SpoBi: 029
201
+ */
202
+ --surface-color-tertiary-dark: #343C41;
203
+ /**
204
+ * Bild: 085 ; SpoBi: 085
205
+ */
206
+ --surface-color-quartenary: #CED4DA;
207
+ /**
208
+ * Bild: 035 ; SpoBi: 035
209
+ */
210
+ --surface-color-quartenary-dark: #4B525A;
211
+
212
+ /* Global - Text */
213
+ /**
214
+ * Bild & SpoBi: Tone 015
215
+ */
216
+ --text-color-primary: #232629;
217
+ /**
218
+ * Bild & SpoBi: Tone 093
219
+ */
220
+ --text-color-primary-dark: #E9ECEF;
221
+ /**
222
+ * Bild: 015 ; SpoBi: 016
223
+ */
224
+ --headline-color-primary: #232629;
225
+ /**
226
+ * Bild&SpoBi: Tone 100
227
+ */
228
+ --headline-color-primary-dark: #FFFFFF;
229
+ /**
230
+ * This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100
231
+ */
232
+ --kicker-text-color-on-bg: #FFFFFF;
233
+ /**
234
+ * This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060
235
+ */
236
+ --kicker-text-color-on-surface: #DD0000;
237
+ /**
238
+ * Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060.
239
+ */
240
+ --kicker-text-color-on-surface-dark: #8C9196;
241
+ /**
242
+ * Bild & SpoBi: Tone 060
243
+ */
244
+ --text-color-secondary: #8C9196;
245
+ /**
246
+ * Bild & SpoBi: Tone 060
247
+ */
248
+ --text-color-secondary-dark: #8C9196;
249
+ /**
250
+ * Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
251
+ */
252
+ --kicker-bg-color-on-surface: #DD0000;
253
+ /**
254
+ * Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060
255
+ */
256
+ --kicker-bg-color-on-surface-dark: #8C9196;
257
+
74
258
  }