@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
@@ -6,23 +6,194 @@
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
8
 
9
-
10
9
  import 'dart:ui';
11
10
 
12
11
  class EffectsAdvertorialDark {
13
12
  EffectsAdvertorialDark._();
14
13
 
15
- static const alertAlertshadowdown = [object Object];
16
- static const alertAlertshadowup = [object Object];
17
- static const dropshadowhardShadowhardlg = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- static const dropshadowhardShadowhardmd = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
19
- static const dropshadowhardShadowhardsm = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
20
- static const dropshadowhardShadowhardxl = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
21
- static const dropshadowsoftShadowsoftlg = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- static const dropshadowsoftShadowsoftmd = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
23
- static const dropshadowsoftShadowsoftsm = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
24
- static const dropshadowsoftShadowsoftxl = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
25
- static const menuHeyinputshadow = [object Object];
26
- static const menuMenushadow = [object Object];
27
- static const teaserTeaserheadlinesshadow = [object Object];
28
- }
14
+ // ============================================
15
+ // DROPSHADOWSOFT
16
+ // ============================================
17
+
18
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
+ static const shadowsoftsm = [
20
+ BoxShadow(
21
+ offset: Offset(0, 1),
22
+ blurRadius: 4,
23
+ spreadRadius: 0,
24
+ color: Color(0x0a000000)
25
+ ),
26
+ BoxShadow(
27
+ offset: Offset(0, 2),
28
+ blurRadius: 6,
29
+ spreadRadius: 0,
30
+ color: Color(0x14000000)
31
+ )
32
+ ];
33
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
34
+ static const shadowsoftmd = [
35
+ BoxShadow(
36
+ offset: Offset(0, 2),
37
+ blurRadius: 16,
38
+ spreadRadius: 0,
39
+ color: Color(0x08000000)
40
+ ),
41
+ BoxShadow(
42
+ offset: Offset(0, 4),
43
+ blurRadius: 12,
44
+ spreadRadius: 0,
45
+ color: Color(0x12000000)
46
+ )
47
+ ];
48
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
49
+ static const shadowsoftlg = [
50
+ BoxShadow(
51
+ offset: Offset(0, 8),
52
+ blurRadius: 24,
53
+ spreadRadius: 0,
54
+ color: Color(0x08000000)
55
+ ),
56
+ BoxShadow(
57
+ offset: Offset(0, 8),
58
+ blurRadius: 16,
59
+ spreadRadius: 0,
60
+ color: Color(0x12000000)
61
+ )
62
+ ];
63
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
64
+ static const shadowsoftxl = [
65
+ BoxShadow(
66
+ offset: Offset(0, 0),
67
+ blurRadius: 64,
68
+ spreadRadius: 0,
69
+ color: Color(0x0d000000)
70
+ ),
71
+ BoxShadow(
72
+ offset: Offset(0, 16),
73
+ blurRadius: 32,
74
+ spreadRadius: 0,
75
+ color: Color(0x1a000000)
76
+ )
77
+ ];
78
+
79
+ // ============================================
80
+ // DROPSHADOWHARD
81
+ // ============================================
82
+
83
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
84
+ static const shadowhardsm = [
85
+ BoxShadow(
86
+ offset: Offset(0, 1),
87
+ blurRadius: 2,
88
+ spreadRadius: 0,
89
+ color: Color(0x33000000)
90
+ ),
91
+ BoxShadow(
92
+ offset: Offset(0, 1),
93
+ blurRadius: 3,
94
+ spreadRadius: 1,
95
+ color: Color(0x1a000000)
96
+ )
97
+ ];
98
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
99
+ static const shadowhardmd = [
100
+ BoxShadow(
101
+ offset: Offset(0, 4),
102
+ blurRadius: 8,
103
+ spreadRadius: 0,
104
+ color: Color(0x1a000000)
105
+ ),
106
+ BoxShadow(
107
+ offset: Offset(0, 2),
108
+ blurRadius: 4,
109
+ spreadRadius: 0,
110
+ color: Color(0x29000000)
111
+ )
112
+ ];
113
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
114
+ static const shadowhardlg = [
115
+ BoxShadow(
116
+ offset: Offset(0, 2),
117
+ blurRadius: 3,
118
+ spreadRadius: 0,
119
+ color: Color(0x33000000)
120
+ ),
121
+ BoxShadow(
122
+ offset: Offset(0, 6),
123
+ blurRadius: 10,
124
+ spreadRadius: 4,
125
+ color: Color(0x1a000000)
126
+ )
127
+ ];
128
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
129
+ static const shadowhardxl = [
130
+ BoxShadow(
131
+ offset: Offset(0, 4),
132
+ blurRadius: 4,
133
+ spreadRadius: 0,
134
+ color: Color(0x33000000)
135
+ ),
136
+ BoxShadow(
137
+ offset: Offset(0, 8),
138
+ blurRadius: 12,
139
+ spreadRadius: 6,
140
+ color: Color(0x1a000000)
141
+ )
142
+ ];
143
+
144
+ // ============================================
145
+ // ALERT
146
+ // ============================================
147
+
148
+ static const alertshadowdown = [
149
+ BoxShadow(
150
+ offset: Offset(0, 6),
151
+ blurRadius: 10,
152
+ spreadRadius: 0,
153
+ color: Color(0x33000000)
154
+ )
155
+ ];
156
+ static const alertshadowup = [
157
+ BoxShadow(
158
+ offset: Offset(0, -2),
159
+ blurRadius: 10,
160
+ spreadRadius: 0,
161
+ color: Color(0x33000000)
162
+ )
163
+ ];
164
+
165
+ // ============================================
166
+ // MENU
167
+ // ============================================
168
+
169
+ static const menushadow = [
170
+ BoxShadow(
171
+ offset: Offset(0, 8),
172
+ blurRadius: 10,
173
+ spreadRadius: -8,
174
+ color: Color(0x1a000000)
175
+ )
176
+ ];
177
+ static const heyinputshadow = [
178
+ BoxShadow(
179
+ offset: Offset(0, 8),
180
+ blurRadius: 10,
181
+ spreadRadius: -8,
182
+ color: Color(0x00000000)
183
+ )
184
+ ];
185
+
186
+ // ============================================
187
+ // TEASER
188
+ // ============================================
189
+
190
+ static const teaserheadlinesshadow = [
191
+ BoxShadow(
192
+ offset: Offset(0, 2),
193
+ blurRadius: 8,
194
+ spreadRadius: 0,
195
+ color: Color(0x99000000)
196
+ )
197
+ ];
198
+
199
+ }
@@ -6,23 +6,194 @@
6
6
  // Do not edit directly, this file was auto-generated.
7
7
 
8
8
 
9
-
10
9
  import 'dart:ui';
11
10
 
12
11
  class EffectsAdvertorialLight {
13
12
  EffectsAdvertorialLight._();
14
13
 
15
- static const alertAlertshadowdown = [object Object];
16
- static const alertAlertshadowup = [object Object];
17
- static const dropshadowhardShadowhardlg = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
18
- static const dropshadowhardShadowhardmd = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
19
- static const dropshadowhardShadowhardsm = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
20
- static const dropshadowhardShadowhardxl = [object Object],[object Object]; /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
21
- static const dropshadowsoftShadowsoftlg = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
22
- static const dropshadowsoftShadowsoftmd = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
23
- static const dropshadowsoftShadowsoftsm = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
24
- static const dropshadowsoftShadowsoftxl = [object Object],[object Object]; /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
25
- static const menuHeyinputshadow = [object Object];
26
- static const menuMenushadow = [object Object];
27
- static const teaserTeaserheadlinesshadow = [object Object];
28
- }
14
+ // ============================================
15
+ // DROPSHADOWSOFT
16
+ // ============================================
17
+
18
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
19
+ static const shadowsoftsm = [
20
+ BoxShadow(
21
+ offset: Offset(0, 1),
22
+ blurRadius: 4,
23
+ spreadRadius: 0,
24
+ color: Color(0x0a000000)
25
+ ),
26
+ BoxShadow(
27
+ offset: Offset(0, 2),
28
+ blurRadius: 6,
29
+ spreadRadius: 0,
30
+ color: Color(0x14000000)
31
+ )
32
+ ];
33
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
34
+ static const shadowsoftmd = [
35
+ BoxShadow(
36
+ offset: Offset(0, 2),
37
+ blurRadius: 16,
38
+ spreadRadius: 0,
39
+ color: Color(0x08000000)
40
+ ),
41
+ BoxShadow(
42
+ offset: Offset(0, 4),
43
+ blurRadius: 12,
44
+ spreadRadius: 0,
45
+ color: Color(0x12000000)
46
+ )
47
+ ];
48
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
49
+ static const shadowsoftlg = [
50
+ BoxShadow(
51
+ offset: Offset(0, 8),
52
+ blurRadius: 24,
53
+ spreadRadius: 0,
54
+ color: Color(0x08000000)
55
+ ),
56
+ BoxShadow(
57
+ offset: Offset(0, 8),
58
+ blurRadius: 16,
59
+ spreadRadius: 0,
60
+ color: Color(0x12000000)
61
+ )
62
+ ];
63
+ /** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
64
+ static const shadowsoftxl = [
65
+ BoxShadow(
66
+ offset: Offset(0, 0),
67
+ blurRadius: 64,
68
+ spreadRadius: 0,
69
+ color: Color(0x0d000000)
70
+ ),
71
+ BoxShadow(
72
+ offset: Offset(0, 16),
73
+ blurRadius: 32,
74
+ spreadRadius: 0,
75
+ color: Color(0x1a000000)
76
+ )
77
+ ];
78
+
79
+ // ============================================
80
+ // DROPSHADOWHARD
81
+ // ============================================
82
+
83
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
84
+ static const shadowhardsm = [
85
+ BoxShadow(
86
+ offset: Offset(0, 1),
87
+ blurRadius: 2,
88
+ spreadRadius: 0,
89
+ color: Color(0x33000000)
90
+ ),
91
+ BoxShadow(
92
+ offset: Offset(0, 1),
93
+ blurRadius: 3,
94
+ spreadRadius: 1,
95
+ color: Color(0x1a000000)
96
+ )
97
+ ];
98
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
99
+ static const shadowhardmd = [
100
+ BoxShadow(
101
+ offset: Offset(0, 4),
102
+ blurRadius: 8,
103
+ spreadRadius: 0,
104
+ color: Color(0x1a000000)
105
+ ),
106
+ BoxShadow(
107
+ offset: Offset(0, 2),
108
+ blurRadius: 4,
109
+ spreadRadius: 0,
110
+ color: Color(0x29000000)
111
+ )
112
+ ];
113
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
114
+ static const shadowhardlg = [
115
+ BoxShadow(
116
+ offset: Offset(0, 2),
117
+ blurRadius: 3,
118
+ spreadRadius: 0,
119
+ color: Color(0x33000000)
120
+ ),
121
+ BoxShadow(
122
+ offset: Offset(0, 6),
123
+ blurRadius: 10,
124
+ spreadRadius: 4,
125
+ color: Color(0x1a000000)
126
+ )
127
+ ];
128
+ /** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
129
+ static const shadowhardxl = [
130
+ BoxShadow(
131
+ offset: Offset(0, 4),
132
+ blurRadius: 4,
133
+ spreadRadius: 0,
134
+ color: Color(0x33000000)
135
+ ),
136
+ BoxShadow(
137
+ offset: Offset(0, 8),
138
+ blurRadius: 12,
139
+ spreadRadius: 6,
140
+ color: Color(0x1a000000)
141
+ )
142
+ ];
143
+
144
+ // ============================================
145
+ // ALERT
146
+ // ============================================
147
+
148
+ static const alertshadowdown = [
149
+ BoxShadow(
150
+ offset: Offset(0, 6),
151
+ blurRadius: 10,
152
+ spreadRadius: 0,
153
+ color: Color(0x33000000)
154
+ )
155
+ ];
156
+ static const alertshadowup = [
157
+ BoxShadow(
158
+ offset: Offset(0, -2),
159
+ blurRadius: 10,
160
+ spreadRadius: 0,
161
+ color: Color(0x33000000)
162
+ )
163
+ ];
164
+
165
+ // ============================================
166
+ // MENU
167
+ // ============================================
168
+
169
+ static const menushadow = [
170
+ BoxShadow(
171
+ offset: Offset(0, 8),
172
+ blurRadius: 10,
173
+ spreadRadius: -8,
174
+ color: Color(0x1a000000)
175
+ )
176
+ ];
177
+ static const heyinputshadow = [
178
+ BoxShadow(
179
+ offset: Offset(0, 8),
180
+ blurRadius: 10,
181
+ spreadRadius: -8,
182
+ color: Color(0x00000000)
183
+ )
184
+ ];
185
+
186
+ // ============================================
187
+ // TEASER
188
+ // ============================================
189
+
190
+ static const teaserheadlinesshadow = [
191
+ BoxShadow(
192
+ offset: Offset(0, 2),
193
+ blurRadius: 8,
194
+ spreadRadius: 0,
195
+ color: Color(0x99000000)
196
+ )
197
+ ];
198
+
199
+ }