@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,12 +1,27 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * density-compact.js
3
+ * Generiert am: 2025-11-24T20:34:53.602Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
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. */
5
13
  export const buttonContentGapSpace = "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. */
6
15
  export const buttonStackSpace = "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 */
7
17
  export const buttonLabelFontSize = "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. */
8
19
  export const buttonInlineSpace = "16px";
20
+
21
+ // Component - Inputfield
9
22
  export const inputFieldInlineSpace = "16px";
10
23
  export const inputFieldStackSpace = "6px";
11
24
  export const inputFieldHeightSize = "36px";
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 */
12
26
  export const inputFieldLabelFontSize = "16px";
27
+
@@ -1,12 +1,27 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * density-default.js
3
+ * Generiert am: 2025-11-24T20:34:53.644Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
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. */
5
13
  export const buttonContentGapSpace = "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. */
6
15
  export const buttonStackSpace = "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 */
7
17
  export const buttonLabelFontSize = "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. */
8
19
  export const buttonInlineSpace = "20px";
20
+
21
+ // Component - Inputfield
9
22
  export const inputFieldInlineSpace = "16px";
10
23
  export const inputFieldStackSpace = "8px";
11
24
  export const inputFieldHeightSize = "40px";
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 */
12
26
  export const inputFieldLabelFontSize = "17px";
27
+
@@ -1,12 +1,27 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * density-spacious.js
3
+ * Generiert am: 2025-11-24T20:34:53.686Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
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. */
5
13
  export const buttonContentGapSpace = "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. */
6
15
  export const buttonStackSpace = "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 */
7
17
  export const buttonLabelFontSize = "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. */
8
19
  export const buttonInlineSpace = "24px";
20
+
21
+ // Component - Inputfield
9
22
  export const inputFieldInlineSpace = "16px";
10
23
  export const inputFieldStackSpace = "12px";
11
24
  export const inputFieldHeightSize = "48px";
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 */
12
26
  export const inputFieldLabelFontSize = "19px";
27
+
@@ -1,59 +1,70 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * brandcolormapping.js
3
+ * Generiert am: 2025-11-24T20:34:54.807Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
- export const coreColorPrimary = "#DD0000";
6
- export const coreColorSecondary = "#FFFFFF";
7
- export const coreColorSecondaryDark = "#232629";
8
- export const coreColorTertiary = "#232629";
9
- export const coreColorTertiaryDark = "#FFFFFF";
10
- export const accentColorPrimary = "#DD0000";
11
- export const accentColorPrimaryDark = "#FFFFFF";
12
- export const surfaceColorPrimary = "#FFFFFF";
13
- export const surfaceColorPrimaryDark = "#232629";
14
- export const surfaceColorSecondary = "#F2F4F5";
15
- export const surfaceColorSecondaryDark = "#2C3138";
16
- export const surfaceColorTertiary = "#E9ECEF";
17
- export const surfaceColorTertiaryDark = "#343C41";
18
- export const surfaceColorQuartenary = "#CED4DA";
19
- export const surfaceColorQuartenaryDark = "#4B525A";
20
- export const colorPrimaryActive = "#DD0000";
21
- export const colorPrimaryActiveDark = "#DD0000";
22
- export const textColorPrimary = "#232629";
23
- export const textColorPrimaryDark = "#E9ECEF";
24
- export const headlineColorPrimary = "#232629";
25
- export const headlineColorPrimaryDark = "#FFFFFF";
26
- export const kickerTextColorOnBg = "#FFFFFF";
27
- export const kickerTextColorOnSurface = "#DD0000";
28
- export const kickerTextColorOnSurfaceDark = "#8C9196";
29
- export const textColorSecondary = "#8C9196";
30
- export const textColorSecondaryDark = "#8C9196";
31
- export const kickerBgColorOnSurface = "#DD0000";
32
- export const kickerBgColorOnSurfaceDark = "#8C9196";
33
- export const buttonPrimaryBgColorIdle = "#232629";
34
- export const buttonPrimaryBgColorHover = "#4B525A";
35
- export const buttonPrimaryBgColorIdleDark = "#FFFFFF";
36
- export const buttonPrimaryBgColorHoverDark = "#E9ECEF";
37
- export const buttonPrimaryBgColorIdle = "#DD0000";
38
- export const buttonPrimaryBgColorIdleDark = "#DD0000";
39
- export const buttonPrimaryBgColorHover = "#AF0002";
40
- export const buttonPrimaryBgColorHoverDark = "#AF0002";
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
10
+
11
+ export const chipColorActive = "#DD0000";
12
+
13
+ // Component - Avatar
14
+ /** 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045 */
15
+ export const avatarLabelColor = "#232629";
16
+ /** 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093 */
17
+ export const avatarLabelColorDark = "#FFFFFF";
18
+ /** This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029 */
19
+ export const avatarLabelColorHover = "#DD0000";
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 */
41
23
  export const breakingNewsTextContentColor = "#FFFFFF";
24
+ /** This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081 */
42
25
  export const breakingNewsSurfaceColor = "#232629";
26
+ /** This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016 */
43
27
  export const breakingNewsTitleSurfaceColor = "#FD8227";
28
+ /** This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081 */
44
29
  export const breakingNewsTopTitleTextColor = "#1C1C1C";
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 */
45
31
  export const breakingNewsSurfaceColorDark = "#E9ECEF";
32
+ /** This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015 */
46
33
  export const breakingNewsTextContentColorDark = "#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 */
47
35
  export const breakingNewsBottomTitleTextColor = "#1C1C1C";
48
- export const teaserTitleBackgroundGradientStart =
49
- "rgba(0, 0, 0, 0.699999988079071)";
50
- export const teaserTitleBackgroundGradientStop = "rgba(0, 0, 0, 0)";
36
+
37
+ // Component - Button - PrimaryBrand
38
+ /** Bild: 046 ; SpoBi: 029 */
39
+ export const primaryBrandButtonPrimaryBgColorIdle = "#DD0000";
40
+ /** This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038 */
41
+ export const primaryBrandButtonPrimaryBgColorIdleDark = "#DD0000";
42
+ /** Bild: 035 ; SpoBi: 016 */
43
+ export const primaryBrandButtonPrimaryBgColorHover = "#AF0002";
44
+ /** This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029 */
45
+ export const primaryBrandButtonPrimaryBgColorHoverDark = "#AF0002";
46
+
47
+ // Component - Button - PrimaryNeutral
48
+ /** Bild & SpoBi: Tone 015 */
49
+ export const primaryNeutralButtonPrimaryBgColorIdle = "#232629";
50
+ /** Bild & SpoBi: Tone 035 */
51
+ export const primaryNeutralButtonPrimaryBgColorHover = "#4B525A";
52
+ /** Bild & SpoBi: Tone 100 */
53
+ export const primaryNeutralButtonPrimaryBgColorIdleDark = "#FFFFFF";
54
+ /** Bild: 093 ; SpoBi: 081 */
55
+ export const primaryNeutralButtonPrimaryBgColorHoverDark = "#E9ECEF";
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. */
51
59
  export const menuLinkLaneSurfaceColor = "#FFFFFF";
60
+ /** This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component. */
52
61
  export const menuLinkLaneLabelColor = "#4B525A";
53
62
  export const menuLinkLaneLabelColorDark = "#8C9196";
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. */
54
64
  export const menuLinkLaneSurfaceColorDark = "#232629";
55
65
  export const menuLinkColorBorderActive = "#DD0000";
56
66
  export const menuLinkColorBorderActiveDark = "#FFFFFF";
67
+ /** This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component. */
57
68
  export const menuLinkLaneLabelColorActive = "#232629";
58
69
  export const appTopBarSurfaceColor = "#FFFFFF";
59
70
  export const appTopBarBgColorDark = "#343C41";
@@ -67,7 +78,79 @@ export const appTobBarTabNavBottomBorder = "#E9ECEF";
67
78
  export const appTobBarTabNavBottomBorderDark = "#4B525A";
68
79
  export const appTobBarTabNavBottomBorderActive = "#DD0000";
69
80
  export const appTobBarTabNavBottomBorderActiveDark = "#FFFFFF";
70
- export const avatarLabelColor = "#232629";
71
- export const avatarLabelColorDark = "#FFFFFF";
72
- export const avatarLabelColorHover = "#DD0000";
73
- export const chipColorActive = "#DD0000";
81
+
82
+ // Component - Teaser
83
+ export const teaserTitleBackgroundGradientStart = "rgba(0, 0, 0, 0.699999988079071)";
84
+ export const teaserTitleBackgroundGradientStop = "rgba(0, 0, 0, 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
+ export const accentColorPrimary = "#DD0000";
94
+ /** Bild: 100 ; SpoBi: 098 */
95
+ export const accentColorPrimaryDark = "#FFFFFF";
96
+
97
+ // Global - Core
98
+ /** Bild: 046; SpoBi: 016 current css calls this variable main tenant color */
99
+ export const coreColorPrimary = "#DD0000";
100
+ /** Bild&SpoBi Tone 100 */
101
+ export const coreColorSecondary = "#FFFFFF";
102
+ /** Bild: 015 ; SpoBi: 010 */
103
+ export const coreColorSecondaryDark = "#232629";
104
+ /** Bild: 015 ; SpoBi: 010 */
105
+ export const coreColorTertiary = "#232629";
106
+ /** Bild&SpoBi: 100 */
107
+ export const coreColorTertiaryDark = "#FFFFFF";
108
+
109
+ // Global - State
110
+ /** Bild: 046 ; SpoBi: 029 */
111
+ export const colorPrimaryActive = "#DD0000";
112
+ /** Bild: 046 ; SpoBi: 098 */
113
+ export const colorPrimaryActiveDark = "#DD0000";
114
+
115
+ // Global - Surface
116
+ /** Bild: 100 ; SpoBi: 100 */
117
+ export const surfaceColorPrimary = "#FFFFFF";
118
+ /** Bild: 015 ; SpoBi: 010 */
119
+ export const surfaceColorPrimaryDark = "#232629";
120
+ /** Bild: 096 ; SpoBi: 098 */
121
+ export const surfaceColorSecondary = "#F2F4F5";
122
+ /** Bild: 020 ; SpoBi: 016 */
123
+ export const surfaceColorSecondaryDark = "#2C3138";
124
+ /** Bild: 093 ; SpoBi: 081 */
125
+ export const surfaceColorTertiary = "#E9ECEF";
126
+ /** Bild: 025 ; SpoBi: 029 */
127
+ export const surfaceColorTertiaryDark = "#343C41";
128
+ /** Bild: 085 ; SpoBi: 085 */
129
+ export const surfaceColorQuartenary = "#CED4DA";
130
+ /** Bild: 035 ; SpoBi: 035 */
131
+ export const surfaceColorQuartenaryDark = "#4B525A";
132
+
133
+ // Global - Text
134
+ /** Bild & SpoBi: Tone 015 */
135
+ export const textColorPrimary = "#232629";
136
+ /** Bild & SpoBi: Tone 093 */
137
+ export const textColorPrimaryDark = "#E9ECEF";
138
+ /** Bild: 015 ; SpoBi: 016 */
139
+ export const headlineColorPrimary = "#232629";
140
+ /** Bild&SpoBi: Tone 100 */
141
+ export const headlineColorPrimaryDark = "#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
+ export const kickerTextColorOnBg = "#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
+ export const kickerTextColorOnSurface = "#DD0000";
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
+ export const kickerTextColorOnSurfaceDark = "#8C9196";
148
+ /** Bild & SpoBi: Tone 060 */
149
+ export const textColorSecondary = "#8C9196";
150
+ /** Bild & SpoBi: Tone 060 */
151
+ export const textColorSecondaryDark = "#8C9196";
152
+ /** Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029 */
153
+ export const kickerBgColorOnSurface = "#DD0000";
154
+ /** Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060 */
155
+ export const kickerBgColorOnSurfaceDark = "#8C9196";
156
+