@marioschmidt/design-system-tokens 1.0.24 → 1.0.26

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 (188) hide show
  1. package/dist/css/brands/advertorial/density/density-compact.css +1 -1
  2. package/dist/css/brands/advertorial/density/density-default.css +1 -1
  3. package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
  4. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +1 -1
  5. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  6. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  9. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  10. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  11. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  15. package/dist/css/brands/bild/density/density-compact.css +1 -1
  16. package/dist/css/brands/bild/density/density-default.css +1 -1
  17. package/dist/css/brands/bild/density/density-spacious.css +1 -1
  18. package/dist/css/brands/bild/overrides/brandcolormapping.css +1 -1
  19. package/dist/css/brands/bild/overrides/brandtokenmapping.css +1 -1
  20. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  21. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  24. package/dist/css/brands/bild/semantic/color/colormode-dark.css +1 -1
  25. package/dist/css/brands/bild/semantic/color/colormode-light.css +1 -1
  26. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  27. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  28. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  29. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  32. package/dist/css/brands/sportbild/density/density-compact.css +1 -1
  33. package/dist/css/brands/sportbild/density/density-default.css +1 -1
  34. package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
  35. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +1 -1
  36. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +1 -1
  37. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  38. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  41. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +1 -1
  42. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +1 -1
  43. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  44. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  49. package/dist/css/shared/colorprimitive.css +1 -1
  50. package/dist/css/shared/fontprimitive.css +1 -1
  51. package/dist/css/shared/sizeprimitive.css +1 -1
  52. package/dist/css/shared/spaceprimitive.css +1 -1
  53. package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +186 -15
  54. package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +186 -15
  55. package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +1060 -138
  56. package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +1059 -137
  57. package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +1060 -138
  58. package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +1059 -137
  59. package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +186 -15
  60. package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +186 -15
  61. package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +1060 -138
  62. package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +1059 -137
  63. package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +1060 -138
  64. package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +1059 -137
  65. package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +186 -15
  66. package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +186 -15
  67. package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +1060 -138
  68. package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +1059 -137
  69. package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +1060 -138
  70. package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +1059 -137
  71. package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +48 -16
  72. package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +48 -16
  73. package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +48 -16
  74. package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +48 -16
  75. package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +48 -16
  76. package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +48 -16
  77. package/dist/js/brands/advertorial/density/density-compact.js +1 -1
  78. package/dist/js/brands/advertorial/density/density-default.js +1 -1
  79. package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
  80. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +1 -1
  81. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  82. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  83. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  84. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  85. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +175 -15
  86. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +175 -15
  87. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +753 -115
  88. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +753 -115
  89. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +753 -115
  90. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +753 -115
  91. package/dist/js/brands/bild/density/density-compact.js +1 -1
  92. package/dist/js/brands/bild/density/density-default.js +1 -1
  93. package/dist/js/brands/bild/density/density-spacious.js +1 -1
  94. package/dist/js/brands/bild/overrides/brandcolormapping.js +1 -1
  95. package/dist/js/brands/bild/overrides/brandtokenmapping.js +1 -1
  96. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  97. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  98. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  99. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  100. package/dist/js/brands/bild/semantic/color/colormode-dark.js +1 -1
  101. package/dist/js/brands/bild/semantic/color/colormode-light.js +1 -1
  102. package/dist/js/brands/bild/semantic/effects/effects-dark.js +175 -15
  103. package/dist/js/brands/bild/semantic/effects/effects-light.js +175 -15
  104. package/dist/js/brands/bild/semantic/typography/typography-lg.js +753 -115
  105. package/dist/js/brands/bild/semantic/typography/typography-md.js +753 -115
  106. package/dist/js/brands/bild/semantic/typography/typography-sm.js +753 -115
  107. package/dist/js/brands/bild/semantic/typography/typography-xs.js +753 -115
  108. package/dist/js/brands/sportbild/density/density-compact.js +1 -1
  109. package/dist/js/brands/sportbild/density/density-default.js +1 -1
  110. package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
  111. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +1 -1
  112. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +1 -1
  113. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  114. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  115. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  116. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  117. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +1 -1
  118. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +1 -1
  119. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +175 -15
  120. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +175 -15
  121. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +753 -115
  122. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +753 -115
  123. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +753 -115
  124. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +753 -115
  125. package/dist/js/shared/colorprimitive.js +1 -1
  126. package/dist/js/shared/fontprimitive.js +1 -1
  127. package/dist/js/shared/sizeprimitive.js +1 -1
  128. package/dist/js/shared/spaceprimitive.js +1 -1
  129. package/dist/manifest.json +1 -1
  130. package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
  131. package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
  132. package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
  133. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +1 -1
  134. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  135. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  136. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  137. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  138. package/dist/scss/brands/bild/density/density-compact.scss +1 -1
  139. package/dist/scss/brands/bild/density/density-default.scss +1 -1
  140. package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
  141. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +1 -1
  142. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +1 -1
  143. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  144. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  145. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  146. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  147. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +1 -1
  148. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +1 -1
  149. package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
  150. package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
  151. package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
  152. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +1 -1
  153. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +1 -1
  154. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  155. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  156. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  157. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  158. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +1 -1
  159. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +1 -1
  160. package/dist/scss/shared/colorprimitive.scss +1 -1
  161. package/dist/scss/shared/fontprimitive.scss +1 -1
  162. package/dist/scss/shared/sizeprimitive.scss +1 -1
  163. package/dist/scss/shared/spaceprimitive.scss +1 -1
  164. package/package.json +1 -1
  165. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +0 -20
  166. package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +0 -20
  167. package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +0 -20
  168. package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +0 -20
  169. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +0 -20
  170. package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +0 -20
  171. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +0 -56
  172. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +0 -56
  173. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +0 -459
  174. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +0 -459
  175. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +0 -459
  176. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +0 -459
  177. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +0 -56
  178. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +0 -56
  179. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +0 -459
  180. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +0 -459
  181. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +0 -459
  182. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +0 -459
  183. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +0 -56
  184. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +0 -56
  185. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +0 -459
  186. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +0 -459
  187. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +0 -459
  188. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +0 -459
@@ -1,25 +1,57 @@
1
1
 
2
2
  //
3
- // EffectsDark.swift
3
+ // Effects - Advertorial / dark
4
4
  //
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
-
9
8
  import UIKit
10
9
 
11
10
  public class EffectsAdvertorialDark {
12
- public static let alertAlertshadowdown = [object Object]
13
- public static let alertAlertshadowup = [object Object]
14
- public static let dropshadowhardShadowhardlg = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
15
- public static let dropshadowhardShadowhardmd = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
16
- public static let dropshadowhardShadowhardsm = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
17
- public static let dropshadowhardShadowhardxl = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- public static let dropshadowsoftShadowsoftlg = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
- public static let dropshadowsoftShadowsoftmd = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
- public static let dropshadowsoftShadowsoftsm = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
21
- public static let dropshadowsoftShadowsoftxl = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- public static let menuHeyinputshadow = [object Object]
23
- public static let menuMenushadow = [object Object]
24
- public static let teaserTeaserheadlinesshadow = [object Object]
25
- }
11
+ // MARK: - ============================================
12
+ // MARK: - DROPSHADOWSOFT
13
+ // MARK: - ============================================
14
+
15
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
16
+ public static let Shadowsoftsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.03999999910593033)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 6, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07999999821186066))]
17
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
18
+ public static let Shadowsoftmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
19
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
+ public static let Shadowsoftlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 24, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
21
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
+ public static let Shadowsoftxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 0), blurRadius: 64, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.05000000074505806)), NSShadow(offset: CGSize(width: 0, height: 16), blurRadius: 32, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
23
+
24
+ // MARK: - ============================================
25
+ // MARK: - DROPSHADOWHARD
26
+ // MARK: - ============================================
27
+
28
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
29
+ public static let Shadowhardsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 2, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
30
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
31
+ public static let Shadowhardmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1599999964237213))]
32
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
33
+ public static let Shadowhardlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
34
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
35
+ public static let Shadowhardxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
36
+
37
+ // MARK: - ============================================
38
+ // MARK: - ALERT
39
+ // MARK: - ============================================
40
+
41
+ public static let Alertshadowdown: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
42
+ public static let Alertshadowup: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: -2), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
43
+
44
+ // MARK: - ============================================
45
+ // MARK: - MENU
46
+ // MARK: - ============================================
47
+
48
+ public static let Menushadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
49
+ public static let Heyinputshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0))]
50
+
51
+ // MARK: - ============================================
52
+ // MARK: - TEASER
53
+ // MARK: - ============================================
54
+
55
+ public static let Teaserheadlinesshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6000000238418579))]
56
+
57
+ }
@@ -1,25 +1,57 @@
1
1
 
2
2
  //
3
- // EffectsLight.swift
3
+ // Effects - Advertorial / light
4
4
  //
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
-
9
8
  import UIKit
10
9
 
11
10
  public class EffectsAdvertorialLight {
12
- public static let alertAlertshadowdown = [object Object]
13
- public static let alertAlertshadowup = [object Object]
14
- public static let dropshadowhardShadowhardlg = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
15
- public static let dropshadowhardShadowhardmd = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
16
- public static let dropshadowhardShadowhardsm = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
17
- public static let dropshadowhardShadowhardxl = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- public static let dropshadowsoftShadowsoftlg = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
- public static let dropshadowsoftShadowsoftmd = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
- public static let dropshadowsoftShadowsoftsm = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
21
- public static let dropshadowsoftShadowsoftxl = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- public static let menuHeyinputshadow = [object Object]
23
- public static let menuMenushadow = [object Object]
24
- public static let teaserTeaserheadlinesshadow = [object Object]
25
- }
11
+ // MARK: - ============================================
12
+ // MARK: - DROPSHADOWSOFT
13
+ // MARK: - ============================================
14
+
15
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
16
+ public static let Shadowsoftsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.03999999910593033)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 6, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07999999821186066))]
17
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
18
+ public static let Shadowsoftmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
19
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
+ public static let Shadowsoftlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 24, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
21
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
+ public static let Shadowsoftxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 0), blurRadius: 64, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.05000000074505806)), NSShadow(offset: CGSize(width: 0, height: 16), blurRadius: 32, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
23
+
24
+ // MARK: - ============================================
25
+ // MARK: - DROPSHADOWHARD
26
+ // MARK: - ============================================
27
+
28
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
29
+ public static let Shadowhardsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 2, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
30
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
31
+ public static let Shadowhardmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1599999964237213))]
32
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
33
+ public static let Shadowhardlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
34
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
35
+ public static let Shadowhardxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
36
+
37
+ // MARK: - ============================================
38
+ // MARK: - ALERT
39
+ // MARK: - ============================================
40
+
41
+ public static let Alertshadowdown: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
42
+ public static let Alertshadowup: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: -2), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
43
+
44
+ // MARK: - ============================================
45
+ // MARK: - MENU
46
+ // MARK: - ============================================
47
+
48
+ public static let Menushadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
49
+ public static let Heyinputshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0))]
50
+
51
+ // MARK: - ============================================
52
+ // MARK: - TEASER
53
+ // MARK: - ============================================
54
+
55
+ public static let Teaserheadlinesshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6000000238418579))]
56
+
57
+ }
@@ -1,25 +1,57 @@
1
1
 
2
2
  //
3
- // EffectsDark.swift
3
+ // Effects - Bild / dark
4
4
  //
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
-
9
8
  import UIKit
10
9
 
11
10
  public class EffectsBildDark {
12
- public static let alertAlertshadowdown = [object Object]
13
- public static let alertAlertshadowup = [object Object]
14
- public static let dropshadowhardShadowhardlg = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
15
- public static let dropshadowhardShadowhardmd = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
16
- public static let dropshadowhardShadowhardsm = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
17
- public static let dropshadowhardShadowhardxl = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- public static let dropshadowsoftShadowsoftlg = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
- public static let dropshadowsoftShadowsoftmd = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
- public static let dropshadowsoftShadowsoftsm = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
21
- public static let dropshadowsoftShadowsoftxl = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- public static let menuHeyinputshadow = [object Object]
23
- public static let menuMenushadow = [object Object]
24
- public static let teaserTeaserheadlinesshadow = [object Object]
25
- }
11
+ // MARK: - ============================================
12
+ // MARK: - DROPSHADOWSOFT
13
+ // MARK: - ============================================
14
+
15
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
16
+ public static let Shadowsoftsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.03999999910593033)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 6, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07999999821186066))]
17
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
18
+ public static let Shadowsoftmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
19
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
+ public static let Shadowsoftlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 24, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
21
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
+ public static let Shadowsoftxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 0), blurRadius: 64, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.05000000074505806)), NSShadow(offset: CGSize(width: 0, height: 16), blurRadius: 32, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
23
+
24
+ // MARK: - ============================================
25
+ // MARK: - DROPSHADOWHARD
26
+ // MARK: - ============================================
27
+
28
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
29
+ public static let Shadowhardsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 2, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
30
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
31
+ public static let Shadowhardmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1599999964237213))]
32
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
33
+ public static let Shadowhardlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
34
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
35
+ public static let Shadowhardxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
36
+
37
+ // MARK: - ============================================
38
+ // MARK: - ALERT
39
+ // MARK: - ============================================
40
+
41
+ public static let Alertshadowdown: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
42
+ public static let Alertshadowup: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: -2), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
43
+
44
+ // MARK: - ============================================
45
+ // MARK: - MENU
46
+ // MARK: - ============================================
47
+
48
+ public static let Menushadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
49
+ public static let Heyinputshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0))]
50
+
51
+ // MARK: - ============================================
52
+ // MARK: - TEASER
53
+ // MARK: - ============================================
54
+
55
+ public static let Teaserheadlinesshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6000000238418579))]
56
+
57
+ }
@@ -1,25 +1,57 @@
1
1
 
2
2
  //
3
- // EffectsLight.swift
3
+ // Effects - Bild / light
4
4
  //
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
-
9
8
  import UIKit
10
9
 
11
10
  public class EffectsBildLight {
12
- public static let alertAlertshadowdown = [object Object]
13
- public static let alertAlertshadowup = [object Object]
14
- public static let dropshadowhardShadowhardlg = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
15
- public static let dropshadowhardShadowhardmd = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
16
- public static let dropshadowhardShadowhardsm = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
17
- public static let dropshadowhardShadowhardxl = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- public static let dropshadowsoftShadowsoftlg = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
- public static let dropshadowsoftShadowsoftmd = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
- public static let dropshadowsoftShadowsoftsm = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
21
- public static let dropshadowsoftShadowsoftxl = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- public static let menuHeyinputshadow = [object Object]
23
- public static let menuMenushadow = [object Object]
24
- public static let teaserTeaserheadlinesshadow = [object Object]
25
- }
11
+ // MARK: - ============================================
12
+ // MARK: - DROPSHADOWSOFT
13
+ // MARK: - ============================================
14
+
15
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
16
+ public static let Shadowsoftsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.03999999910593033)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 6, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07999999821186066))]
17
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
18
+ public static let Shadowsoftmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
19
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
+ public static let Shadowsoftlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 24, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
21
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
+ public static let Shadowsoftxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 0), blurRadius: 64, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.05000000074505806)), NSShadow(offset: CGSize(width: 0, height: 16), blurRadius: 32, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
23
+
24
+ // MARK: - ============================================
25
+ // MARK: - DROPSHADOWHARD
26
+ // MARK: - ============================================
27
+
28
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
29
+ public static let Shadowhardsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 2, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
30
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
31
+ public static let Shadowhardmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1599999964237213))]
32
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
33
+ public static let Shadowhardlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
34
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
35
+ public static let Shadowhardxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
36
+
37
+ // MARK: - ============================================
38
+ // MARK: - ALERT
39
+ // MARK: - ============================================
40
+
41
+ public static let Alertshadowdown: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
42
+ public static let Alertshadowup: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: -2), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
43
+
44
+ // MARK: - ============================================
45
+ // MARK: - MENU
46
+ // MARK: - ============================================
47
+
48
+ public static let Menushadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
49
+ public static let Heyinputshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0))]
50
+
51
+ // MARK: - ============================================
52
+ // MARK: - TEASER
53
+ // MARK: - ============================================
54
+
55
+ public static let Teaserheadlinesshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6000000238418579))]
56
+
57
+ }
@@ -1,25 +1,57 @@
1
1
 
2
2
  //
3
- // EffectsDark.swift
3
+ // Effects - Sportbild / dark
4
4
  //
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
-
9
8
  import UIKit
10
9
 
11
10
  public class EffectsSportbildDark {
12
- public static let alertAlertshadowdown = [object Object]
13
- public static let alertAlertshadowup = [object Object]
14
- public static let dropshadowhardShadowhardlg = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
15
- public static let dropshadowhardShadowhardmd = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
16
- public static let dropshadowhardShadowhardsm = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
17
- public static let dropshadowhardShadowhardxl = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- public static let dropshadowsoftShadowsoftlg = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
- public static let dropshadowsoftShadowsoftmd = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
- public static let dropshadowsoftShadowsoftsm = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
21
- public static let dropshadowsoftShadowsoftxl = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- public static let menuHeyinputshadow = [object Object]
23
- public static let menuMenushadow = [object Object]
24
- public static let teaserTeaserheadlinesshadow = [object Object]
25
- }
11
+ // MARK: - ============================================
12
+ // MARK: - DROPSHADOWSOFT
13
+ // MARK: - ============================================
14
+
15
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
16
+ public static let Shadowsoftsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.03999999910593033)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 6, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07999999821186066))]
17
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
18
+ public static let Shadowsoftmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
19
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
+ public static let Shadowsoftlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 24, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
21
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
+ public static let Shadowsoftxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 0), blurRadius: 64, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.05000000074505806)), NSShadow(offset: CGSize(width: 0, height: 16), blurRadius: 32, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
23
+
24
+ // MARK: - ============================================
25
+ // MARK: - DROPSHADOWHARD
26
+ // MARK: - ============================================
27
+
28
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
29
+ public static let Shadowhardsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 2, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
30
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
31
+ public static let Shadowhardmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1599999964237213))]
32
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
33
+ public static let Shadowhardlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
34
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
35
+ public static let Shadowhardxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
36
+
37
+ // MARK: - ============================================
38
+ // MARK: - ALERT
39
+ // MARK: - ============================================
40
+
41
+ public static let Alertshadowdown: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
42
+ public static let Alertshadowup: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: -2), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
43
+
44
+ // MARK: - ============================================
45
+ // MARK: - MENU
46
+ // MARK: - ============================================
47
+
48
+ public static let Menushadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
49
+ public static let Heyinputshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0))]
50
+
51
+ // MARK: - ============================================
52
+ // MARK: - TEASER
53
+ // MARK: - ============================================
54
+
55
+ public static let Teaserheadlinesshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6000000238418579))]
56
+
57
+ }
@@ -1,25 +1,57 @@
1
1
 
2
2
  //
3
- // EffectsLight.swift
3
+ // Effects - Sportbild / light
4
4
  //
5
5
 
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
-
9
8
  import UIKit
10
9
 
11
10
  public class EffectsSportbildLight {
12
- public static let alertAlertshadowdown = [object Object]
13
- public static let alertAlertshadowup = [object Object]
14
- public static let dropshadowhardShadowhardlg = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
15
- public static let dropshadowhardShadowhardmd = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
16
- public static let dropshadowhardShadowhardsm = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
17
- public static let dropshadowhardShadowhardxl = [object Object],[object Object] /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- public static let dropshadowsoftShadowsoftlg = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
- public static let dropshadowsoftShadowsoftmd = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
- public static let dropshadowsoftShadowsoftsm = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
21
- public static let dropshadowsoftShadowsoftxl = [object Object],[object Object] /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- public static let menuHeyinputshadow = [object Object]
23
- public static let menuMenushadow = [object Object]
24
- public static let teaserTeaserheadlinesshadow = [object Object]
25
- }
11
+ // MARK: - ============================================
12
+ // MARK: - DROPSHADOWSOFT
13
+ // MARK: - ============================================
14
+
15
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
16
+ public static let Shadowsoftsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.03999999910593033)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 6, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07999999821186066))]
17
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
18
+ public static let Shadowsoftmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
19
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
20
+ public static let Shadowsoftlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 24, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.029999999329447746)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 16, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.07000000029802322))]
21
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
+ public static let Shadowsoftxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 0), blurRadius: 64, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.05000000074505806)), NSShadow(offset: CGSize(width: 0, height: 16), blurRadius: 32, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
23
+
24
+ // MARK: - ============================================
25
+ // MARK: - DROPSHADOWHARD
26
+ // MARK: - ============================================
27
+
28
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
29
+ public static let Shadowhardsm: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 2, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 1), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
30
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
31
+ public static let Shadowhardmd: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612)), NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1599999964237213))]
32
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
33
+ public static let Shadowhardlg: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 3, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
34
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
35
+ public static let Shadowhardxl: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 4), blurRadius: 4, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224)), NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 12, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
36
+
37
+ // MARK: - ============================================
38
+ // MARK: - ALERT
39
+ // MARK: - ============================================
40
+
41
+ public static let Alertshadowdown: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 6), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
42
+ public static let Alertshadowup: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: -2), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.20000000298023224))]
43
+
44
+ // MARK: - ============================================
45
+ // MARK: - MENU
46
+ // MARK: - ============================================
47
+
48
+ public static let Menushadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10000000149011612))]
49
+ public static let Heyinputshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 8), blurRadius: 10, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0))]
50
+
51
+ // MARK: - ============================================
52
+ // MARK: - TEASER
53
+ // MARK: - ============================================
54
+
55
+ public static let Teaserheadlinesshadow: [NSShadow] = [NSShadow(offset: CGSize(width: 0, height: 2), blurRadius: 8, color: UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.6000000238418579))]
56
+
57
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * density-compact.js
3
- * Generiert am: 2025-11-24T21:40:51.581Z
3
+ * Generiert am: 2025-11-25T08:28:21.386Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * density-default.js
3
- * Generiert am: 2025-11-24T21:40:51.622Z
3
+ * Generiert am: 2025-11-25T08:28:21.425Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * density-spacious.js
3
- * Generiert am: 2025-11-24T21:40:51.662Z
3
+ * Generiert am: 2025-11-25T08:28:21.465Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * brandtokenmapping.js
3
- * Generiert am: 2025-11-24T21:40:52.545Z
3
+ * Generiert am: 2025-11-25T08:28:22.375Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * breakpoint-lg-1024px-regular.js
3
- * Generiert am: 2025-11-24T21:40:51.839Z
3
+ * Generiert am: 2025-11-25T08:28:21.638Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * breakpoint-md-600px.js
3
- * Generiert am: 2025-11-24T21:40:52.022Z
3
+ * Generiert am: 2025-11-25T08:28:21.829Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * breakpoint-sm-390px-compact.js
3
- * Generiert am: 2025-11-24T21:40:52.233Z
3
+ * Generiert am: 2025-11-25T08:28:22.056Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * breakpoint-xs-320px.js
3
- * Generiert am: 2025-11-24T21:40:52.419Z
3
+ * Generiert am: 2025-11-25T08:28:22.245Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6