@marioschmidt/design-system-tokens 1.0.23 → 1.0.25

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 (246) hide show
  1. package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +430 -430
  2. package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +431 -431
  3. package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +436 -436
  4. package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +434 -434
  5. package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +442 -442
  6. package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +442 -442
  7. package/dist/css/brands/advertorial/density/density-compact.css +1 -1
  8. package/dist/css/brands/advertorial/density/density-default.css +1 -1
  9. package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
  10. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
  11. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
  12. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
  13. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
  14. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
  15. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +23 -23
  16. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +23 -23
  17. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +626 -626
  18. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +627 -627
  19. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +624 -624
  20. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +624 -624
  21. package/dist/css/brands/bild/density/density-compact.css +1 -1
  22. package/dist/css/brands/bild/density/density-default.css +1 -1
  23. package/dist/css/brands/bild/density/density-spacious.css +1 -1
  24. package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
  25. package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
  26. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
  27. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
  28. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
  29. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
  30. package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
  31. package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
  32. package/dist/css/brands/bild/semantic/effects/effects-dark.css +23 -23
  33. package/dist/css/brands/bild/semantic/effects/effects-light.css +23 -23
  34. package/dist/css/brands/bild/semantic/typography/typography-lg.css +637 -637
  35. package/dist/css/brands/bild/semantic/typography/typography-md.css +632 -632
  36. package/dist/css/brands/bild/semantic/typography/typography-sm.css +632 -632
  37. package/dist/css/brands/bild/semantic/typography/typography-xs.css +633 -633
  38. package/dist/css/brands/sportbild/density/density-compact.css +1 -1
  39. package/dist/css/brands/sportbild/density/density-default.css +1 -1
  40. package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
  41. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
  42. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
  43. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
  44. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
  45. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
  46. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
  47. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
  48. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
  49. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +23 -23
  50. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +23 -23
  51. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +632 -632
  52. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +631 -631
  53. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +631 -631
  54. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +631 -631
  55. package/dist/css/shared/colorprimitive.css +97 -97
  56. package/dist/css/shared/fontprimitive.css +22 -22
  57. package/dist/css/shared/sizeprimitive.css +1 -1
  58. package/dist/css/shared/spaceprimitive.css +1 -1
  59. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
  61. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
  62. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
  63. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
  64. package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +186 -15
  65. package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +186 -15
  66. package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +1060 -138
  67. package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +1059 -137
  68. package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +1060 -138
  69. package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +1059 -137
  70. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
  71. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
  72. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
  73. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
  74. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
  75. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
  76. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
  77. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
  78. package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +186 -15
  79. package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +186 -15
  80. package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +1060 -138
  81. package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +1059 -137
  82. package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +1060 -138
  83. package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +1059 -137
  84. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
  85. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
  86. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
  87. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
  88. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
  89. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
  90. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
  91. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
  92. package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +186 -15
  93. package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +186 -15
  94. package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +1060 -138
  95. package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +1059 -137
  96. package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +1060 -138
  97. package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +1059 -137
  98. package/dist/flutter/shared/colorprimitive.dart +82 -82
  99. package/dist/flutter/shared/fontprimitive.dart +21 -21
  100. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
  101. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
  102. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
  103. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
  104. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
  105. package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +48 -16
  106. package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +48 -16
  107. package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +200 -200
  108. package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +200 -200
  109. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
  110. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
  111. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
  112. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
  113. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
  114. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
  115. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
  116. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
  117. package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +48 -16
  118. package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +48 -16
  119. package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +200 -200
  120. package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +200 -200
  121. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
  122. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
  123. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
  124. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
  125. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
  126. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
  127. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
  128. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
  129. package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +48 -16
  130. package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +48 -16
  131. package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +200 -200
  132. package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +200 -200
  133. package/dist/ios/shared/Colorprimitive.swift +82 -82
  134. package/dist/ios/shared/Fontprimitive.swift +21 -21
  135. package/dist/js/brands/advertorial/density/density-compact.js +1 -1
  136. package/dist/js/brands/advertorial/density/density-default.js +1 -1
  137. package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
  138. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
  139. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
  140. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
  141. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
  142. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
  143. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +181 -21
  144. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +181 -21
  145. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +892 -254
  146. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +892 -254
  147. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +892 -254
  148. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +892 -254
  149. package/dist/js/brands/bild/density/density-compact.js +1 -1
  150. package/dist/js/brands/bild/density/density-default.js +1 -1
  151. package/dist/js/brands/bild/density/density-spacious.js +1 -1
  152. package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
  153. package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
  154. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
  155. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
  156. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
  157. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
  158. package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
  159. package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
  160. package/dist/js/brands/bild/semantic/effects/effects-dark.js +181 -21
  161. package/dist/js/brands/bild/semantic/effects/effects-light.js +181 -21
  162. package/dist/js/brands/bild/semantic/typography/typography-lg.js +892 -254
  163. package/dist/js/brands/bild/semantic/typography/typography-md.js +892 -254
  164. package/dist/js/brands/bild/semantic/typography/typography-sm.js +892 -254
  165. package/dist/js/brands/bild/semantic/typography/typography-xs.js +892 -254
  166. package/dist/js/brands/sportbild/density/density-compact.js +1 -1
  167. package/dist/js/brands/sportbild/density/density-default.js +1 -1
  168. package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
  169. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
  170. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
  171. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
  172. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
  173. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
  174. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
  175. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
  176. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
  177. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +181 -21
  178. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +181 -21
  179. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +892 -254
  180. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +892 -254
  181. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +892 -254
  182. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +892 -254
  183. package/dist/js/shared/colorprimitive.js +83 -83
  184. package/dist/js/shared/fontprimitive.js +22 -22
  185. package/dist/js/shared/sizeprimitive.js +1 -1
  186. package/dist/js/shared/spaceprimitive.js +1 -1
  187. package/dist/manifest.json +1 -1
  188. package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
  189. package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
  190. package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
  191. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
  192. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
  193. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
  194. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
  195. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
  196. package/dist/scss/brands/bild/density/density-compact.scss +1 -1
  197. package/dist/scss/brands/bild/density/density-default.scss +1 -1
  198. package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
  199. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
  200. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
  201. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
  202. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
  203. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
  204. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
  205. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
  206. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
  207. package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
  208. package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
  209. package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
  210. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
  211. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
  212. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
  213. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
  214. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
  215. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
  216. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
  217. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
  218. package/dist/scss/shared/colorprimitive.scss +83 -83
  219. package/dist/scss/shared/fontprimitive.scss +22 -22
  220. package/dist/scss/shared/sizeprimitive.scss +1 -1
  221. package/dist/scss/shared/spaceprimitive.scss +1 -1
  222. package/package.json +1 -1
  223. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +0 -20
  224. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +0 -20
  225. package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +0 -20
  226. package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +0 -20
  227. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +0 -20
  228. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +0 -20
  229. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +0 -56
  230. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +0 -56
  231. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +0 -459
  232. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +0 -459
  233. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +0 -459
  234. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +0 -459
  235. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +0 -56
  236. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +0 -56
  237. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +0 -459
  238. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +0 -459
  239. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +0 -459
  240. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +0 -459
  241. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +0 -56
  242. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +0 -56
  243. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +0 -459
  244. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +0 -459
  245. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +0 -459
  246. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +0 -459
@@ -1,6 +1,6 @@
1
1
  //
2
2
  // colorprimitive.scss
3
- // Generiert am: 2025-11-24T21:07:27.415Z
3
+ // Generiert am: 2025-11-25T08:26:22.625Z
4
4
  // Nicht manuell bearbeiten!
5
5
  //
6
6
 
@@ -8,36 +8,11 @@
8
8
  // BILD
9
9
  // ============================================
10
10
 
11
- // BILD - alpha
12
- $alpha-black20: rgba(0, 0, 0, 0.20000000298023224);
13
- $alpha-black10: rgba(0, 0, 0, 0.10000000149011612);
14
- // Used on elevation effects.
15
- $alpha-black60: rgba(0, 0, 0, 0.6000000238418579);
16
- $alpha-black30: rgba(0, 0, 0, 0.30000001192092896);
17
- // Used on elevation effects.
18
- $alpha-black70: rgba(0, 0, 0, 0.699999988079071);
19
- $alpha-white10: rgba(255, 255, 255, 0.10000000149011612);
20
- $alpha-white20: rgba(255, 255, 255, 0.20000000298023224);
21
- $alpha-white30: rgba(255, 255, 255, 0.30000001192092896);
22
- // Used on elevation effects.
23
- $alpha-white60: rgba(255, 255, 255, 0.6000000238418579);
24
- // Used on elevation effects.
25
- $alpha-white70: rgba(255, 255, 255, 0.699999988079071);
26
- $alpha-white35: rgba(255, 255, 255, 0.3499999940395355);
27
- // Used on elevation effects.
28
- $alpha-bildred80: rgba(221, 0, 0, 0.800000011920929);
29
- // Used on elevation effects.
30
- $alpha-black80: rgba(0, 0, 0, 0.800000011920929);
31
- // Used on elevation effects.
32
- $alpha-white80: rgba(255, 255, 255, 0.800000011920929);
33
- $alpha-black35: rgba(0, 0, 0, 0.3499999940395355);
34
- $alpha-black0: rgba(0, 0, 0, 0);
35
- $alpha-black50: rgba(0, 0, 0, 0.5);
36
- $alpha-black05: rgba(0, 0, 0, 0.05000000074505806);
37
-
38
- // BILD - blue
39
- // This Blue color was taken from the Weather 2024 project. Tone: 069
40
- $bildblue: #00B1FF;
11
+ // BILD - red
12
+ // Tone 046
13
+ $bildred: #DD0000;
14
+ $bildred035: #AF0002;
15
+ $bildred053: #F52D2D;
41
16
 
42
17
  // BILD - gray
43
18
  $bild015: #232629;
@@ -54,6 +29,14 @@ $bild045: #666B70;
54
29
  $bild010: #1C1C1C;
55
30
  $bild020: #2C3138;
56
31
 
32
+ // BILD - neutral
33
+ $bild100: #FFFFFF;
34
+ $bildblack: #000000;
35
+
36
+ // BILD - orange
37
+ // Tone: 067
38
+ $bildorange: #FD8227;
39
+
57
40
  // BILD - green
58
41
  $bildgreen070: #00C373;
59
42
  $bildgreen063: #00AF67;
@@ -64,87 +47,82 @@ $bildgreen056-alpha50: rgba(0, 155, 90, 0.5);
64
47
  $bildgreen040: #006E3E;
65
48
  $bildgreen056: #18995C;
66
49
 
67
- // BILD - neutral
68
- $bild100: #FFFFFF;
69
- $bildblack: #000000;
70
-
71
- // BILD - orange
72
- // Tone: 067
73
- $bildorange: #FD8227;
74
-
75
- // BILD - purple
76
- // Tone: 020
77
- $bildberry: #551937;
78
-
79
- // BILD - red
80
- // Tone 046
81
- $bildred: #DD0000;
82
- $bildred035: #AF0002;
83
- $bildred053: #F52D2D;
84
-
85
50
  // BILD - yellow
86
51
  // Tone: 081
87
52
  $bildyellow: #FFBF00;
88
53
 
54
+ // BILD - purple
55
+ // Tone: 020
56
+ $bildberry: #551937;
89
57
 
90
- // ============================================
91
- // OPACITY
92
- // ============================================
58
+ // BILD - alpha
59
+ $alpha-black20: rgba(0, 0, 0, 0.20000000298023224);
60
+ $alpha-black10: rgba(0, 0, 0, 0.10000000149011612);
61
+ // Used on elevation effects.
62
+ $alpha-black60: rgba(0, 0, 0, 0.6000000238418579);
63
+ $alpha-black30: rgba(0, 0, 0, 0.30000001192092896);
64
+ // Used on elevation effects.
65
+ $alpha-black70: rgba(0, 0, 0, 0.699999988079071);
66
+ $alpha-white10: rgba(255, 255, 255, 0.10000000149011612);
67
+ $alpha-white20: rgba(255, 255, 255, 0.20000000298023224);
68
+ $alpha-white30: rgba(255, 255, 255, 0.30000001192092896);
69
+ // Used on elevation effects.
70
+ $alpha-white60: rgba(255, 255, 255, 0.6000000238418579);
71
+ // Used on elevation effects.
72
+ $alpha-white70: rgba(255, 255, 255, 0.699999988079071);
73
+ $alpha-white35: rgba(255, 255, 255, 0.3499999940395355);
74
+ // Used on elevation effects.
75
+ $alpha-bildred80: rgba(221, 0, 0, 0.800000011920929);
76
+ // Used on elevation effects.
77
+ $alpha-black80: rgba(0, 0, 0, 0.800000011920929);
78
+ // Used on elevation effects.
79
+ $alpha-white80: rgba(255, 255, 255, 0.800000011920929);
80
+ $alpha-black35: rgba(0, 0, 0, 0.3499999940395355);
81
+ $alpha-black0: rgba(0, 0, 0, 0);
82
+ $alpha-black50: rgba(0, 0, 0, 0.5);
83
+ $alpha-black05: rgba(0, 0, 0, 0.05000000074505806);
93
84
 
94
- $opacity05: 5px;
95
- $opacity10: 10px;
96
- $opacity20: 20px;
97
- $opacity40: 40px;
98
- $opacity60: 60px;
99
- $opacity80: 80px;
100
- $opacity100: 100px;
101
- $opacity90: 90px;
102
- $opacity30: 30px;
103
- $opacity50: 50px;
104
- $opacity00: 0px;
105
- $opacity70: 70px;
85
+ // BILD - blue
86
+ // This Blue color was taken from the Weather 2024 project. Tone: 069
87
+ $bildblue: #00B1FF;
106
88
 
107
89
 
108
90
  // ============================================
109
91
  // PARTNER
110
92
  // ============================================
111
93
 
112
- // Partner - Aubi
113
- $aubi-core: #F00000;
114
-
115
- // Partner - Bz
116
- $bz-core: #E3001B;
117
-
118
- // Partner - ComputerBILD
119
- $cobi-core: #DC231C;
120
-
121
94
  // Partner - Fitbook
122
95
  $fitbook-core: #FF97B7;
123
96
 
124
- // Partner - Kaufberater
125
- $kaufberater-core: #55476E;
97
+ // Partner - Petbook
98
+ $petbook-core: #B9DB91;
126
99
 
127
100
  // Partner - MyHome
128
101
  $myhome-core: #66CCCC;
129
102
 
130
- // Partner - Petbook
131
- $petbook-core: #B9DB91;
103
+ // Partner - Travelbook
104
+ $travelbook-core: #8EF0ED;
132
105
 
133
106
  // Partner - Techbook
134
107
  $techbook-core: #93E4FF;
135
108
 
136
- // Partner - Travelbook
137
- $travelbook-core: #8EF0ED;
109
+ // Partner - Kaufberater
110
+ $kaufberater-core: #55476E;
111
+
112
+ // Partner - Bz
113
+ $bz-core: #E3001B;
114
+
115
+ // Partner - Aubi
116
+ $aubi-core: #F00000;
117
+
118
+ // Partner - ComputerBILD
119
+ $cobi-core: #DC231C;
138
120
 
139
121
 
140
122
  // ============================================
141
123
  // SPORTBILD
142
124
  // ============================================
143
125
 
144
- // SportBILD - alpha
145
- $spobi-blue016-alpha0: rgba(10, 39, 80, 0);
146
- $spobi-blue016-alpha70: rgba(10, 39, 80, 0.699999988079071);
147
-
148
126
  // SportBILD - blue
149
127
  $spobi-blue098: #F7F9FD;
150
128
  $spobi-blue081: #BDCADB;
@@ -158,3 +136,25 @@ $spobi-blue038: #315998;
158
136
  // SportBILD - red
159
137
  $spobi-red: #E52528;
160
138
 
139
+ // SportBILD - alpha
140
+ $spobi-blue016-alpha0: rgba(10, 39, 80, 0);
141
+ $spobi-blue016-alpha70: rgba(10, 39, 80, 0.699999988079071);
142
+
143
+
144
+ // ============================================
145
+ // OPACITY
146
+ // ============================================
147
+
148
+ $opacity05: 5px;
149
+ $opacity10: 10px;
150
+ $opacity20: 20px;
151
+ $opacity40: 40px;
152
+ $opacity60: 60px;
153
+ $opacity80: 80px;
154
+ $opacity100: 100px;
155
+ $opacity90: 90px;
156
+ $opacity30: 30px;
157
+ $opacity50: 50px;
158
+ $opacity00: 0px;
159
+ $opacity70: 70px;
160
+
@@ -1,6 +1,6 @@
1
1
  //
2
2
  // fontprimitive.scss
3
- // Generiert am: 2025-11-24T21:07:27.491Z
3
+ // Generiert am: 2025-11-25T08:26:22.711Z
4
4
  // Nicht manuell bearbeiten!
5
5
  //
6
6
 
@@ -8,14 +8,14 @@
8
8
  // FONTFAMILY
9
9
  // ============================================
10
10
 
11
- // FontFamily - Advertorial
12
- $font-family-lucida-grande: Lucida Grande;
13
-
14
11
  // FontFamily - BILD
15
12
  $font-family-gotham-xnarrow: Gotham XNarrow;
16
13
  $font-family-gotham-cond: Gotham Condensed;
17
14
  $font-family-gotham: Gotham;
18
15
 
16
+ // FontFamily - Advertorial
17
+ $font-family-lucida-grande: Lucida Grande;
18
+
19
19
  // FontFamily - SportBILD
20
20
  $font-family-antenna-extra-cond: AntennaExtraCond;
21
21
  $font-family-antenna-cond: AntennaCond;
@@ -42,24 +42,6 @@ $bold-italic-font-weight-st: Bold Italic;
42
42
  $black-font-weight-st: Black;
43
43
 
44
44
 
45
- // ============================================
46
- // FONTWEIGHTSTRING
47
- // ============================================
48
-
49
- $font-weight-string-1000-ultra-font-weight: 1000;
50
- $font-weight-string-900-extra-black-font-weight: 900;
51
- $font-weight-string-800-black-font-weight: 800;
52
- $font-weight-string-700-black-font-weight: 700;
53
- $font-weight-string-600-bold-font-weight: 600;
54
- $font-weight-string-500-medium-font-weight: 500;
55
- $font-weight-string-400-book-font-weight: 400;
56
- $font-weight-string-350-book-font-weight: 350;
57
- $font-weight-string-200-extra-light-font-weight: 200;
58
- $font-weight-string-100-thin-font-weight: 100;
59
- $600-bold-italic-font-weight: Bold Italic;
60
- $700-black-italic-font-weight: Black Italic;
61
-
62
-
63
45
  // ============================================
64
46
  // LETTERSPACING
65
47
  // ============================================
@@ -87,3 +69,21 @@ $letter-space3: 3px;
87
69
  // 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
70
  $letter-space-3: -3px;
89
71
 
72
+
73
+ // ============================================
74
+ // FONTWEIGHTSTRING
75
+ // ============================================
76
+
77
+ $font-weight-string-1000-ultra-font-weight: 1000;
78
+ $font-weight-string-900-extra-black-font-weight: 900;
79
+ $font-weight-string-800-black-font-weight: 800;
80
+ $font-weight-string-700-black-font-weight: 700;
81
+ $font-weight-string-600-bold-font-weight: 600;
82
+ $font-weight-string-500-medium-font-weight: 500;
83
+ $font-weight-string-400-book-font-weight: 400;
84
+ $font-weight-string-350-book-font-weight: 350;
85
+ $font-weight-string-200-extra-light-font-weight: 200;
86
+ $font-weight-string-100-thin-font-weight: 100;
87
+ $600-bold-italic-font-weight: Bold Italic;
88
+ $700-black-italic-font-weight: Black Italic;
89
+
@@ -1,6 +1,6 @@
1
1
  //
2
2
  // sizeprimitive.scss
3
- // Generiert am: 2025-11-24T21:07:27.551Z
3
+ // Generiert am: 2025-11-25T08:26:22.780Z
4
4
  // Nicht manuell bearbeiten!
5
5
  //
6
6
 
@@ -1,6 +1,6 @@
1
1
  //
2
2
  // spaceprimitive.scss
3
- // Generiert am: 2025-11-24T21:07:27.600Z
3
+ // Generiert am: 2025-11-25T08:26:22.840Z
4
4
  // Nicht manuell bearbeiten!
5
5
  //
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marioschmidt/design-system-tokens",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "BILD Design System Token Pipeline with Style Dictionary - Multi-brand design tokens for BILD, SportBILD, and Advertorial",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Do not edit directly, this file was auto-generated.
5
- -->
6
- <resources>
7
- <string name="dropshadowsoft_shadowsoftsm">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
8
- <string name="dropshadowsoft_shadowsoftmd">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
9
- <string name="dropshadowsoft_shadowsoftlg">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
10
- <string name="dropshadowsoft_shadowsoftxl">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
11
- <string name="dropshadowhard_shadowhardsm">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
12
- <string name="dropshadowhard_shadowhardmd">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
13
- <string name="dropshadowhard_shadowhardlg">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
14
- <string name="dropshadowhard_shadowhardxl">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
15
- <string name="alert_alertshadowdown">[object Object]</string>
16
- <string name="alert_alertshadowup">[object Object]</string>
17
- <string name="menu_menushadow">[object Object]</string>
18
- <string name="menu_heyinputshadow">[object Object]</string>
19
- <string name="teaser_teaserheadlinesshadow">[object Object]</string>
20
- </resources>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Do not edit directly, this file was auto-generated.
5
- -->
6
- <resources>
7
- <string name="dropshadowsoft_shadowsoftsm">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
8
- <string name="dropshadowsoft_shadowsoftmd">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
9
- <string name="dropshadowsoft_shadowsoftlg">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
10
- <string name="dropshadowsoft_shadowsoftxl">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
11
- <string name="dropshadowhard_shadowhardsm">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
12
- <string name="dropshadowhard_shadowhardmd">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
13
- <string name="dropshadowhard_shadowhardlg">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
14
- <string name="dropshadowhard_shadowhardxl">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
15
- <string name="alert_alertshadowdown">[object Object]</string>
16
- <string name="alert_alertshadowup">[object Object]</string>
17
- <string name="menu_menushadow">[object Object]</string>
18
- <string name="menu_heyinputshadow">[object Object]</string>
19
- <string name="teaser_teaserheadlinesshadow">[object Object]</string>
20
- </resources>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Do not edit directly, this file was auto-generated.
5
- -->
6
- <resources>
7
- <string name="dropshadowsoft_shadowsoftsm">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
8
- <string name="dropshadowsoft_shadowsoftmd">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
9
- <string name="dropshadowsoft_shadowsoftlg">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
10
- <string name="dropshadowsoft_shadowsoftxl">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
11
- <string name="dropshadowhard_shadowhardsm">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
12
- <string name="dropshadowhard_shadowhardmd">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
13
- <string name="dropshadowhard_shadowhardlg">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
14
- <string name="dropshadowhard_shadowhardxl">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
15
- <string name="alert_alertshadowdown">[object Object]</string>
16
- <string name="alert_alertshadowup">[object Object]</string>
17
- <string name="menu_menushadow">[object Object]</string>
18
- <string name="menu_heyinputshadow">[object Object]</string>
19
- <string name="teaser_teaserheadlinesshadow">[object Object]</string>
20
- </resources>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Do not edit directly, this file was auto-generated.
5
- -->
6
- <resources>
7
- <string name="dropshadowsoft_shadowsoftsm">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
8
- <string name="dropshadowsoft_shadowsoftmd">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
9
- <string name="dropshadowsoft_shadowsoftlg">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
10
- <string name="dropshadowsoft_shadowsoftxl">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
11
- <string name="dropshadowhard_shadowhardsm">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
12
- <string name="dropshadowhard_shadowhardmd">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
13
- <string name="dropshadowhard_shadowhardlg">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
14
- <string name="dropshadowhard_shadowhardxl">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
15
- <string name="alert_alertshadowdown">[object Object]</string>
16
- <string name="alert_alertshadowup">[object Object]</string>
17
- <string name="menu_menushadow">[object Object]</string>
18
- <string name="menu_heyinputshadow">[object Object]</string>
19
- <string name="teaser_teaserheadlinesshadow">[object Object]</string>
20
- </resources>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Do not edit directly, this file was auto-generated.
5
- -->
6
- <resources>
7
- <string name="dropshadowsoft_shadowsoftsm">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
8
- <string name="dropshadowsoft_shadowsoftmd">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
9
- <string name="dropshadowsoft_shadowsoftlg">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
10
- <string name="dropshadowsoft_shadowsoftxl">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
11
- <string name="dropshadowhard_shadowhardsm">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
12
- <string name="dropshadowhard_shadowhardmd">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
13
- <string name="dropshadowhard_shadowhardlg">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
14
- <string name="dropshadowhard_shadowhardxl">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
15
- <string name="alert_alertshadowdown">[object Object]</string>
16
- <string name="alert_alertshadowup">[object Object]</string>
17
- <string name="menu_menushadow">[object Object]</string>
18
- <string name="menu_heyinputshadow">[object Object]</string>
19
- <string name="teaser_teaserheadlinesshadow">[object Object]</string>
20
- </resources>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
-
3
- <!--
4
- Do not edit directly, this file was auto-generated.
5
- -->
6
- <resources>
7
- <string name="dropshadowsoft_shadowsoftsm">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
8
- <string name="dropshadowsoft_shadowsoftmd">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
9
- <string name="dropshadowsoft_shadowsoftlg">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
10
- <string name="dropshadowsoft_shadowsoftxl">[object Object],[object Object]</string><!-- Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. -->
11
- <string name="dropshadowhard_shadowhardsm">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
12
- <string name="dropshadowhard_shadowhardmd">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
13
- <string name="dropshadowhard_shadowhardlg">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
14
- <string name="dropshadowhard_shadowhardxl">[object Object],[object Object]</string><!-- Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. -->
15
- <string name="alert_alertshadowdown">[object Object]</string>
16
- <string name="alert_alertshadowup">[object Object]</string>
17
- <string name="menu_menushadow">[object Object]</string>
18
- <string name="menu_heyinputshadow">[object Object]</string>
19
- <string name="teaser_teaserheadlinesshadow">[object Object]</string>
20
- </resources>
@@ -1,56 +0,0 @@
1
- //
2
- // effects-dark.scss
3
- // Generiert am: 2025-11-24T21:07:33.422Z
4
- // Nicht manuell bearbeiten!
5
- //
6
-
7
- // ============================================
8
- // ALERT
9
- // ============================================
10
-
11
- $alertshadowdown: [object Object];
12
- $alertshadowup: [object Object];
13
-
14
-
15
- // ============================================
16
- // DROPSHADOWHARD
17
- // ============================================
18
-
19
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
20
- $shadowhardsm: [object Object],[object Object];
21
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
22
- $shadowhardmd: [object Object],[object Object];
23
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
24
- $shadowhardlg: [object Object],[object Object];
25
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
26
- $shadowhardxl: [object Object],[object Object];
27
-
28
-
29
- // ============================================
30
- // DROPSHADOWSOFT
31
- // ============================================
32
-
33
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
34
- $shadowsoftsm: [object Object],[object Object];
35
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
36
- $shadowsoftmd: [object Object],[object Object];
37
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
38
- $shadowsoftlg: [object Object],[object Object];
39
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
40
- $shadowsoftxl: [object Object],[object Object];
41
-
42
-
43
- // ============================================
44
- // MENU
45
- // ============================================
46
-
47
- $menushadow: [object Object];
48
- $heyinputshadow: [object Object];
49
-
50
-
51
- // ============================================
52
- // TEASER
53
- // ============================================
54
-
55
- $teaserheadlinesshadow: [object Object];
56
-
@@ -1,56 +0,0 @@
1
- //
2
- // effects-light.scss
3
- // Generiert am: 2025-11-24T21:07:33.348Z
4
- // Nicht manuell bearbeiten!
5
- //
6
-
7
- // ============================================
8
- // ALERT
9
- // ============================================
10
-
11
- $alertshadowdown: [object Object];
12
- $alertshadowup: [object Object];
13
-
14
-
15
- // ============================================
16
- // DROPSHADOWHARD
17
- // ============================================
18
-
19
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
20
- $shadowhardsm: [object Object],[object Object];
21
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
22
- $shadowhardmd: [object Object],[object Object];
23
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
24
- $shadowhardlg: [object Object],[object Object];
25
- // Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus.
26
- $shadowhardxl: [object Object],[object Object];
27
-
28
-
29
- // ============================================
30
- // DROPSHADOWSOFT
31
- // ============================================
32
-
33
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
34
- $shadowsoftsm: [object Object],[object Object];
35
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
36
- $shadowsoftmd: [object Object],[object Object];
37
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
38
- $shadowsoftlg: [object Object],[object Object];
39
- // Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation.
40
- $shadowsoftxl: [object Object],[object Object];
41
-
42
-
43
- // ============================================
44
- // MENU
45
- // ============================================
46
-
47
- $menushadow: [object Object];
48
- $heyinputshadow: [object Object];
49
-
50
-
51
- // ============================================
52
- // TEASER
53
- // ============================================
54
-
55
- $teaserheadlinesshadow: [object Object];
56
-