@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,11 +1,27 @@
1
+ //
2
+ // density-compact.scss
3
+ // Generiert am: 2025-11-24T20:34:54.974Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
3
10
 
4
- $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.
5
- $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.
6
- $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
7
- $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.
11
+ // Component - Button
12
+ // 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.
13
+ $button-content-gap-space: 6px;
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
+ $button-stack-space: 6px;
16
+ // 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
17
+ $button-label-font-size: 15px;
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
+ $button-inline-space: 16px;
20
+
21
+ // Component - Inputfield
8
22
  $input-field-inline-space: 16px;
9
23
  $input-field-stack-space: 6px;
10
24
  $input-field-height-size: 36px;
11
- $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
25
+ // 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
26
+ $input-field-label-font-size: 16px;
27
+
@@ -1,11 +1,27 @@
1
+ //
2
+ // density-default.scss
3
+ // Generiert am: 2025-11-24T20:34:55.014Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
3
10
 
4
- $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.
5
- $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.
6
- $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
7
- $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.
11
+ // Component - Button
12
+ // 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.
13
+ $button-content-gap-space: 8px;
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
+ $button-stack-space: 8px;
16
+ // 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
17
+ $button-label-font-size: 17px;
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
+ $button-inline-space: 20px;
20
+
21
+ // Component - Inputfield
8
22
  $input-field-inline-space: 16px;
9
23
  $input-field-stack-space: 8px;
10
24
  $input-field-height-size: 40px;
11
- $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
25
+ // 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
26
+ $input-field-label-font-size: 17px;
27
+
@@ -1,11 +1,27 @@
1
+ //
2
+ // density-spacious.scss
3
+ // Generiert am: 2025-11-24T20:34:55.054Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
3
10
 
4
- $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.
5
- $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.
6
- $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
7
- $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.
11
+ // Component - Button
12
+ // 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.
13
+ $button-content-gap-space: 8px;
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
+ $button-stack-space: 12px;
16
+ // 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
17
+ $button-label-font-size: 19px;
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
+ $button-inline-space: 24px;
20
+
21
+ // Component - Inputfield
8
22
  $input-field-inline-space: 16px;
9
23
  $input-field-stack-space: 12px;
10
24
  $input-field-height-size: 48px;
11
- $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
25
+ // 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
26
+ $input-field-label-font-size: 19px;
27
+
@@ -1,58 +1,71 @@
1
+ //
2
+ // brandcolormapping.scss
3
+ // Generiert am: 2025-11-24T20:34:56.171Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
3
-
4
- $core-color-primary: #0A2750; // Bild: 046; SpoBi: 016 current css calls this variable main tenant color
5
- $core-color-secondary: #FFFFFF; // Bild&SpoBi Tone 100
6
- $core-color-secondary-dark: #081828; // Bild: 015 ; SpoBi: 010
7
- $core-color-tertiary: #081828; // Bild: 015 ; SpoBi: 010
8
- $core-color-tertiary-dark: #FFFFFF; // Bild&SpoBi: 100
9
- $accent-color-primary: #174482; // Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
10
- $accent-color-primary-dark: #F7F9FD; // Bild: 100 ; SpoBi: 098
11
- $surface-color-primary: #FFFFFF; // Bild: 100 ; SpoBi: 100
12
- $surface-color-primary-dark: #081828; // Bild: 015 ; SpoBi: 010
13
- $surface-color-secondary: #F7F9FD; // Bild: 096 ; SpoBi: 098
14
- $surface-color-secondary-dark: #0A2750; // Bild: 020 ; SpoBi: 016
15
- $surface-color-tertiary: #BDCADB; // Bild: 093 ; SpoBi: 081
16
- $surface-color-tertiary-dark: #174482; // Bild: 025 ; SpoBi: 029
17
- $surface-color-quartenary: #CED4DA; // Bild: 085 ; SpoBi: 085
18
- $surface-color-quartenary-dark: #4B525A; // Bild: 035 ; SpoBi: 035
19
- $color-primary-active: #174482; // Bild: 046 ; SpoBi: 029
20
- $color-primary-active-dark: #F7F9FD; // Bild: 046 ; SpoBi: 098
21
- $text-color-primary: #232629; // Bild & SpoBi: Tone 015
22
- $text-color-primary-dark: #E9ECEF; // Bild & SpoBi: Tone 093
23
- $headline-color-primary: #0A2750; // Bild: 015 ; SpoBi: 016
24
- $headline-color-primary-dark: #FFFFFF; // Bild&SpoBi: Tone 100
25
- $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
26
- $kicker-text-color-on-surface: #8C9196; // 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
27
- $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.
28
- $text-color-secondary: #8C9196; // Bild & SpoBi: Tone 060
29
- $text-color-secondary-dark: #8C9196; // Bild & SpoBi: Tone 060
30
- $kicker-bg-color-on-surface: #174482; // Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
31
- $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
32
- $button-primary-bg-color-idle: #232629; // Bild & SpoBi: Tone 015
33
- $button-primary-bg-color-hover: #4B525A; // Bild & SpoBi: Tone 035
34
- $button-primary-bg-color-idle-dark: #FFFFFF; // Bild & SpoBi: Tone 100
35
- $button-primary-bg-color-hover-dark: #BDCADB; // Bild: 093 ; SpoBi: 081
36
- $button-primary-bg-color-idle: #174482; // Bild: 046 ; SpoBi: 029
37
- $button-primary-bg-color-idle-dark: #315998; // This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
38
- $button-primary-bg-color-hover: #0A2750; // Bild: 035 ; SpoBi: 016
39
- $button-primary-bg-color-hover-dark: #174482; // This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
40
- $breaking-news-text-content-color: #232629; // This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
41
- $breaking-news-surface-color: #FFBF00; // This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
42
- $breaking-news-title-surface-color: #0A2750; // This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
43
- $breaking-news-top-title-text-color: #FFBF00; // This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
44
- $breaking-news-surface-color-dark: #FFBF00; // This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
45
- $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
46
- $breaking-news-bottom-title-text-color: #FFFFFF; // This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
47
- $teaser-title-background-gradient-start: rgba(10, 39, 80, 0.699999988079071);
48
- $teaser-title-background-gradient-stop: rgba(10, 39, 80, 0);
49
- $menu-link-lane-surface-color: #0A2750; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
50
- $menu-link-lane-label-color: #CED4DA; // This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
11
+ $chip-color-active: #174482;
12
+
13
+ // Component - Avatar
14
+ // 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
15
+ $avatar-label-color: #666B70;
16
+ // 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
17
+ $avatar-label-color-dark: #E9ECEF;
18
+ // This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
19
+ $avatar-label-color-hover: #174482;
20
+
21
+ // Component - BreakingNews
22
+ // This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
23
+ $breaking-news-text-content-color: #232629;
24
+ // This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
25
+ $breaking-news-surface-color: #FFBF00;
26
+ // This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
27
+ $breaking-news-title-surface-color: #0A2750;
28
+ // This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
29
+ $breaking-news-top-title-text-color: #FFBF00;
30
+ // This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
31
+ $breaking-news-surface-color-dark: #FFBF00;
32
+ // This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015
33
+ $breaking-news-text-content-color-dark: #232629;
34
+ // This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
35
+ $breaking-news-bottom-title-text-color: #FFFFFF;
36
+
37
+ // Component - Button - PrimaryBrand
38
+ // Bild: 046 ; SpoBi: 029
39
+ $primary-brand-button-primary-bg-color-idle: #174482;
40
+ // This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
41
+ $primary-brand-button-primary-bg-color-idle-dark: #315998;
42
+ // Bild: 035 ; SpoBi: 016
43
+ $primary-brand-button-primary-bg-color-hover: #0A2750;
44
+ // This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
45
+ $primary-brand-button-primary-bg-color-hover-dark: #174482;
46
+
47
+ // Component - Button - PrimaryNeutral
48
+ // Bild & SpoBi: Tone 015
49
+ $primary-neutral-button-primary-bg-color-idle: #232629;
50
+ // Bild & SpoBi: Tone 035
51
+ $primary-neutral-button-primary-bg-color-hover: #4B525A;
52
+ // Bild & SpoBi: Tone 100
53
+ $primary-neutral-button-primary-bg-color-idle-dark: #FFFFFF;
54
+ // Bild: 093 ; SpoBi: 081
55
+ $primary-neutral-button-primary-bg-color-hover-dark: #BDCADB;
56
+
57
+ // Component - Menu
58
+ // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
59
+ $menu-link-lane-surface-color: #0A2750;
60
+ // This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
61
+ $menu-link-lane-label-color: #CED4DA;
51
62
  $menu-link-lane-label-color-dark: #AEB4B9;
52
- $menu-link-lane-surface-color-dark: #0A2750; // 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.
63
+ // 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.
64
+ $menu-link-lane-surface-color-dark: #0A2750;
53
65
  $menu-link-color-border-active: #0A2750;
54
66
  $menu-link-color-border-active-dark: #F7F9FD;
55
- $menu-link-lane-label-color-active: #FFFFFF; // This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
67
+ // This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
68
+ $menu-link-lane-label-color-active: #FFFFFF;
56
69
  $app-top-bar-surface-color: #2C3138;
57
70
  $app-top-bar-bg-color-dark: #2C3138;
58
71
  $app-bottom-tab-bar-bg-color: #FFFFFF;
@@ -65,7 +78,79 @@ $app-tob-bar-tab-nav-bottom-border: #174482;
65
78
  $app-tob-bar-tab-nav-bottom-border-dark: #174482;
66
79
  $app-tob-bar-tab-nav-bottom-border-active: #CED4DA;
67
80
  $app-tob-bar-tab-nav-bottom-border-active-dark: #FFFFFF;
68
- $avatar-label-color: #666B70; // 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
69
- $avatar-label-color-dark: #E9ECEF; // 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
70
- $avatar-label-color-hover: #174482; // This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
71
- $chip-color-active: #174482;
81
+
82
+ // Component - Teaser
83
+ $teaser-title-background-gradient-start: rgba(10, 39, 80, 0.699999988079071);
84
+ $teaser-title-background-gradient-stop: rgba(10, 39, 80, 0);
85
+
86
+
87
+ // ============================================
88
+ // GLOBAL
89
+ // ============================================
90
+
91
+ // Global - Attention
92
+ // Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
93
+ $accent-color-primary: #174482;
94
+ // Bild: 100 ; SpoBi: 098
95
+ $accent-color-primary-dark: #F7F9FD;
96
+
97
+ // Global - Core
98
+ // Bild: 046; SpoBi: 016 current css calls this variable main tenant color
99
+ $core-color-primary: #0A2750;
100
+ // Bild&SpoBi Tone 100
101
+ $core-color-secondary: #FFFFFF;
102
+ // Bild: 015 ; SpoBi: 010
103
+ $core-color-secondary-dark: #081828;
104
+ // Bild: 015 ; SpoBi: 010
105
+ $core-color-tertiary: #081828;
106
+ // Bild&SpoBi: 100
107
+ $core-color-tertiary-dark: #FFFFFF;
108
+
109
+ // Global - State
110
+ // Bild: 046 ; SpoBi: 029
111
+ $color-primary-active: #174482;
112
+ // Bild: 046 ; SpoBi: 098
113
+ $color-primary-active-dark: #F7F9FD;
114
+
115
+ // Global - Surface
116
+ // Bild: 100 ; SpoBi: 100
117
+ $surface-color-primary: #FFFFFF;
118
+ // Bild: 015 ; SpoBi: 010
119
+ $surface-color-primary-dark: #081828;
120
+ // Bild: 096 ; SpoBi: 098
121
+ $surface-color-secondary: #F7F9FD;
122
+ // Bild: 020 ; SpoBi: 016
123
+ $surface-color-secondary-dark: #0A2750;
124
+ // Bild: 093 ; SpoBi: 081
125
+ $surface-color-tertiary: #BDCADB;
126
+ // Bild: 025 ; SpoBi: 029
127
+ $surface-color-tertiary-dark: #174482;
128
+ // Bild: 085 ; SpoBi: 085
129
+ $surface-color-quartenary: #CED4DA;
130
+ // Bild: 035 ; SpoBi: 035
131
+ $surface-color-quartenary-dark: #4B525A;
132
+
133
+ // Global - Text
134
+ // Bild & SpoBi: Tone 015
135
+ $text-color-primary: #232629;
136
+ // Bild & SpoBi: Tone 093
137
+ $text-color-primary-dark: #E9ECEF;
138
+ // Bild: 015 ; SpoBi: 016
139
+ $headline-color-primary: #0A2750;
140
+ // Bild&SpoBi: Tone 100
141
+ $headline-color-primary-dark: #FFFFFF;
142
+ // 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
143
+ $kicker-text-color-on-bg: #FFFFFF;
144
+ // 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
145
+ $kicker-text-color-on-surface: #8C9196;
146
+ // Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060.
147
+ $kicker-text-color-on-surface-dark: #8C9196;
148
+ // Bild & SpoBi: Tone 060
149
+ $text-color-secondary: #8C9196;
150
+ // Bild & SpoBi: Tone 060
151
+ $text-color-secondary-dark: #8C9196;
152
+ // Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
153
+ $kicker-bg-color-on-surface: #174482;
154
+ // Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060
155
+ $kicker-bg-color-on-surface-dark: #8C9196;
156
+