@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,268 @@
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
+
192
+ .am-weather-snow-2 {
193
+ -webkit-animation-name: am-weather-snow;
194
+ -moz-animation-name: am-weather-snow;
195
+ -ms-animation-name: am-weather-snow;
196
+ animation-name: am-weather-snow;
197
+ -webkit-animation-delay: 1.2s;
198
+ -moz-animation-delay: 1.2s;
199
+ -ms-animation-delay: 1.2s;
200
+ animation-delay: 1.2s;
201
+ -webkit-animation-duration: 2s;
202
+ -moz-animation-duration: 2s;
203
+ -ms-animation-duration: 2s;
204
+ animation-duration: 2s;
205
+ -webkit-animation-timing-function: linear;
206
+ -moz-animation-timing-function: linear;
207
+ -ms-animation-timing-function: linear;
208
+ animation-timing-function: linear;
209
+ -webkit-animation-iteration-count: infinite;
210
+ -moz-animation-iteration-count: infinite;
211
+ -ms-animation-iteration-count: infinite;
212
+ animation-iteration-count: infinite;
213
+ }
214
+ ]]></style>
215
+ </defs>
216
+ <g filter="url(#blur)" id="snowy-3">
217
+ <g transform="translate(20,10)">
218
+ <g transform="translate(0,16)">
219
+ <g class="am-weather-sun">
220
+ <g>
221
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
222
+ </g>
223
+ <g transform="rotate(45)">
224
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
225
+ </g>
226
+ <g transform="rotate(90)">
227
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
228
+ </g>
229
+ <g transform="rotate(135)">
230
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
231
+ </g>
232
+ <g transform="rotate(180)">
233
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
234
+ </g>
235
+ <g transform="rotate(225)">
236
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
237
+ </g>
238
+ <g transform="rotate(270)">
239
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
240
+ </g>
241
+ <g transform="rotate(315)">
242
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
243
+ </g>
244
+ </g>
245
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
246
+ </g>
247
+ <g>
248
+ <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)"/>
249
+ </g>
250
+ <g class="am-weather-snow-1">
251
+ <g transform="translate(7,28)">
252
+ <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" />
253
+ <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" />
254
+ <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" />
255
+ <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" />
256
+ </g>
257
+ </g>
258
+ <g class="am-weather-snow-2">
259
+ <g transform="translate(16,28)">
260
+ <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" />
261
+ <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" />
262
+ <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" />
263
+ <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" />
264
+ </g>
265
+ </g>
266
+ </g>
267
+ </g>
268
+ </svg>
@@ -0,0 +1,94 @@
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
+ ** SNOW
25
+ */
26
+ @keyframes am-weather-snow {
27
+ 0% {
28
+ -webkit-transform: translate(0.0px,0);
29
+ -moz-transform: translate(0.0px,0);
30
+ -ms-transform: translate(0.0px,0);
31
+ transform: translate(0.0px,0);
32
+ }
33
+
34
+ 33.33% {
35
+ -webkit-transform: translate(-1.2px,2px);
36
+ -moz-transform: translate(-1.2px,2px);
37
+ -ms-transform: translate(-1.2px,2px);
38
+ transform: translate(-1.2px,2px);
39
+ }
40
+
41
+ 66.66% {
42
+ -webkit-transform: translate(1.4px,4px);
43
+ -moz-transform: translate(1.4px,4px);
44
+ -ms-transform: translate(1.4px,4px);
45
+ transform: translate(1.4px,4px);
46
+ opacity: 1;
47
+ }
48
+
49
+ 100% {
50
+ -webkit-transform: translate(-1.6px,6px);
51
+ -moz-transform: translate(-1.6px,6px);
52
+ -ms-transform: translate(-1.6px,6px);
53
+ transform: translate(-1.6px,6px);
54
+ opacity: 0;
55
+ }
56
+ }
57
+
58
+ .am-weather-snow-1 {
59
+ -webkit-animation-name: am-weather-snow;
60
+ -moz-animation-name: am-weather-snow;
61
+ -ms-animation-name: am-weather-snow;
62
+ animation-name: am-weather-snow;
63
+ -webkit-animation-duration: 2s;
64
+ -moz-animation-duration: 2s;
65
+ -ms-animation-duration: 2s;
66
+ animation-duration: 2s;
67
+ -webkit-animation-timing-function: linear;
68
+ -moz-animation-timing-function: linear;
69
+ -ms-animation-timing-function: linear;
70
+ animation-timing-function: linear;
71
+ -webkit-animation-iteration-count: infinite;
72
+ -moz-animation-iteration-count: infinite;
73
+ -ms-animation-iteration-count: infinite;
74
+ animation-iteration-count: infinite;
75
+ }
76
+
77
+ ]]></style>
78
+ </defs>
79
+ <g filter="url(#blur)" id="snowy-4">
80
+ <g transform="translate(20,10)">
81
+ <g>
82
+ <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)"/>
83
+ </g>
84
+ <g class="am-weather-snow-1">
85
+ <g transform="translate(11,28)">
86
+ <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" />
87
+ <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" />
88
+ <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" />
89
+ <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" />
90
+ </g>
91
+ </g>
92
+ </g>
93
+ </g>
94
+ </svg>
@@ -0,0 +1,166 @@
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
+ ** SNOW
66
+ */
67
+ @keyframes am-weather-snow {
68
+ 0% {
69
+ -webkit-transform: translateX(0) translateY(0);
70
+ -moz-transform: translateX(0) translateY(0);
71
+ -ms-transform: translateX(0) translateY(0);
72
+ transform: translateX(0) translateY(0);
73
+ }
74
+
75
+ 33.33% {
76
+ -webkit-transform: translateX(-1.2px) translateY(2px);
77
+ -moz-transform: translateX(-1.2px) translateY(2px);
78
+ -ms-transform: translateX(-1.2px) translateY(2px);
79
+ transform: translateX(-1.2px) translateY(2px);
80
+ }
81
+
82
+ 66.66% {
83
+ -webkit-transform: translateX(1.4px) translateY(4px);
84
+ -moz-transform: translateX(1.4px) translateY(4px);
85
+ -ms-transform: translateX(1.4px) translateY(4px);
86
+ transform: translateX(1.4px) translateY(4px);
87
+ opacity: 1;
88
+ }
89
+
90
+ 100% {
91
+ -webkit-transform: translateX(-1.6px) translateY(6px);
92
+ -moz-transform: translateX(-1.6px) translateY(6px);
93
+ -ms-transform: translateX(-1.6px) translateY(6px);
94
+ transform: translateX(-1.6px) translateY(6px);
95
+ opacity: 0;
96
+ }
97
+ }
98
+
99
+ .am-weather-snow-1 {
100
+ -webkit-animation-name: am-weather-snow;
101
+ -moz-animation-name: am-weather-snow;
102
+ -ms-animation-name: am-weather-snow;
103
+ animation-name: am-weather-snow;
104
+ -webkit-animation-duration: 2s;
105
+ -moz-animation-duration: 2s;
106
+ -ms-animation-duration: 2s;
107
+ animation-duration: 2s;
108
+ -webkit-animation-timing-function: linear;
109
+ -moz-animation-timing-function: linear;
110
+ -ms-animation-timing-function: linear;
111
+ animation-timing-function: linear;
112
+ -webkit-animation-iteration-count: infinite;
113
+ -moz-animation-iteration-count: infinite;
114
+ -ms-animation-iteration-count: infinite;
115
+ animation-iteration-count: infinite;
116
+ }
117
+
118
+ .am-weather-snow-2 {
119
+ -webkit-animation-name: am-weather-snow;
120
+ -moz-animation-name: am-weather-snow;
121
+ -ms-animation-name: am-weather-snow;
122
+ animation-name: am-weather-snow;
123
+ -webkit-animation-delay: 1.2s;
124
+ -moz-animation-delay: 1.2s;
125
+ -ms-animation-delay: 1.2s;
126
+ animation-delay: 1.2s;
127
+ -webkit-animation-duration: 2s;
128
+ -moz-animation-duration: 2s;
129
+ -ms-animation-duration: 2s;
130
+ animation-duration: 2s;
131
+ -webkit-animation-timing-function: linear;
132
+ -moz-animation-timing-function: linear;
133
+ -ms-animation-timing-function: linear;
134
+ animation-timing-function: linear;
135
+ -webkit-animation-iteration-count: infinite;
136
+ -moz-animation-iteration-count: infinite;
137
+ -ms-animation-iteration-count: infinite;
138
+ animation-iteration-count: infinite;
139
+ }
140
+
141
+ ]]></style>
142
+ </defs>
143
+ <g filter="url(#blur)" id="snowy-5">
144
+ <g transform="translate(20,10)">
145
+ <g class="am-weather-cloud-2">
146
+ <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)"/>
147
+ </g>
148
+ <g class="am-weather-snow-1">
149
+ <g transform="translate(7,28)">
150
+ <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" />
151
+ <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" />
152
+ <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" />
153
+ <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" />
154
+ </g>
155
+ </g>
156
+ <g class="am-weather-snow-2">
157
+ <g transform="translate(16,28)">
158
+ <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" />
159
+ <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" />
160
+ <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" />
161
+ <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" />
162
+ </g>
163
+ </g>
164
+ </g>
165
+ </g>
166
+ </svg>