@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,175 @@
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
+ ]]></style>
138
+ </defs>
139
+ <g filter="url(#blur)" id="cloudy-day-1">
140
+ <g transform="translate(20,10)">
141
+ <g transform="translate(0,16)">
142
+ <g class="am-weather-sun">
143
+ <g>
144
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
145
+ </g>
146
+ <g transform="rotate(45)">
147
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
148
+ </g>
149
+ <g transform="rotate(90)">
150
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
151
+ </g>
152
+ <g transform="rotate(135)">
153
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
154
+ </g>
155
+ <g transform="rotate(180)">
156
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
157
+ </g>
158
+ <g transform="rotate(225)">
159
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
160
+ </g>
161
+ <g transform="rotate(270)">
162
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
163
+ </g>
164
+ <g transform="rotate(315)">
165
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
166
+ </g>
167
+ </g>
168
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
169
+ </g>
170
+ <g class="am-weather-cloud-2">
171
+ <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="#C6DEFF" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
172
+ </g>
173
+ </g>
174
+ </g>
175
+ </svg>
@@ -0,0 +1,176 @@
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
+ ]]></style>
138
+ </defs>
139
+ <g filter="url(#blur)" id="cloudy-day-2">
140
+ <g transform="translate(20,10)">
141
+ <g transform="translate(0,16)">
142
+ <g class="am-weather-sun">
143
+ <g>
144
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
145
+ </g>
146
+ <g transform="rotate(45)">
147
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
148
+ </g>
149
+ <g transform="rotate(90)">
150
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
151
+ </g>
152
+ <g transform="rotate(135)">
153
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
154
+ </g>
155
+ <g transform="rotate(180)">
156
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
157
+ </g>
158
+ <g transform="rotate(225)">
159
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
160
+ </g>
161
+ <g transform="rotate(270)">
162
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
163
+ </g>
164
+ <g transform="rotate(315)">
165
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
166
+ </g>
167
+ </g>
168
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
169
+ </g>
170
+ <g class="am-weather-cloud-2">
171
+ <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="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
172
+ </g>
173
+ </g>
174
+ </g>
175
+
176
+ </svg>
@@ -0,0 +1,175 @@
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
+ ]]></style>
138
+ </defs>
139
+ <g filter="url(#blur)" id="cloudy-day-3">
140
+ <g transform="translate(20,10)">
141
+ <g transform="translate(0,16)">
142
+ <g class="am-weather-sun">
143
+ <g>
144
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
145
+ </g>
146
+ <g transform="rotate(45)">
147
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
148
+ </g>
149
+ <g transform="rotate(90)">
150
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
151
+ </g>
152
+ <g transform="rotate(135)">
153
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
154
+ </g>
155
+ <g transform="rotate(180)">
156
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
157
+ </g>
158
+ <g transform="rotate(225)">
159
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
160
+ </g>
161
+ <g transform="rotate(270)">
162
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
163
+ </g>
164
+ <g transform="rotate(315)">
165
+ <line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
166
+ </g>
167
+ </g>
168
+ <circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
169
+ </g>
170
+ <g class="am-weather-cloud-2">
171
+ <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)"/>
172
+ </g>
173
+ </g>
174
+ </g>
175
+ </svg>