@acorex/modules 19.4.13 → 19.4.15

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 (87) hide show
  1. package/assets/images/weather/cloudy-day-1.svg +175 -0
  2. package/assets/images/weather/cloudy-day-2.svg +176 -0
  3. package/assets/images/weather/cloudy-day-3.svg +175 -0
  4. package/assets/images/weather/cloudy-night-1.svg +198 -0
  5. package/assets/images/weather/cloudy-night-2.svg +198 -0
  6. package/assets/images/weather/cloudy-night-3.svg +198 -0
  7. package/assets/images/weather/cloudy.svg +500 -0
  8. package/assets/images/weather/day.svg +521 -0
  9. package/assets/images/weather/night.svg +503 -0
  10. package/assets/images/weather/rainy-1.svg +157 -0
  11. package/assets/images/weather/rainy-2.svg +133 -0
  12. package/assets/images/weather/rainy-3.svg +157 -0
  13. package/assets/images/weather/rainy-4.svg +66 -0
  14. package/assets/images/weather/rainy-5.svg +90 -0
  15. package/assets/images/weather/rainy-6.svg +91 -0
  16. package/assets/images/weather/rainy-7.svg +91 -0
  17. package/assets/images/weather/snowy-1.svg +230 -0
  18. package/assets/images/weather/snowy-2.svg +237 -0
  19. package/assets/images/weather/snowy-3.svg +268 -0
  20. package/assets/images/weather/snowy-4.svg +94 -0
  21. package/assets/images/weather/snowy-5.svg +166 -0
  22. package/assets/images/weather/snowy-6.svg +225 -0
  23. package/assets/images/weather/thunder.svg +268 -0
  24. package/assets/images/weather/weather-sprite.svg +1245 -0
  25. package/assets/images/weather/weather.svg +1245 -0
  26. package/assets/images/weather/weather_sagittarius.svg +9 -0
  27. package/assets/images/weather/weather_sunset.svg +14 -0
  28. package/content-management/index.d.ts +2 -0
  29. package/content-management/lib/entities/index.d.ts +1 -0
  30. package/content-management/lib/entities/promotion/index.d.ts +5 -0
  31. package/content-management/lib/features/index.d.ts +1 -0
  32. package/content-management/lib/features/promotion/components/index.d.ts +1 -0
  33. package/content-management/lib/features/promotion/index.d.ts +1 -0
  34. package/conversation/lib/features/chat/components/chat-preview/chat-preview.component.d.ts +0 -1
  35. package/conversation/lib/features/index.d.ts +1 -0
  36. package/conversation/lib/features/widget/share/comment/comment-widget-view.component.d.ts +66 -0
  37. package/conversation/lib/features/widget/share/comment/comment-widget.config.d.ts +2 -0
  38. package/conversation/lib/features/widget/share/comment/index.d.ts +2 -0
  39. package/dashboard-management/lib/features/home-dashboard/dashboard-popups/index.d.ts +3 -0
  40. package/dashboard-management/lib/features/home-dashboard/index.d.ts +3 -0
  41. package/dashboard-management/lib/features/home-dashboard/setrting.keys.d.ts +3 -0
  42. package/dashboard-management/lib/features/home-dashboard/widget-wrapper/index.d.ts +1 -0
  43. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget-view.component.d.ts +9 -0
  44. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget.config.d.ts +7 -0
  45. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock.component.d.ts +28 -0
  46. package/dashboard-management/lib/features/shared/widgets/analog-clock/index.d.ts +3 -0
  47. package/dashboard-management/lib/features/shared/widgets/index.d.ts +1 -0
  48. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.component.d.ts +32 -0
  49. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.config.d.ts +14 -0
  50. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/index.d.ts +2 -0
  51. package/dashboard-management/lib/features/shared/widgets/weather/index.d.ts +2 -0
  52. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/index.d.ts +2 -0
  53. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.component.d.ts +22 -0
  54. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.config.d.ts +14 -0
  55. package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.abstract.d.ts +19 -0
  56. package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.component.d.ts +5 -5
  57. package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs} +2 -2
  58. package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs.map → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs.map} +1 -1
  59. package/fesm2022/acorex-modules-application-management.mjs +1 -1
  60. package/fesm2022/acorex-modules-content-management.mjs +1288 -1
  61. package/fesm2022/acorex-modules-content-management.mjs.map +1 -1
  62. package/fesm2022/acorex-modules-conversation.mjs +476 -15
  63. package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
  64. package/fesm2022/acorex-modules-dashboard-management.mjs +1224 -30
  65. package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
  66. package/fesm2022/acorex-modules-notification-management.mjs +7 -7
  67. package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
  68. package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-B8aACrqL.mjs → acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs} +132 -54
  69. package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs.map +1 -0
  70. package/fesm2022/{acorex-modules-platform-management-list-version.component-DhSicYd3.mjs → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs} +2 -2
  71. package/fesm2022/{acorex-modules-platform-management-list-version.component-DhSicYd3.mjs.map → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs.map} +1 -1
  72. package/fesm2022/{acorex-modules-platform-management-settings.provider-CnGAUpof.mjs → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs} +2 -2
  73. package/fesm2022/{acorex-modules-platform-management-settings.provider-CnGAUpof.mjs.map → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs.map} +1 -1
  74. package/fesm2022/acorex-modules-platform-management.mjs +1 -1
  75. package/fesm2022/acorex-modules-project-management.mjs +95 -21
  76. package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
  77. package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs → acorex-modules-security-management-permissions-editor.component-B2OIvMs7.mjs} +2 -2
  78. package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs.map → acorex-modules-security-management-permissions-editor.component-B2OIvMs7.mjs.map} +1 -1
  79. package/fesm2022/acorex-modules-security-management.mjs +1 -1
  80. package/package.json +1 -1
  81. package/platform-management/lib/entities/data-source/datasource-provider.dynamic.d.ts +2 -0
  82. package/platform-management/lib/features/common/regional/data-source.provider.d.ts +1 -0
  83. package/fesm2022/acorex-modules-content-management-acorex-modules-content-management-C23PlUCn.mjs +0 -392
  84. package/fesm2022/acorex-modules-content-management-acorex-modules-content-management-C23PlUCn.mjs.map +0 -1
  85. package/fesm2022/acorex-modules-content-management-promotion.entity-D3qRwZhQ.mjs +0 -892
  86. package/fesm2022/acorex-modules-content-management-promotion.entity-D3qRwZhQ.mjs.map +0 -1
  87. package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-B8aACrqL.mjs.map +0 -1
@@ -0,0 +1,500 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- (c) ammap.com | SVG weather icons -->
3
+ <svg
4
+ version="1.1"
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ xmlns:xlink="http://www.w3.org/1999/xlink"
7
+ width="64"
8
+ height="64"
9
+ viewbox="0 0 64 64">
10
+ <defs>
11
+ <filter id="blur" width="200%" height="200%">
12
+ <feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
13
+ <feOffset dx="0" dy="4" result="offsetblur"/>
14
+ <feComponentTransfer>
15
+ <feFuncA type="linear" slope="0.05"/>
16
+ </feComponentTransfer>
17
+ <feMerge>
18
+ <feMergeNode/>
19
+ <feMergeNode in="SourceGraphic"/>
20
+ </feMerge>
21
+ </filter>
22
+ <style type="text/css"><![CDATA[
23
+ /*
24
+ ** CLOUDS
25
+ */
26
+ @keyframes am-weather-cloud-1 {
27
+ 0% {
28
+ -webkit-transform: translate(-5px,0px);
29
+ -moz-transform: translate(-5px,0px);
30
+ -ms-transform: translate(-5px,0px);
31
+ transform: translate(-5px,0px);
32
+ }
33
+
34
+ 50% {
35
+ -webkit-transform: translate(10px,0px);
36
+ -moz-transform: translate(10px,0px);
37
+ -ms-transform: translate(10px,0px);
38
+ transform: translate(10px,0px);
39
+ }
40
+
41
+ 100% {
42
+ -webkit-transform: translate(-5px,0px);
43
+ -moz-transform: translate(-5px,0px);
44
+ -ms-transform: translate(-5px,0px);
45
+ transform: translate(-5px,0px);
46
+ }
47
+ }
48
+
49
+ .am-weather-cloud-1 {
50
+ -webkit-animation-name: am-weather-cloud-1;
51
+ -moz-animation-name: am-weather-cloud-1;
52
+ animation-name: am-weather-cloud-1;
53
+ -webkit-animation-duration: 7s;
54
+ -moz-animation-duration: 7s;
55
+ animation-duration: 7s;
56
+ -webkit-animation-timing-function: linear;
57
+ -moz-animation-timing-function: linear;
58
+ animation-timing-function: linear;
59
+ -webkit-animation-iteration-count: infinite;
60
+ -moz-animation-iteration-count: infinite;
61
+ animation-iteration-count: infinite;
62
+ }
63
+
64
+ @keyframes am-weather-cloud-2 {
65
+ 0% {
66
+ -webkit-transform: translate(0px,0px);
67
+ -moz-transform: translate(0px,0px);
68
+ -ms-transform: translate(0px,0px);
69
+ transform: translate(0px,0px);
70
+ }
71
+
72
+ 50% {
73
+ -webkit-transform: translate(2px,0px);
74
+ -moz-transform: translate(2px,0px);
75
+ -ms-transform: translate(2px,0px);
76
+ transform: translate(2px,0px);
77
+ }
78
+
79
+ 100% {
80
+ -webkit-transform: translate(0px,0px);
81
+ -moz-transform: translate(0px,0px);
82
+ -ms-transform: translate(0px,0px);
83
+ transform: translate(0px,0px);
84
+ }
85
+ }
86
+
87
+ .am-weather-cloud-2 {
88
+ -webkit-animation-name: am-weather-cloud-2;
89
+ -moz-animation-name: am-weather-cloud-2;
90
+ animation-name: am-weather-cloud-2;
91
+ -webkit-animation-duration: 3s;
92
+ -moz-animation-duration: 3s;
93
+ animation-duration: 3s;
94
+ -webkit-animation-timing-function: linear;
95
+ -moz-animation-timing-function: linear;
96
+ animation-timing-function: linear;
97
+ -webkit-animation-iteration-count: infinite;
98
+ -moz-animation-iteration-count: infinite;
99
+ animation-iteration-count: infinite;
100
+ }
101
+
102
+ /*
103
+ ** SUN
104
+ */
105
+ @keyframes am-weather-sun {
106
+ 0% {
107
+ -webkit-transform: rotate(0deg);
108
+ -moz-transform: rotate(0deg);
109
+ -ms-transform: rotate(0deg);
110
+ transform: rotate(0deg);
111
+ }
112
+
113
+ 100% {
114
+ -webkit-transform: rotate(360deg);
115
+ -moz-transform: rotate(360deg);
116
+ -ms-transform: rotate(360deg);
117
+ transform: rotate(360deg);
118
+ }
119
+ }
120
+
121
+ .am-weather-sun {
122
+ -webkit-animation-name: am-weather-sun;
123
+ -moz-animation-name: am-weather-sun;
124
+ -ms-animation-name: am-weather-sun;
125
+ animation-name: am-weather-sun;
126
+ -webkit-animation-duration: 9s;
127
+ -moz-animation-duration: 9s;
128
+ -ms-animation-duration: 9s;
129
+ animation-duration: 9s;
130
+ -webkit-animation-timing-function: linear;
131
+ -moz-animation-timing-function: linear;
132
+ -ms-animation-timing-function: linear;
133
+ animation-timing-function: linear;
134
+ -webkit-animation-iteration-count: infinite;
135
+ -moz-animation-iteration-count: infinite;
136
+ -ms-animation-iteration-count: infinite;
137
+ animation-iteration-count: infinite;
138
+ }
139
+
140
+ @keyframes am-weather-sun-shiny {
141
+ 0% {
142
+ stroke-dasharray: 3px 10px;
143
+ stroke-dashoffset: 0px;
144
+ }
145
+
146
+ 50% {
147
+ stroke-dasharray: 0.1px 10px;
148
+ stroke-dashoffset: -1px;
149
+ }
150
+
151
+ 100% {
152
+ stroke-dasharray: 3px 10px;
153
+ stroke-dashoffset: 0px;
154
+ }
155
+ }
156
+
157
+ .am-weather-sun-shiny line {
158
+ -webkit-animation-name: am-weather-sun-shiny;
159
+ -moz-animation-name: am-weather-sun-shiny;
160
+ -ms-animation-name: am-weather-sun-shiny;
161
+ animation-name: am-weather-sun-shiny;
162
+ -webkit-animation-duration: 2s;
163
+ -moz-animation-duration: 2s;
164
+ -ms-animation-duration: 2s;
165
+ animation-duration: 2s;
166
+ -webkit-animation-timing-function: linear;
167
+ -moz-animation-timing-function: linear;
168
+ -ms-animation-timing-function: linear;
169
+ animation-timing-function: linear;
170
+ -webkit-animation-iteration-count: infinite;
171
+ -moz-animation-iteration-count: infinite;
172
+ -ms-animation-iteration-count: infinite;
173
+ animation-iteration-count: infinite;
174
+ }
175
+
176
+
177
+
178
+
179
+ /*
180
+ ** MOON
181
+ */
182
+ @keyframes am-weather-moon {
183
+ 0% {
184
+ -webkit-transform: rotate(0deg);
185
+ -moz-transform: rotate(0deg);
186
+ -ms-transform: rotate(0deg);
187
+ transform: rotate(0deg);
188
+ }
189
+
190
+ 50% {
191
+ -webkit-transform: rotate(15deg);
192
+ -moz-transform: rotate(15deg);
193
+ -ms-transform: rotate(15deg);
194
+ transform: rotate(15deg);
195
+ }
196
+
197
+ 100% {
198
+ -webkit-transform: rotate(0deg);
199
+ -moz-transform: rotate(0deg);
200
+ -ms-transform: rotate(0deg);
201
+ transform: rotate(0deg);
202
+ }
203
+ }
204
+
205
+ .am-weather-moon {
206
+ -webkit-animation-name: am-weather-moon;
207
+ -moz-animation-name: am-weather-moon;
208
+ -ms-animation-name: am-weather-moon;
209
+ animation-name: am-weather-moon;
210
+ -webkit-animation-duration: 6s;
211
+ -moz-animation-duration: 6s;
212
+ -ms-animation-duration: 6s;
213
+ animation-duration: 6s;
214
+ -webkit-animation-timing-function: linear;
215
+ -moz-animation-timing-function: linear;
216
+ -ms-animation-timing-function: linear;
217
+ animation-timing-function: linear;
218
+ -webkit-animation-iteration-count: infinite;
219
+ -moz-animation-iteration-count: infinite;
220
+ -ms-animation-iteration-count: infinite;
221
+ animation-iteration-count: infinite;
222
+ -webkit-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
223
+ -moz-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
224
+ -ms-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
225
+ transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
226
+ }
227
+
228
+ @keyframes am-weather-moon-star-1 {
229
+ 0% {
230
+ opacity: 0;
231
+ }
232
+
233
+ 100% {
234
+ opacity: 1;
235
+ }
236
+ }
237
+
238
+ .am-weather-moon-star-1 {
239
+ -webkit-animation-name: am-weather-moon-star-1;
240
+ -moz-animation-name: am-weather-moon-star-1;
241
+ -ms-animation-name: am-weather-moon-star-1;
242
+ animation-name: am-weather-moon-star-1;
243
+ -webkit-animation-delay: 3s;
244
+ -moz-animation-delay: 3s;
245
+ -ms-animation-delay: 3s;
246
+ animation-delay: 3s;
247
+ -webkit-animation-duration: 5s;
248
+ -moz-animation-duration: 5s;
249
+ -ms-animation-duration: 5s;
250
+ animation-duration: 5s;
251
+ -webkit-animation-timing-function: linear;
252
+ -moz-animation-timing-function: linear;
253
+ -ms-animation-timing-function: linear;
254
+ animation-timing-function: linear;
255
+ -webkit-animation-iteration-count: 1;
256
+ -moz-animation-iteration-count: 1;
257
+ -ms-animation-iteration-count: 1;
258
+ animation-iteration-count: 1;
259
+ }
260
+
261
+ @keyframes am-weather-moon-star-2 {
262
+ 0% {
263
+ opacity: 0;
264
+ }
265
+
266
+ 100% {
267
+ opacity: 1;
268
+ }
269
+ }
270
+
271
+ .am-weather-moon-star-2 {
272
+ -webkit-animation-name: am-weather-moon-star-2;
273
+ -moz-animation-name: am-weather-moon-star-2;
274
+ -ms-animation-name: am-weather-moon-star-2;
275
+ animation-name: am-weather-moon-star-2;
276
+ -webkit-animation-delay: 5s;
277
+ -moz-animation-delay: 5s;
278
+ -ms-animation-delay: 5s;
279
+ animation-delay: 5s;
280
+ -webkit-animation-duration: 4s;
281
+ -moz-animation-duration: 4s;
282
+ -ms-animation-duration: 4s;
283
+ animation-duration: 4s;
284
+ -webkit-animation-timing-function: linear;
285
+ -moz-animation-timing-function: linear;
286
+ -ms-animation-timing-function: linear;
287
+ animation-timing-function: linear;
288
+ -webkit-animation-iteration-count: 1;
289
+ -moz-animation-iteration-count: 1;
290
+ -ms-animation-iteration-count: 1;
291
+ animation-iteration-count: 1;
292
+ }
293
+
294
+ /*
295
+ ** RAIN
296
+ */
297
+ @keyframes am-weather-rain {
298
+ 0% {
299
+ stroke-dashoffset: 0;
300
+ }
301
+
302
+ 100% {
303
+ stroke-dashoffset: -100;
304
+ }
305
+ }
306
+
307
+ .am-weather-rain-1 {
308
+ -webkit-animation-name: am-weather-rain;
309
+ -moz-animation-name: am-weather-rain;
310
+ -ms-animation-name: am-weather-rain;
311
+ animation-name: am-weather-rain;
312
+ -webkit-animation-duration: 8s;
313
+ -moz-animation-duration: 8s;
314
+ -ms-animation-duration: 8s;
315
+ animation-duration: 8s;
316
+ -webkit-animation-timing-function: linear;
317
+ -moz-animation-timing-function: linear;
318
+ -ms-animation-timing-function: linear;
319
+ animation-timing-function: linear;
320
+ -webkit-animation-iteration-count: infinite;
321
+ -moz-animation-iteration-count: infinite;
322
+ -ms-animation-iteration-count: infinite;
323
+ animation-iteration-count: infinite;
324
+ }
325
+
326
+ .am-weather-rain-2 {
327
+ -webkit-animation-name: am-weather-rain;
328
+ -moz-animation-name: am-weather-rain;
329
+ -ms-animation-name: am-weather-rain;
330
+ animation-name: am-weather-rain;
331
+ -webkit-animation-delay: 0.25s;
332
+ -moz-animation-delay: 0.25s;
333
+ -ms-animation-delay: 0.25s;
334
+ animation-delay: 0.25s;
335
+ -webkit-animation-duration: 8s;
336
+ -moz-animation-duration: 8s;
337
+ -ms-animation-duration: 8s;
338
+ animation-duration: 8s;
339
+ -webkit-animation-timing-function: linear;
340
+ -moz-animation-timing-function: linear;
341
+ -ms-animation-timing-function: linear;
342
+ animation-timing-function: linear;
343
+ -webkit-animation-iteration-count: infinite;
344
+ -moz-animation-iteration-count: infinite;
345
+ -ms-animation-iteration-count: infinite;
346
+ animation-iteration-count: infinite;
347
+ }
348
+
349
+
350
+ /*
351
+ ** SNOW
352
+ */
353
+ @keyframes am-weather-snow {
354
+ 0% {
355
+ -webkit-transform: translateX(0) translateY(0);
356
+ -moz-transform: translateX(0) translateY(0);
357
+ -ms-transform: translateX(0) translateY(0);
358
+ transform: translateX(0) translateY(0);
359
+ }
360
+
361
+ 33.33% {
362
+ -webkit-transform: translateX(-1.2px) translateY(2px);
363
+ -moz-transform: translateX(-1.2px) translateY(2px);
364
+ -ms-transform: translateX(-1.2px) translateY(2px);
365
+ transform: translateX(-1.2px) translateY(2px);
366
+ }
367
+
368
+ 66.66% {
369
+ -webkit-transform: translateX(1.4px) translateY(4px);
370
+ -moz-transform: translateX(1.4px) translateY(4px);
371
+ -ms-transform: translateX(1.4px) translateY(4px);
372
+ transform: translateX(1.4px) translateY(4px);
373
+ opacity: 1;
374
+ }
375
+
376
+ 100% {
377
+ -webkit-transform: translateX(-1.6px) translateY(6px);
378
+ -moz-transform: translateX(-1.6px) translateY(6px);
379
+ -ms-transform: translateX(-1.6px) translateY(6px);
380
+ transform: translateX(-1.6px) translateY(6px);
381
+ opacity: 0;
382
+ }
383
+ }
384
+
385
+ @keyframes am-weather-snow-reverse {
386
+ 0% {
387
+ -webkit-transform: translateX(0) translateY(0);
388
+ -moz-transform: translateX(0) translateY(0);
389
+ -ms-transform: translateX(0) translateY(0);
390
+ transform: translateX(0) translateY(0);
391
+ }
392
+
393
+ 33.33% {
394
+ -webkit-transform: translateX(1.2px) translateY(2px);
395
+ -moz-transform: translateX(1.2px) translateY(2px);
396
+ -ms-transform: translateX(1.2px) translateY(2px);
397
+ transform: translateX(1.2px) translateY(2px);
398
+ }
399
+
400
+ 66.66% {
401
+ -webkit-transform: translateX(-1.4px) translateY(4px);
402
+ -moz-transform: translateX(-1.4px) translateY(4px);
403
+ -ms-transform: translateX(-1.4px) translateY(4px);
404
+ transform: translateX(-1.4px) translateY(4px);
405
+ opacity: 1;
406
+ }
407
+
408
+ 100% {
409
+ -webkit-transform: translateX(1.6px) translateY(6px);
410
+ -moz-transform: translateX(1.6px) translateY(6px);
411
+ -ms-transform: translateX(1.6px) translateY(6px);
412
+ transform: translateX(1.6px) translateY(6px);
413
+ opacity: 0;
414
+ }
415
+ }
416
+
417
+ .am-weather-snow-1 {
418
+ -webkit-animation-name: am-weather-snow;
419
+ -moz-animation-name: am-weather-snow;
420
+ -ms-animation-name: am-weather-snow;
421
+ animation-name: am-weather-snow;
422
+ -webkit-animation-duration: 2s;
423
+ -moz-animation-duration: 2s;
424
+ -ms-animation-duration: 2s;
425
+ animation-duration: 2s;
426
+ -webkit-animation-timing-function: linear;
427
+ -moz-animation-timing-function: linear;
428
+ -ms-animation-timing-function: linear;
429
+ animation-timing-function: linear;
430
+ -webkit-animation-iteration-count: infinite;
431
+ -moz-animation-iteration-count: infinite;
432
+ -ms-animation-iteration-count: infinite;
433
+ animation-iteration-count: infinite;
434
+ }
435
+
436
+ .am-weather-snow-2 {
437
+ -webkit-animation-name: am-weather-snow;
438
+ -moz-animation-name: am-weather-snow;
439
+ -ms-animation-name: am-weather-snow;
440
+ animation-name: am-weather-snow;
441
+ -webkit-animation-delay: 1.2s;
442
+ -moz-animation-delay: 1.2s;
443
+ -ms-animation-delay: 1.2s;
444
+ animation-delay: 1.2s;
445
+ -webkit-animation-duration: 2s;
446
+ -moz-animation-duration: 2s;
447
+ -ms-animation-duration: 2s;
448
+ animation-duration: 2s;
449
+ -webkit-animation-timing-function: linear;
450
+ -moz-animation-timing-function: linear;
451
+ -ms-animation-timing-function: linear;
452
+ animation-timing-function: linear;
453
+ -webkit-animation-iteration-count: infinite;
454
+ -moz-animation-iteration-count: infinite;
455
+ -ms-animation-iteration-count: infinite;
456
+ animation-iteration-count: infinite;
457
+ }
458
+
459
+ .am-weather-snow-3 {
460
+ -webkit-animation-name: am-weather-snow-reverse;
461
+ -moz-animation-name: am-weather-snow-reverse;
462
+ -ms-animation-name: am-weather-snow-reverse;
463
+ animation-name: am-weather-snow-reverse;
464
+ -webkit-animation-duration: 2s;
465
+ -moz-animation-duration: 2s;
466
+ -ms-animation-duration: 2s;
467
+ animation-duration: 2s;
468
+ -webkit-animation-timing-function: linear;
469
+ -moz-animation-timing-function: linear;
470
+ -ms-animation-timing-function: linear;
471
+ animation-timing-function: linear;
472
+ -webkit-animation-iteration-count: infinite;
473
+ -moz-animation-iteration-count: infinite;
474
+ -ms-animation-iteration-count: infinite;
475
+ animation-iteration-count: infinite;
476
+ }
477
+
478
+ /*
479
+ ** EASING
480
+ */
481
+ .am-weather-easing-ease-in-out {
482
+ -webkit-animation-timing-function: ease-in-out;
483
+ -moz-animation-timing-function: ease-in-out;
484
+ -ms-animation-timing-function: ease-in-out;
485
+ animation-timing-function: ease-in-out;
486
+ }
487
+
488
+ ]]></style>
489
+ </defs>
490
+ <g filter="url(#blur)" id="cloudy">
491
+ <g transform="translate(20,10)">
492
+ <g class="am-weather-cloud-1">
493
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-10,-8), scale(0.6)"/>
494
+ </g>
495
+ <g class="am-weather-cloud-2">
496
+ <path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
497
+ </g>
498
+ </g>
499
+ </g>
500
+ </svg>