@acorex/modules 19.4.14 → 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 (74) 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/conversation/lib/features/chat/components/chat-preview/chat-preview.component.d.ts +0 -1
  29. package/conversation/lib/features/index.d.ts +1 -0
  30. package/conversation/lib/features/widget/share/comment/comment-widget-view.component.d.ts +66 -0
  31. package/conversation/lib/features/widget/share/comment/comment-widget.config.d.ts +2 -0
  32. package/conversation/lib/features/widget/share/comment/index.d.ts +2 -0
  33. package/dashboard-management/lib/features/home-dashboard/dashboard-popups/index.d.ts +3 -0
  34. package/dashboard-management/lib/features/home-dashboard/index.d.ts +3 -0
  35. package/dashboard-management/lib/features/home-dashboard/setrting.keys.d.ts +3 -0
  36. package/dashboard-management/lib/features/home-dashboard/widget-wrapper/index.d.ts +1 -0
  37. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget-view.component.d.ts +9 -0
  38. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock-widget.config.d.ts +7 -0
  39. package/dashboard-management/lib/features/shared/widgets/analog-clock/analog-clock.component.d.ts +28 -0
  40. package/dashboard-management/lib/features/shared/widgets/analog-clock/index.d.ts +3 -0
  41. package/dashboard-management/lib/features/shared/widgets/index.d.ts +1 -0
  42. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.component.d.ts +32 -0
  43. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/advanced-weather.config.d.ts +14 -0
  44. package/dashboard-management/lib/features/shared/widgets/weather/advanced-weather/index.d.ts +2 -0
  45. package/dashboard-management/lib/features/shared/widgets/weather/index.d.ts +2 -0
  46. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/index.d.ts +2 -0
  47. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.component.d.ts +22 -0
  48. package/dashboard-management/lib/features/shared/widgets/weather/minimal-weather/minimal-weather.config.d.ts +14 -0
  49. package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.abstract.d.ts +19 -0
  50. package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.component.d.ts +5 -5
  51. package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs} +2 -2
  52. package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs.map → acorex-modules-application-management-module-designer.component-ZKzHxJ0D.mjs.map} +1 -1
  53. package/fesm2022/acorex-modules-application-management.mjs +1 -1
  54. package/fesm2022/acorex-modules-conversation.mjs +476 -15
  55. package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
  56. package/fesm2022/acorex-modules-dashboard-management.mjs +1224 -30
  57. package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
  58. package/fesm2022/acorex-modules-notification-management.mjs +7 -7
  59. package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
  60. package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs → acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs} +119 -27
  61. package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CGGoHpYi.mjs.map +1 -0
  62. package/fesm2022/{acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs} +2 -2
  63. package/fesm2022/{acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs.map → acorex-modules-platform-management-list-version.component-CGxYFnd9.mjs.map} +1 -1
  64. package/fesm2022/{acorex-modules-platform-management-settings.provider-B-19OJn0.mjs → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs} +2 -2
  65. package/fesm2022/{acorex-modules-platform-management-settings.provider-B-19OJn0.mjs.map → acorex-modules-platform-management-settings.provider-CHAI3QHV.mjs.map} +1 -1
  66. package/fesm2022/acorex-modules-platform-management.mjs +1 -1
  67. package/fesm2022/acorex-modules-project-management.mjs +95 -21
  68. package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
  69. package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs → acorex-modules-security-management-permissions-editor.component-B2OIvMs7.mjs} +2 -2
  70. 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
  71. package/fesm2022/acorex-modules-security-management.mjs +1 -1
  72. package/package.json +1 -1
  73. package/platform-management/lib/features/common/regional/data-source.provider.d.ts +1 -0
  74. package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs.map +0 -1
@@ -0,0 +1,230 @@
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
+ ** SUN
25
+ */
26
+ @keyframes am-weather-sun {
27
+ 0% {
28
+ -webkit-transform: rotate(0deg);
29
+ -moz-transform: rotate(0deg);
30
+ -ms-transform: rotate(0deg);
31
+ transform: rotate(0deg);
32
+ }
33
+
34
+ 100% {
35
+ -webkit-transform: rotate(360deg);
36
+ -moz-transform: rotate(360deg);
37
+ -ms-transform: rotate(360deg);
38
+ transform: rotate(360deg);
39
+ }
40
+ }
41
+
42
+ .am-weather-sun {
43
+ -webkit-animation-name: am-weather-sun;
44
+ -moz-animation-name: am-weather-sun;
45
+ -ms-animation-name: am-weather-sun;
46
+ animation-name: am-weather-sun;
47
+ -webkit-animation-duration: 9s;
48
+ -moz-animation-duration: 9s;
49
+ -ms-animation-duration: 9s;
50
+ animation-duration: 9s;
51
+ -webkit-animation-timing-function: linear;
52
+ -moz-animation-timing-function: linear;
53
+ -ms-animation-timing-function: linear;
54
+ animation-timing-function: linear;
55
+ -webkit-animation-iteration-count: infinite;
56
+ -moz-animation-iteration-count: infinite;
57
+ -ms-animation-iteration-count: infinite;
58
+ animation-iteration-count: infinite;
59
+ }
60
+
61
+ @keyframes am-weather-sun-shiny {
62
+ 0% {
63
+ stroke-dasharray: 3px 10px;
64
+ stroke-dashoffset: 0px;
65
+ }
66
+
67
+ 50% {
68
+ stroke-dasharray: 0.1px 10px;
69
+ stroke-dashoffset: -1px;
70
+ }
71
+
72
+ 100% {
73
+ stroke-dasharray: 3px 10px;
74
+ stroke-dashoffset: 0px;
75
+ }
76
+ }
77
+
78
+ .am-weather-sun-shiny line {
79
+ -webkit-animation-name: am-weather-sun-shiny;
80
+ -moz-animation-name: am-weather-sun-shiny;
81
+ -ms-animation-name: am-weather-sun-shiny;
82
+ animation-name: am-weather-sun-shiny;
83
+ -webkit-animation-duration: 2s;
84
+ -moz-animation-duration: 2s;
85
+ -ms-animation-duration: 2s;
86
+ animation-duration: 2s;
87
+ -webkit-animation-timing-function: linear;
88
+ -moz-animation-timing-function: linear;
89
+ -ms-animation-timing-function: linear;
90
+ animation-timing-function: linear;
91
+ -webkit-animation-iteration-count: infinite;
92
+ -moz-animation-iteration-count: infinite;
93
+ -ms-animation-iteration-count: infinite;
94
+ animation-iteration-count: infinite;
95
+ }
96
+
97
+ /*
98
+ ** SNOW
99
+ */
100
+ @keyframes am-weather-snow {
101
+ 0% {
102
+ -webkit-transform: translateX(0) translateY(0);
103
+ -moz-transform: translateX(0) translateY(0);
104
+ -ms-transform: translateX(0) translateY(0);
105
+ transform: translateX(0) translateY(0);
106
+ }
107
+
108
+ 33.33% {
109
+ -webkit-transform: translateX(-1.2px) translateY(2px);
110
+ -moz-transform: translateX(-1.2px) translateY(2px);
111
+ -ms-transform: translateX(-1.2px) translateY(2px);
112
+ transform: translateX(-1.2px) translateY(2px);
113
+ }
114
+
115
+ 66.66% {
116
+ -webkit-transform: translateX(1.4px) translateY(4px);
117
+ -moz-transform: translateX(1.4px) translateY(4px);
118
+ -ms-transform: translateX(1.4px) translateY(4px);
119
+ transform: translateX(1.4px) translateY(4px);
120
+ opacity: 1;
121
+ }
122
+
123
+ 100% {
124
+ -webkit-transform: translateX(-1.6px) translateY(6px);
125
+ -moz-transform: translateX(-1.6px) translateY(6px);
126
+ -ms-transform: translateX(-1.6px) translateY(6px);
127
+ transform: translateX(-1.6px) translateY(6px);
128
+ opacity: 0;
129
+ }
130
+ }
131
+
132
+ .am-weather-snow-1 {
133
+ -webkit-animation-name: am-weather-snow;
134
+ -moz-animation-name: am-weather-snow;
135
+ -ms-animation-name: am-weather-snow;
136
+ animation-name: am-weather-snow;
137
+ -webkit-animation-duration: 2s;
138
+ -moz-animation-duration: 2s;
139
+ -ms-animation-duration: 2s;
140
+ animation-duration: 2s;
141
+ -webkit-animation-timing-function: linear;
142
+ -moz-animation-timing-function: linear;
143
+ -ms-animation-timing-function: linear;
144
+ animation-timing-function: linear;
145
+ -webkit-animation-iteration-count: infinite;
146
+ -moz-animation-iteration-count: infinite;
147
+ -ms-animation-iteration-count: infinite;
148
+ animation-iteration-count: infinite;
149
+ }
150
+
151
+ .am-weather-snow-2 {
152
+ -webkit-animation-name: am-weather-snow;
153
+ -moz-animation-name: am-weather-snow;
154
+ -ms-animation-name: am-weather-snow;
155
+ animation-name: am-weather-snow;
156
+ -webkit-animation-delay: 1.2s;
157
+ -moz-animation-delay: 1.2s;
158
+ -ms-animation-delay: 1.2s;
159
+ animation-delay: 1.2s;
160
+ -webkit-animation-duration: 2s;
161
+ -moz-animation-duration: 2s;
162
+ -ms-animation-duration: 2s;
163
+ animation-duration: 2s;
164
+ -webkit-animation-timing-function: linear;
165
+ -moz-animation-timing-function: linear;
166
+ -ms-animation-timing-function: linear;
167
+ animation-timing-function: linear;
168
+ -webkit-animation-iteration-count: infinite;
169
+ -moz-animation-iteration-count: infinite;
170
+ -ms-animation-iteration-count: infinite;
171
+ animation-iteration-count: infinite;
172
+ }
173
+
174
+ ]]></style>
175
+ </defs>
176
+ <g filter="url(#blur)" id="snowy-1">
177
+ <g transform="translate(20,10)">
178
+ <g transform="translate(0,16), scale(1.2)">
179
+ <g class="am-weather-sun">
180
+ <g>
181
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
182
+ </g>
183
+ <g transform="rotate(45)">
184
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
185
+ </g>
186
+ <g transform="rotate(90)">
187
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
188
+ </g>
189
+ <g transform="rotate(135)">
190
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
191
+ </g>
192
+ <g transform="rotate(180)">
193
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
194
+ </g>
195
+ <g transform="rotate(225)">
196
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
197
+ </g>
198
+ <g transform="rotate(270)">
199
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
200
+ </g>
201
+ <g transform="rotate(315)">
202
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
203
+ </g>
204
+ </g>
205
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
206
+ </g>
207
+ <g>
208
+ <path d="M47.7,35.4c0-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.5" transform="translate(-15,-5), scale(0.85)"/>
209
+ </g>
210
+ </g>
211
+ <g transform="translate(20,9)">
212
+ <g class="am-weather-snow-1">
213
+ <g transform="translate(7,28)">
214
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
215
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
216
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
217
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
218
+ </g>
219
+ </g>
220
+ <g class="am-weather-snow-2">
221
+ <g transform="translate(16,28)">
222
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
223
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
224
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
225
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
226
+ </g>
227
+ </g>
228
+ </g>
229
+ </g>
230
+ </svg>
@@ -0,0 +1,237 @@
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-2 {
27
+ 0% {
28
+ -webkit-transform: translate(0px,0px);
29
+ -moz-transform: translate(0px,0px);
30
+ -ms-transform: translate(0px,0px);
31
+ transform: translate(0px,0px);
32
+ }
33
+
34
+ 50% {
35
+ -webkit-transform: translate(2px,0px);
36
+ -moz-transform: translate(2px,0px);
37
+ -ms-transform: translate(2px,0px);
38
+ transform: translate(2px,0px);
39
+ }
40
+
41
+ 100% {
42
+ -webkit-transform: translate(0px,0px);
43
+ -moz-transform: translate(0px,0px);
44
+ -ms-transform: translate(0px,0px);
45
+ transform: translate(0px,0px);
46
+ }
47
+ }
48
+
49
+ .am-weather-cloud-2 {
50
+ -webkit-animation-name: am-weather-cloud-2;
51
+ -moz-animation-name: am-weather-cloud-2;
52
+ animation-name: am-weather-cloud-2;
53
+ -webkit-animation-duration: 3s;
54
+ -moz-animation-duration: 3s;
55
+ animation-duration: 3s;
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
+ /*
65
+ ** SUN
66
+ */
67
+ @keyframes am-weather-sun {
68
+ 0% {
69
+ -webkit-transform: rotate(0deg);
70
+ -moz-transform: rotate(0deg);
71
+ -ms-transform: rotate(0deg);
72
+ transform: rotate(0deg);
73
+ }
74
+
75
+ 100% {
76
+ -webkit-transform: rotate(360deg);
77
+ -moz-transform: rotate(360deg);
78
+ -ms-transform: rotate(360deg);
79
+ transform: rotate(360deg);
80
+ }
81
+ }
82
+
83
+ .am-weather-sun {
84
+ -webkit-animation-name: am-weather-sun;
85
+ -moz-animation-name: am-weather-sun;
86
+ -ms-animation-name: am-weather-sun;
87
+ animation-name: am-weather-sun;
88
+ -webkit-animation-duration: 9s;
89
+ -moz-animation-duration: 9s;
90
+ -ms-animation-duration: 9s;
91
+ animation-duration: 9s;
92
+ -webkit-animation-timing-function: linear;
93
+ -moz-animation-timing-function: linear;
94
+ -ms-animation-timing-function: linear;
95
+ animation-timing-function: linear;
96
+ -webkit-animation-iteration-count: infinite;
97
+ -moz-animation-iteration-count: infinite;
98
+ -ms-animation-iteration-count: infinite;
99
+ animation-iteration-count: infinite;
100
+ }
101
+
102
+ @keyframes am-weather-sun-shiny {
103
+ 0% {
104
+ stroke-dasharray: 3px 10px;
105
+ stroke-dashoffset: 0px;
106
+ }
107
+
108
+ 50% {
109
+ stroke-dasharray: 0.1px 10px;
110
+ stroke-dashoffset: -1px;
111
+ }
112
+
113
+ 100% {
114
+ stroke-dasharray: 3px 10px;
115
+ stroke-dashoffset: 0px;
116
+ }
117
+ }
118
+
119
+ .am-weather-sun-shiny line {
120
+ -webkit-animation-name: am-weather-sun-shiny;
121
+ -moz-animation-name: am-weather-sun-shiny;
122
+ -ms-animation-name: am-weather-sun-shiny;
123
+ animation-name: am-weather-sun-shiny;
124
+ -webkit-animation-duration: 2s;
125
+ -moz-animation-duration: 2s;
126
+ -ms-animation-duration: 2s;
127
+ animation-duration: 2s;
128
+ -webkit-animation-timing-function: linear;
129
+ -moz-animation-timing-function: linear;
130
+ -ms-animation-timing-function: linear;
131
+ animation-timing-function: linear;
132
+ -webkit-animation-iteration-count: infinite;
133
+ -moz-animation-iteration-count: infinite;
134
+ -ms-animation-iteration-count: infinite;
135
+ animation-iteration-count: infinite;
136
+ }
137
+
138
+ /*
139
+ ** SNOW
140
+ */
141
+ @keyframes am-weather-snow {
142
+ 0% {
143
+ -webkit-transform: translateX(0) translateY(0);
144
+ -moz-transform: translateX(0) translateY(0);
145
+ -ms-transform: translateX(0) translateY(0);
146
+ transform: translateX(0) translateY(0);
147
+ }
148
+
149
+ 33.33% {
150
+ -webkit-transform: translateX(-1.2px) translateY(2px);
151
+ -moz-transform: translateX(-1.2px) translateY(2px);
152
+ -ms-transform: translateX(-1.2px) translateY(2px);
153
+ transform: translateX(-1.2px) translateY(2px);
154
+ }
155
+
156
+ 66.66% {
157
+ -webkit-transform: translateX(1.4px) translateY(4px);
158
+ -moz-transform: translateX(1.4px) translateY(4px);
159
+ -ms-transform: translateX(1.4px) translateY(4px);
160
+ transform: translateX(1.4px) translateY(4px);
161
+ opacity: 1;
162
+ }
163
+
164
+ 100% {
165
+ -webkit-transform: translateX(-1.6px) translateY(6px);
166
+ -moz-transform: translateX(-1.6px) translateY(6px);
167
+ -ms-transform: translateX(-1.6px) translateY(6px);
168
+ transform: translateX(-1.6px) translateY(6px);
169
+ opacity: 0;
170
+ }
171
+ }
172
+
173
+ .am-weather-snow-1 {
174
+ -webkit-animation-name: am-weather-snow;
175
+ -moz-animation-name: am-weather-snow;
176
+ -ms-animation-name: am-weather-snow;
177
+ animation-name: am-weather-snow;
178
+ -webkit-animation-duration: 2s;
179
+ -moz-animation-duration: 2s;
180
+ -ms-animation-duration: 2s;
181
+ animation-duration: 2s;
182
+ -webkit-animation-timing-function: linear;
183
+ -moz-animation-timing-function: linear;
184
+ -ms-animation-timing-function: linear;
185
+ animation-timing-function: linear;
186
+ -webkit-animation-iteration-count: infinite;
187
+ -moz-animation-iteration-count: infinite;
188
+ -ms-animation-iteration-count: infinite;
189
+ animation-iteration-count: infinite;
190
+ }
191
+ ]]></style>
192
+ </defs>
193
+ <g filter="url(#blur)" id="snowy-2">
194
+ <g transform="translate(20,10)">
195
+ <g transform="translate(0,16)">
196
+ <g class="am-weather-sun">
197
+ <g>
198
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
199
+ </g>
200
+ <g transform="rotate(45)">
201
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
202
+ </g>
203
+ <g transform="rotate(90)">
204
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
205
+ </g>
206
+ <g transform="rotate(135)">
207
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
208
+ </g>
209
+ <g transform="rotate(180)">
210
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
211
+ </g>
212
+ <g transform="rotate(225)">
213
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
214
+ </g>
215
+ <g transform="rotate(270)">
216
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
217
+ </g>
218
+ <g transform="rotate(315)">
219
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
220
+ </g>
221
+ </g>
222
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
223
+ </g>
224
+ <g class="am-weather-cloud-2">
225
+ <path d="M47.7,35.4c0-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)"/>
226
+ </g>
227
+ </g>
228
+ <g class="am-weather-snow-1">
229
+ <g transform="translate(32,38)">
230
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
231
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
232
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
233
+ <line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
234
+ </g>
235
+ </g>
236
+ </g>
237
+ </svg>