@marioschmidt/design-system-tokens 1.0.20 → 1.0.22

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 (230) hide show
  1. package/dist/android/res/values/shared/colorprimitive.xml +5 -5
  2. package/dist/android/res/values/shared/spaceprimitive.xml +1 -1
  3. package/dist/css/brands/advertorial/density/density-compact.css +31 -6
  4. package/dist/css/brands/advertorial/density/density-default.css +31 -6
  5. package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
  6. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  9. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  10. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  11. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  15. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  16. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  17. package/dist/css/brands/bild/density/density-compact.css +31 -6
  18. package/dist/css/brands/bild/density/density-default.css +31 -6
  19. package/dist/css/brands/bild/density/density-spacious.css +31 -6
  20. package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
  21. package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  24. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  25. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  26. package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
  27. package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
  28. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  29. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  32. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  33. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  34. package/dist/css/brands/sportbild/density/density-compact.css +31 -6
  35. package/dist/css/brands/sportbild/density/density-default.css +31 -6
  36. package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
  37. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
  38. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  41. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  42. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  43. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
  44. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
  45. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  49. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  50. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  51. package/dist/css/shared/colorprimitive.css +162 -50
  52. package/dist/css/shared/fontprimitive.css +99 -33
  53. package/dist/css/shared/sizeprimitive.css +8 -1
  54. package/dist/css/shared/spaceprimitive.css +9 -2
  55. package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
  56. package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
  57. package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
  58. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
  59. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  61. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  62. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  63. package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
  64. package/dist/flutter/brands/bild/density/density-default.dart +5 -0
  65. package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
  66. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
  67. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
  68. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  69. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  70. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  71. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  72. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
  73. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
  74. package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
  75. package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
  76. package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
  77. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
  78. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
  79. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  80. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  81. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  82. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  83. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
  84. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
  85. package/dist/flutter/shared/colorprimitive.dart +25 -6
  86. package/dist/flutter/shared/fontprimitive.dart +20 -3
  87. package/dist/flutter/shared/sizeprimitive.dart +5 -0
  88. package/dist/flutter/shared/spaceprimitive.dart +6 -1
  89. package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
  90. package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
  91. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
  92. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
  93. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  94. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  95. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  96. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  97. package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
  98. package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
  99. package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
  100. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
  101. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
  102. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  103. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  104. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  105. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  106. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
  107. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
  108. package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
  109. package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
  110. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
  111. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
  112. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
  113. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  114. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  115. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  116. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  117. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
  118. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
  119. package/dist/ios/shared/Colorprimitive.swift +25 -6
  120. package/dist/ios/shared/Fontprimitive.swift +20 -3
  121. package/dist/ios/shared/Sizeprimitive.swift +5 -0
  122. package/dist/ios/shared/Spaceprimitive.swift +6 -1
  123. package/dist/js/brands/advertorial/density/density-compact.js +16 -1
  124. package/dist/js/brands/advertorial/density/density-default.js +16 -1
  125. package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
  126. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
  127. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  128. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  129. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  130. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  131. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
  132. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
  133. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
  134. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
  135. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
  136. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
  137. package/dist/js/brands/bild/density/density-compact.js +16 -1
  138. package/dist/js/brands/bild/density/density-default.js +16 -1
  139. package/dist/js/brands/bild/density/density-spacious.js +16 -1
  140. package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
  141. package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
  142. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  143. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  144. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  145. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  146. package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
  147. package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
  148. package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
  149. package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
  150. package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
  151. package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
  152. package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
  153. package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
  154. package/dist/js/brands/sportbild/density/density-compact.js +16 -1
  155. package/dist/js/brands/sportbild/density/density-default.js +16 -1
  156. package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
  157. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
  158. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
  159. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  160. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  161. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  162. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  163. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
  164. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
  165. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
  166. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
  167. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
  168. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
  169. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
  170. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
  171. package/dist/js/shared/colorprimitive.js +126 -46
  172. package/dist/js/shared/fontprimitive.js +76 -34
  173. package/dist/js/shared/sizeprimitive.js +8 -1
  174. package/dist/js/shared/spaceprimitive.js +9 -2
  175. package/dist/json/shared/colorprimitive.json +15 -15
  176. package/dist/json/shared/spaceprimitive.json +3 -3
  177. package/dist/manifest.json +1 -1
  178. package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
  179. package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
  180. package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
  181. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
  182. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  183. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  184. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  185. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  186. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
  187. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
  188. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
  189. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
  190. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
  191. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
  192. package/dist/scss/brands/bild/density/density-compact.scss +22 -6
  193. package/dist/scss/brands/bild/density/density-default.scss +22 -6
  194. package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
  195. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
  196. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
  197. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  198. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  199. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  200. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  201. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
  202. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
  203. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
  204. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
  205. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
  206. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
  207. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
  208. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
  209. package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
  210. package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
  211. package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
  212. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
  213. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
  214. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  215. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  216. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  217. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  218. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
  219. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
  220. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
  221. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
  222. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
  223. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
  224. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
  225. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
  226. package/dist/scss/shared/colorprimitive.scss +131 -50
  227. package/dist/scss/shared/fontprimitive.scss +76 -33
  228. package/dist/scss/shared/sizeprimitive.scss +9 -1
  229. package/dist/scss/shared/spaceprimitive.scss +10 -2
  230. package/package.json +1 -1
@@ -1,71 +1,96 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * colorprimitive.js
3
+ * Generiert am: 2025-11-24T20:37:07.295Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
- export const bildred = "#DD0000";
6
- export const bildred035 = "#AF0002";
7
- export const bildred053 = "#F52D2D";
8
- export const bild015 = "#232629";
9
- export const bild085 = "#CED4DA";
10
- export const bild035 = "#4B525A";
11
- export const bild025 = "#343C41";
12
- export const bild060 = "#8C9196";
13
- export const bild096 = "#F2F4F5";
14
- export const bild093 = "#E9ECEF";
15
- export const bild08550 = "rgba(206, 212, 218, 0.5)";
16
- export const bild073 = "#AEB4B9";
17
- export const bild045 = "#666B70";
18
- export const bild010 = "#1C1C1C";
19
- export const bild020 = "#2C3138";
20
- export const bild100 = "#FFFFFF";
21
- export const bildblack = "#000000";
22
- export const bildorange = "#FD8227";
23
- export const bildgreen070 = "#00C373";
24
- export const bildgreen063 = "#00AF67";
25
- export const bildgreen093 = "#CEF4E4";
26
- export const bildgreen09350 = "rgba(206, 244, 228, 0.5)";
27
- export const bildgreen05650 = "rgba(0, 155, 90, 0.5)";
28
- export const bildgreen040 = "#006E3E";
29
- export const bildgreen056 = "#18995C";
30
- export const bildyellow = "#FFBF00";
31
- export const bildberry = "#551937";
7
+ // ============================================
8
+ // BILD
9
+ // ============================================
10
+
11
+ // BILD - alpha
32
12
  export const alphaBlack20 = "rgba(0, 0, 0, 0.20000000298023224)";
33
13
  export const alphaBlack10 = "rgba(0, 0, 0, 0.10000000149011612)";
14
+ /** Used on elevation effects. */
34
15
  export const alphaBlack60 = "rgba(0, 0, 0, 0.6000000238418579)";
35
16
  export const alphaBlack30 = "rgba(0, 0, 0, 0.30000001192092896)";
17
+ /** Used on elevation effects. */
36
18
  export const alphaBlack70 = "rgba(0, 0, 0, 0.699999988079071)";
37
19
  export const alphaWhite10 = "rgba(255, 255, 255, 0.10000000149011612)";
38
20
  export const alphaWhite20 = "rgba(255, 255, 255, 0.20000000298023224)";
39
21
  export const alphaWhite30 = "rgba(255, 255, 255, 0.30000001192092896)";
22
+ /** Used on elevation effects. */
40
23
  export const alphaWhite60 = "rgba(255, 255, 255, 0.6000000238418579)";
24
+ /** Used on elevation effects. */
41
25
  export const alphaWhite70 = "rgba(255, 255, 255, 0.699999988079071)";
42
26
  export const alphaWhite35 = "rgba(255, 255, 255, 0.3499999940395355)";
27
+ /** Used on elevation effects. */
43
28
  export const alphaBildred80 = "rgba(221, 0, 0, 0.800000011920929)";
29
+ /** Used on elevation effects. */
44
30
  export const alphaBlack80 = "rgba(0, 0, 0, 0.800000011920929)";
31
+ /** Used on elevation effects. */
45
32
  export const alphaWhite80 = "rgba(255, 255, 255, 0.800000011920929)";
46
33
  export const alphaBlack35 = "rgba(0, 0, 0, 0.3499999940395355)";
47
34
  export const alphaBlack0 = "rgba(0, 0, 0, 0)";
48
35
  export const alphaBlack50 = "rgba(0, 0, 0, 0.5)";
49
36
  export const alphaBlack05 = "rgba(0, 0, 0, 0.05000000074505806)";
37
+
38
+ // BILD - blue
39
+ /** This Blue color was taken from the Weather 2024 project. Tone: 069 */
50
40
  export const bildblue = "#00B1FF";
51
- export const fitbookCore = "#FF97B7";
52
- export const petbookCore = "#B9DB91";
53
- export const myhomeCore = "#66CCCC";
54
- export const travelbookCore = "#8EF0ED";
55
- export const techbookCore = "#93E4FF";
56
- export const kaufberaterCore = "#55476E";
57
- export const bzCore = "#E3001B";
58
- export const aubiCore = "#F00000";
59
- export const cobiCore = "#DC231C";
60
- export const spobiBlue098 = "#F7F9FD";
61
- export const spobiBlue081 = "#BDCADB";
62
- export const spobiBlue029 = "#174482";
63
- export const spobiBlue016 = "#0A2750";
64
- export const spobiBlue010 = "#081828";
65
- export const spobiBlue038 = "#315998";
66
- export const spobiRed = "#E52528";
67
- export const spobiBlue0160 = "rgba(10, 39, 80, 0)";
68
- export const spobiBlue01670 = "rgba(10, 39, 80, 0.699999988079071)";
41
+
42
+ // BILD - gray
43
+ export const bild015 = "#232629";
44
+ export const bild085 = "#CED4DA";
45
+ export const bild035 = "#4B525A";
46
+ export const bild025 = "#343C41";
47
+ export const bild060 = "#8C9196";
48
+ export const bild096 = "#F2F4F5";
49
+ export const bild093 = "#E9ECEF";
50
+ /** The 50% opacity on this color makes it equivalent to BILD093. */
51
+ export const bild085Alpha50 = "rgba(206, 212, 218, 0.5)";
52
+ export const bild073 = "#AEB4B9";
53
+ export const bild045 = "#666B70";
54
+ export const bild010 = "#1C1C1C";
55
+ export const bild020 = "#2C3138";
56
+
57
+ // BILD - green
58
+ export const bildgreen070 = "#00C373";
59
+ export const bildgreen063 = "#00AF67";
60
+ export const bildgreen093 = "#CEF4E4";
61
+ export const bildgreen093Alpha50 = "rgba(206, 244, 228, 0.5)";
62
+ export const bildgreen056Alpha50 = "rgba(0, 155, 90, 0.5)";
63
+ /** This value of green was found in a text field's text color. */
64
+ export const bildgreen040 = "#006E3E";
65
+ export const bildgreen056 = "#18995C";
66
+
67
+ // BILD - neutral
68
+ export const bild100 = "#FFFFFF";
69
+ export const bildblack = "#000000";
70
+
71
+ // BILD - orange
72
+ /** Tone: 067 */
73
+ export const bildorange = "#FD8227";
74
+
75
+ // BILD - purple
76
+ /** Tone: 020 */
77
+ export const bildberry = "#551937";
78
+
79
+ // BILD - red
80
+ /** Tone 046 */
81
+ export const bildred = "#DD0000";
82
+ export const bildred035 = "#AF0002";
83
+ export const bildred053 = "#F52D2D";
84
+
85
+ // BILD - yellow
86
+ /** Tone: 081 */
87
+ export const bildyellow = "#FFBF00";
88
+
89
+
90
+ // ============================================
91
+ // OPACITY
92
+ // ============================================
93
+
69
94
  export const opacity05 = "5px";
70
95
  export const opacity10 = "10px";
71
96
  export const opacity20 = "20px";
@@ -78,3 +103,58 @@ export const opacity30 = "30px";
78
103
  export const opacity50 = "50px";
79
104
  export const opacity00 = "0px";
80
105
  export const opacity70 = "70px";
106
+
107
+
108
+ // ============================================
109
+ // PARTNER
110
+ // ============================================
111
+
112
+ // Partner - Aubi
113
+ export const aubiCore = "#F00000";
114
+
115
+ // Partner - Bz
116
+ export const bzCore = "#E3001B";
117
+
118
+ // Partner - ComputerBILD
119
+ export const cobiCore = "#DC231C";
120
+
121
+ // Partner - Fitbook
122
+ export const fitbookCore = "#FF97B7";
123
+
124
+ // Partner - Kaufberater
125
+ export const kaufberaterCore = "#55476E";
126
+
127
+ // Partner - MyHome
128
+ export const myhomeCore = "#66CCCC";
129
+
130
+ // Partner - Petbook
131
+ export const petbookCore = "#B9DB91";
132
+
133
+ // Partner - Techbook
134
+ export const techbookCore = "#93E4FF";
135
+
136
+ // Partner - Travelbook
137
+ export const travelbookCore = "#8EF0ED";
138
+
139
+
140
+ // ============================================
141
+ // SPORTBILD
142
+ // ============================================
143
+
144
+ // SportBILD - alpha
145
+ export const spobiBlue016Alpha0 = "rgba(10, 39, 80, 0)";
146
+ export const spobiBlue016Alpha70 = "rgba(10, 39, 80, 0.699999988079071)";
147
+
148
+ // SportBILD - blue
149
+ export const spobiBlue098 = "#F7F9FD";
150
+ export const spobiBlue081 = "#BDCADB";
151
+ /** This variable in the current online CSS is called secondary-tenant-color */
152
+ export const spobiBlue029 = "#174482";
153
+ /** This variable in the current online CSS is called main-tenant-color for the spobi tenant. */
154
+ export const spobiBlue016 = "#0A2750";
155
+ export const spobiBlue010 = "#081828";
156
+ export const spobiBlue038 = "#315998";
157
+
158
+ // SportBILD - red
159
+ export const spobiRed = "#E52528";
160
+
@@ -1,47 +1,89 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * fontprimitive.js
3
+ * Generiert am: 2025-11-24T20:37:07.377Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
7
+ // ============================================
8
+ // FONTFAMILY
9
+ // ============================================
10
+
11
+ // FontFamily - Advertorial
12
+ export const fontFamilyLucidaGrande = "Lucida Grande";
13
+
14
+ // FontFamily - BILD
5
15
  export const fontFamilyGothamXnarrow = "Gotham XNarrow";
6
16
  export const fontFamilyGothamCond = "Gotham Condensed";
7
17
  export const fontFamilyGotham = "Gotham";
8
- export const fontFamilyLucidaGrande = "Lucida Grande";
18
+
19
+ // FontFamily - SportBILD
9
20
  export const fontFamilyAntennaExtraCond = "AntennaExtraCond";
10
21
  export const fontFamilyAntennaCond = "AntennaCond";
11
22
  export const fontFamilyInter = "Inter";
12
- export const _700BlackFontWeight = 700;
13
- export const _900ExtraBlackFontWeight = 900;
14
- export const _400BookFontWeight = 400;
15
- export const _1000UltraFontWeight = 1000;
16
- export const _800BlackFontWeight = 800;
17
- export const _350BookFontWeight = 350;
18
- export const _600BoldFontWeight = 600;
19
- export const _100ThinFontWeight = 100;
20
- export const _300LightFontWeight = 300;
21
- export const _200ExtraLightFontWeight = 200;
22
- export const _500MediumFontWeight = 500;
23
+
24
+
25
+ // ============================================
26
+ // FONTWEIGHT
27
+ // ============================================
28
+
29
+ /** 700 is considered black weight because Gotham Condensed is the primary font family (most used in headlines). In other font families 700 is not black weight but bold. */
30
+ export const fontWeight700BlackFontWeight = "700";
31
+ export const fontWeight900ExtraBlackFontWeight = "900";
32
+ export const fontWeight400BookFontWeight = "400";
33
+ export const fontWeight1000UltraFontWeight = "1000";
34
+ export const fontWeight800BlackFontWeight = "800";
35
+ export const fontWeight350BookFontWeight = "350";
36
+ export const fontWeight600BoldFontWeight = "600";
37
+ export const fontWeight100ThinFontWeight = "100";
38
+ export const _300LightFontWeight = "300";
39
+ export const fontWeight200ExtraLightFontWeight = "200";
40
+ export const fontWeight500MediumFontWeight = "500";
23
41
  export const boldItalicFontWeightSt = "Bold Italic";
24
42
  export const blackFontWeightSt = "Black";
25
- export const letterSpace025 = "-0.25px";
26
- export const letterSpace0 = "0px";
27
- export const letterSpace1 = "1px";
28
- export const letterSpace05 = "0.5px";
29
- export const letterSpace025 = "0.25px";
30
- export const letterSpace05 = "-0.5px";
31
- export const letterSpace2 = "2px";
32
- export const letterSpace1 = "-1px";
33
- export const letterSpace2 = "-2px";
34
- export const letterSpace3 = "3px";
35
- export const letterSpace3 = "-3px";
36
- export const _1000UltraFontWeight = "1000";
37
- export const _900ExtraBlackFontWeight = "900";
38
- export const _800BlackFontWeight = "800";
39
- export const _700BlackFontWeight = "700";
40
- export const _600BoldFontWeight = "600";
41
- export const _500MediumFontWeight = "500";
42
- export const _400BookFontWeight = "400";
43
- export const _350BookFontWeight = "350";
44
- export const _200ExtraLightFontWeight = "200";
45
- export const _100ThinFontWeight = "100";
43
+
44
+
45
+ // ============================================
46
+ // FONTWEIGHTSTRING
47
+ // ============================================
48
+
49
+ export const fontWeightString1000UltraFontWeight = "1000";
50
+ export const fontWeightString900ExtraBlackFontWeight = "900";
51
+ export const fontWeightString800BlackFontWeight = "800";
52
+ export const fontWeightString700BlackFontWeight = "700";
53
+ export const fontWeightString600BoldFontWeight = "600";
54
+ export const fontWeightString500MediumFontWeight = "500";
55
+ export const fontWeightString400BookFontWeight = "400";
56
+ export const fontWeightString350BookFontWeight = "350";
57
+ export const fontWeightString200ExtraLightFontWeight = "200";
58
+ export const fontWeightString100ThinFontWeight = "100";
46
59
  export const _600BoldItalicFontWeight = "Bold Italic";
47
60
  export const _700BlackItalicFontWeight = "Black Italic";
61
+
62
+
63
+ // ============================================
64
+ // LETTERSPACING
65
+ // ============================================
66
+
67
+ /** This variable is a primitive for use in creating semantic text styles that need to use a subtle small letter spacing value of -0.25. */
68
+ export const letterSpacingLetterSpace025 = "-0.25px";
69
+ /** This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0. */
70
+ export const letterSpace0 = "0px";
71
+ /** This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1. */
72
+ export const letterSpacingLetterSpace1 = "1px";
73
+ /** This variable is a primitive for use in creating semantic text styles that need to use a slight positive letter spacing value of 0.5. */
74
+ export const letterSpacingLetterSpace05 = "0.5px";
75
+ /** This variable is a primitive for use in creating semantic text styles that need to use a subtle positive letter spacing value of 0.25. */
76
+ export const letterSpacingLetterSpace025 = "0.25px";
77
+ /** This variable is a primitive for use in creating semantic variables that need to use a subtle negative letter spacing value of -0.5. */
78
+ export const letterSpacingLetterSpace05 = "-0.5px";
79
+ /** This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2. */
80
+ export const letterSpacingLetterSpace2 = "2px";
81
+ /** This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1. */
82
+ export const letterSpacingLetterSpace1 = "-1px";
83
+ /** This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -2. This is usually reserved for large texts styles that are used on titles or headlines. */
84
+ export const letterSpacingLetterSpace2 = "-2px";
85
+ /** This variable is a primitive for use in creating semantic text styles that need to use a much larger letter spacing value of 3. Text styles that have smaller font sizes should use increasingly positive values for their letter spacings on smaller device sizes. */
86
+ export const letterSpacingLetterSpace3 = "3px";
87
+ /** This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -3. Text styles that have larger font sizes should use increasingly negative values for their letter spacings on larger device sizes. */
88
+ export const letterSpacingLetterSpace3 = "-3px";
89
+
@@ -1,7 +1,13 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * sizeprimitive.js
3
+ * Generiert am: 2025-11-24T20:37:07.435Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
7
+ // ============================================
8
+ // OTHER
9
+ // ============================================
10
+
5
11
  export const size6x = "48px";
6
12
  export const size3x = "24px";
7
13
  export const size1x = "8px";
@@ -51,3 +57,4 @@ export const size185x = "148px";
51
57
  export const size100x = "800px";
52
58
  export const size0x = "0px";
53
59
  export const size0125x = "1px";
60
+
@@ -1,7 +1,13 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * spaceprimitive.js
3
+ * Generiert am: 2025-11-24T20:37:07.493Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
7
+ // ============================================
8
+ // OTHER
9
+ // ============================================
10
+
5
11
  export const space1x = "8px";
6
12
  export const space05x = "4px";
7
13
  export const space025x = "2px";
@@ -17,7 +23,7 @@ export const space0x = "0px";
17
23
  export const space10x = "80px";
18
24
  export const space20x = "160px";
19
25
  export const space25x = "20px";
20
- export const space025x = "-2px";
26
+ export const spaceNeg025x = "-2px";
21
27
  export const space075x = "6px";
22
28
  export const space125x = "10px";
23
29
  export const space275x = "22px";
@@ -27,3 +33,4 @@ export const space12x = "96px";
27
33
  export const space175x = "14px";
28
34
  export const space85x = "68px";
29
35
  export const space35x = "28px";
36
+
@@ -355,7 +355,7 @@
355
355
  "BILD093"
356
356
  ]
357
357
  },
358
- "BILD085-50": {
358
+ "BILD085-alpha50": {
359
359
  "$value": "rgba(206, 212, 218, 0.5)",
360
360
  "value": "rgba(206, 212, 218, 0.5)",
361
361
  "type": "color",
@@ -384,12 +384,12 @@
384
384
  "$type": "color",
385
385
  "comment": "The 50% opacity on this color makes it equivalent to BILD093."
386
386
  },
387
- "name": "bild08550",
387
+ "name": "bild085Alpha50",
388
388
  "attributes": {},
389
389
  "path": [
390
390
  "BILD",
391
391
  "gray",
392
- "BILD085-50"
392
+ "BILD085-alpha50"
393
393
  ]
394
394
  },
395
395
  "BILD073": {
@@ -750,7 +750,7 @@
750
750
  "BILDGreen093"
751
751
  ]
752
752
  },
753
- "BILDGreen093-50": {
753
+ "BILDGreen093-alpha50": {
754
754
  "$value": "rgba(206, 244, 228, 0.5)",
755
755
  "value": "rgba(206, 244, 228, 0.5)",
756
756
  "type": "color",
@@ -777,15 +777,15 @@
777
777
  },
778
778
  "$type": "color"
779
779
  },
780
- "name": "bildgreen09350",
780
+ "name": "bildgreen093Alpha50",
781
781
  "attributes": {},
782
782
  "path": [
783
783
  "BILD",
784
784
  "green",
785
- "BILDGreen093-50"
785
+ "BILDGreen093-alpha50"
786
786
  ]
787
787
  },
788
- "BILDGreen056-50": {
788
+ "BILDGreen056-alpha50": {
789
789
  "$value": "rgba(0, 155, 90, 0.5)",
790
790
  "value": "rgba(0, 155, 90, 0.5)",
791
791
  "type": "color",
@@ -812,12 +812,12 @@
812
812
  },
813
813
  "$type": "color"
814
814
  },
815
- "name": "bildgreen05650",
815
+ "name": "bildgreen056Alpha50",
816
816
  "attributes": {},
817
817
  "path": [
818
818
  "BILD",
819
819
  "green",
820
- "BILDGreen056-50"
820
+ "BILDGreen056-alpha50"
821
821
  ]
822
822
  },
823
823
  "BILDGreen040": {
@@ -2247,7 +2247,7 @@
2247
2247
  }
2248
2248
  },
2249
2249
  "alpha": {
2250
- "spobiBlue016-0": {
2250
+ "spobiBlue016-alpha0": {
2251
2251
  "$value": "rgba(10, 39, 80, 0)",
2252
2252
  "value": "rgba(10, 39, 80, 0)",
2253
2253
  "type": "color",
@@ -2274,15 +2274,15 @@
2274
2274
  },
2275
2275
  "$type": "color"
2276
2276
  },
2277
- "name": "spobiBlue0160",
2277
+ "name": "spobiBlue016Alpha0",
2278
2278
  "attributes": {},
2279
2279
  "path": [
2280
2280
  "SportBILD",
2281
2281
  "alpha",
2282
- "spobiBlue016-0"
2282
+ "spobiBlue016-alpha0"
2283
2283
  ]
2284
2284
  },
2285
- "spobiBlue016-70": {
2285
+ "spobiBlue016-alpha70": {
2286
2286
  "$value": "rgba(10, 39, 80, 0.699999988079071)",
2287
2287
  "value": "rgba(10, 39, 80, 0.699999988079071)",
2288
2288
  "type": "color",
@@ -2309,12 +2309,12 @@
2309
2309
  },
2310
2310
  "$type": "color"
2311
2311
  },
2312
- "name": "spobiBlue01670",
2312
+ "name": "spobiBlue016Alpha70",
2313
2313
  "attributes": {},
2314
2314
  "path": [
2315
2315
  "SportBILD",
2316
2316
  "alpha",
2317
- "spobiBlue016-70"
2317
+ "spobiBlue016-alpha70"
2318
2318
  ]
2319
2319
  }
2320
2320
  }
@@ -494,7 +494,7 @@
494
494
  "space2_5x"
495
495
  ]
496
496
  },
497
- "space-0_25x": {
497
+ "spaceNeg0_25x": {
498
498
  "$value": "-2px",
499
499
  "value": "-2px",
500
500
  "type": "float",
@@ -521,10 +521,10 @@
521
521
  },
522
522
  "$type": "dimension"
523
523
  },
524
- "name": "space025x",
524
+ "name": "spaceNeg025x",
525
525
  "attributes": {},
526
526
  "path": [
527
- "space-0_25x"
527
+ "spaceNeg0_25x"
528
528
  ]
529
529
  },
530
530
  "space0_75x": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2025-11-24T15:10:53.750Z",
2
+ "generated": "2025-11-24T20:37:13.221Z",
3
3
  "version": "2.0.0",
4
4
  "statistics": {
5
5
  "sharedPrimitives": {
@@ -1,11 +1,27 @@
1
+ //
2
+ // density-compact.scss
3
+ // Generiert am: 2025-11-24T20:37:10.267Z
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:37:10.307Z
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:37:10.346Z
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
+