@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,225 @@
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
+ @keyframes am-weather-snow-reverse {
100
+ 0% {
101
+ -webkit-transform: translateX(0) translateY(0);
102
+ -moz-transform: translateX(0) translateY(0);
103
+ -ms-transform: translateX(0) translateY(0);
104
+ transform: translateX(0) translateY(0);
105
+ }
106
+
107
+ 33.33% {
108
+ -webkit-transform: translateX(1.2px) translateY(2px);
109
+ -moz-transform: translateX(1.2px) translateY(2px);
110
+ -ms-transform: translateX(1.2px) translateY(2px);
111
+ transform: translateX(1.2px) translateY(2px);
112
+ }
113
+
114
+ 66.66% {
115
+ -webkit-transform: translateX(-1.4px) translateY(4px);
116
+ -moz-transform: translateX(-1.4px) translateY(4px);
117
+ -ms-transform: translateX(-1.4px) translateY(4px);
118
+ transform: translateX(-1.4px) translateY(4px);
119
+ opacity: 1;
120
+ }
121
+
122
+ 100% {
123
+ -webkit-transform: translateX(1.6px) translateY(6px);
124
+ -moz-transform: translateX(1.6px) translateY(6px);
125
+ -ms-transform: translateX(1.6px) translateY(6px);
126
+ transform: translateX(1.6px) translateY(6px);
127
+ opacity: 0;
128
+ }
129
+ }
130
+
131
+ .am-weather-snow-1 {
132
+ -webkit-animation-name: am-weather-snow;
133
+ -moz-animation-name: am-weather-snow;
134
+ -ms-animation-name: am-weather-snow;
135
+ animation-name: am-weather-snow;
136
+ -webkit-animation-duration: 2s;
137
+ -moz-animation-duration: 2s;
138
+ -ms-animation-duration: 2s;
139
+ animation-duration: 2s;
140
+ -webkit-animation-timing-function: linear;
141
+ -moz-animation-timing-function: linear;
142
+ -ms-animation-timing-function: linear;
143
+ animation-timing-function: linear;
144
+ -webkit-animation-iteration-count: infinite;
145
+ -moz-animation-iteration-count: infinite;
146
+ -ms-animation-iteration-count: infinite;
147
+ animation-iteration-count: infinite;
148
+ }
149
+
150
+ .am-weather-snow-2 {
151
+ -webkit-animation-name: am-weather-snow;
152
+ -moz-animation-name: am-weather-snow;
153
+ -ms-animation-name: am-weather-snow;
154
+ animation-name: am-weather-snow;
155
+ -webkit-animation-delay: 1.2s;
156
+ -moz-animation-delay: 1.2s;
157
+ -ms-animation-delay: 1.2s;
158
+ animation-delay: 1.2s;
159
+ -webkit-animation-duration: 2s;
160
+ -moz-animation-duration: 2s;
161
+ -ms-animation-duration: 2s;
162
+ animation-duration: 2s;
163
+ -webkit-animation-timing-function: linear;
164
+ -moz-animation-timing-function: linear;
165
+ -ms-animation-timing-function: linear;
166
+ animation-timing-function: linear;
167
+ -webkit-animation-iteration-count: infinite;
168
+ -moz-animation-iteration-count: infinite;
169
+ -ms-animation-iteration-count: infinite;
170
+ animation-iteration-count: infinite;
171
+ }
172
+
173
+ .am-weather-snow-3 {
174
+ -webkit-animation-name: am-weather-snow-reverse;
175
+ -moz-animation-name: am-weather-snow-reverse;
176
+ -ms-animation-name: am-weather-snow-reverse;
177
+ animation-name: am-weather-snow-reverse;
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
+ ]]></style>
193
+ </defs>
194
+ <g filter="url(#blur)" id="snowy-6">
195
+ <g transform="translate(20,10)">
196
+ <g class="am-weather-cloud-2">
197
+ <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)"/>
198
+ </g>
199
+ <g class="am-weather-snow-1">
200
+ <g transform="translate(3,28)">
201
+ <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" />
202
+ <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" />
203
+ <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" />
204
+ <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" />
205
+ </g>
206
+ </g>
207
+ <g class="am-weather-snow-2">
208
+ <g transform="translate(11,28)">
209
+ <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" />
210
+ <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" />
211
+ <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" />
212
+ <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" />
213
+ </g>
214
+ </g>
215
+ <g class="am-weather-snow-3">
216
+ <g transform="translate(20,28)">
217
+ <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" />
218
+ <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" />
219
+ <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" />
220
+ <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" />
221
+ </g>
222
+ </g>
223
+ </g>
224
+ </g>
225
+ </svg>
@@ -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-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
+ ** STROKE
104
+ */
105
+ @keyframes am-weather-stroke {
106
+ 0% {
107
+ -webkit-transform: translate(0.0px,0.0px);
108
+ -moz-transform: translate(0.0px,0.0px);
109
+ -ms-transform: translate(0.0px,0.0px);
110
+ transform: translate(0.0px,0.0px);
111
+ }
112
+
113
+ 2% {
114
+ -webkit-transform: translate(0.3px,0.0px);
115
+ -moz-transform: translate(0.3px,0.0px);
116
+ -ms-transform: translate(0.3px,0.0px);
117
+ transform: translate(0.3px,0.0px);
118
+ }
119
+
120
+ 4% {
121
+ -webkit-transform: translate(0.0px,0.0px);
122
+ -moz-transform: translate(0.0px,0.0px);
123
+ -ms-transform: translate(0.0px,0.0px);
124
+ transform: translate(0.0px,0.0px);
125
+ }
126
+
127
+ 6% {
128
+ -webkit-transform: translate(0.5px,0.4px);
129
+ -moz-transform: translate(0.5px,0.4px);
130
+ -ms-transform: translate(0.5px,0.4px);
131
+ transform: translate(0.5px,0.4px);
132
+ }
133
+
134
+ 8% {
135
+ -webkit-transform: translate(0.0px,0.0px);
136
+ -moz-transform: translate(0.0px,0.0px);
137
+ -ms-transform: translate(0.0px,0.0px);
138
+ transform: translate(0.0px,0.0px);
139
+ }
140
+
141
+ 10% {
142
+ -webkit-transform: translate(0.3px,0.0px);
143
+ -moz-transform: translate(0.3px,0.0px);
144
+ -ms-transform: translate(0.3px,0.0px);
145
+ transform: translate(0.3px,0.0px);
146
+ }
147
+
148
+ 12% {
149
+ -webkit-transform: translate(0.0px,0.0px);
150
+ -moz-transform: translate(0.0px,0.0px);
151
+ -ms-transform: translate(0.0px,0.0px);
152
+ transform: translate(0.0px,0.0px);
153
+ }
154
+
155
+ 14% {
156
+ -webkit-transform: translate(0.3px,0.0px);
157
+ -moz-transform: translate(0.3px,0.0px);
158
+ -ms-transform: translate(0.3px,0.0px);
159
+ transform: translate(0.3px,0.0px);
160
+ }
161
+
162
+ 16% {
163
+ -webkit-transform: translate(0.0px,0.0px);
164
+ -moz-transform: translate(0.0px,0.0px);
165
+ -ms-transform: translate(0.0px,0.0px);
166
+ transform: translate(0.0px,0.0px);
167
+ }
168
+
169
+ 18% {
170
+ -webkit-transform: translate(0.3px,0.0px);
171
+ -moz-transform: translate(0.3px,0.0px);
172
+ -ms-transform: translate(0.3px,0.0px);
173
+ transform: translate(0.3px,0.0px);
174
+ }
175
+
176
+ 20% {
177
+ -webkit-transform: translate(0.0px,0.0px);
178
+ -moz-transform: translate(0.0px,0.0px);
179
+ -ms-transform: translate(0.0px,0.0px);
180
+ transform: translate(0.0px,0.0px);
181
+ }
182
+
183
+ 22% {
184
+ -webkit-transform: translate(1px,0.0px);
185
+ -moz-transform: translate(1px,0.0px);
186
+ -ms-transform: translate(1px,0.0px);
187
+ transform: translate(1px,0.0px);
188
+ }
189
+
190
+ 24% {
191
+ -webkit-transform: translate(0.0px,0.0px);
192
+ -moz-transform: translate(0.0px,0.0px);
193
+ -ms-transform: translate(0.0px,0.0px);
194
+ transform: translate(0.0px,0.0px);
195
+ }
196
+
197
+ 26% {
198
+ -webkit-transform: translate(-1px,0.0px);
199
+ -moz-transform: translate(-1px,0.0px);
200
+ -ms-transform: translate(-1px,0.0px);
201
+ transform: translate(-1px,0.0px);
202
+
203
+ }
204
+
205
+ 28% {
206
+ -webkit-transform: translate(0.0px,0.0px);
207
+ -moz-transform: translate(0.0px,0.0px);
208
+ -ms-transform: translate(0.0px,0.0px);
209
+ transform: translate(0.0px,0.0px);
210
+ }
211
+
212
+ 40% {
213
+ fill: orange;
214
+ -webkit-transform: translate(0.0px,0.0px);
215
+ -moz-transform: translate(0.0px,0.0px);
216
+ -ms-transform: translate(0.0px,0.0px);
217
+ transform: translate(0.0px,0.0px);
218
+ }
219
+
220
+ 65% {
221
+ fill: white;
222
+ -webkit-transform: translate(-1px,5.0px);
223
+ -moz-transform: translate(-1px,5.0px);
224
+ -ms-transform: translate(-1px,5.0px);
225
+ transform: translate(-1px,5.0px);
226
+ }
227
+ 61% {
228
+ fill: orange;
229
+ }
230
+
231
+ 100% {
232
+ -webkit-transform: translate(0.0px,0.0px);
233
+ -moz-transform: translate(0.0px,0.0px);
234
+ -ms-transform: translate(0.0px,0.0px);
235
+ transform: translate(0.0px,0.0px);
236
+ }
237
+ }
238
+
239
+ .am-weather-stroke {
240
+ -webkit-animation-name: am-weather-stroke;
241
+ -moz-animation-name: am-weather-stroke;
242
+ animation-name: am-weather-stroke;
243
+ -webkit-animation-duration: 1.11s;
244
+ -moz-animation-duration: 1.11s;
245
+ animation-duration: 1.11s;
246
+ -webkit-animation-timing-function: linear;
247
+ -moz-animation-timing-function: linear;
248
+ animation-timing-function: linear;
249
+ -webkit-animation-iteration-count: infinite;
250
+ -moz-animation-iteration-count: infinite;
251
+ animation-iteration-count: infinite;
252
+ }
253
+ ]]></style>
254
+ </defs>
255
+ <g filter="url(#blur)" id="thunder">
256
+ <g transform="translate(20,10)">
257
+ <g class="am-weather-cloud-1">
258
+ <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,-6), scale(0.6)" />
259
+ </g>
260
+ <g>
261
+ <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)" />
262
+ </g>
263
+ <g transform="translate(-9,28), scale(1.2)">
264
+ <polygon class="am-weather-stroke" fill="orange" stroke="white" stroke-width="1" points="14.3,-2.9 20.5,-2.9 16.4,4.3 20.3,4.3 11.5,14.6 14.9,6.9 11.1,6.9" />
265
+ </g>
266
+ </g>
267
+ </g>
268
+ </svg>