western-world 3.0.554 → 3.0.556

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 (62) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
  3. package/src/defs/buble/buble.scss +1 -1
  4. package/src/defs/{buy.js → buy/buy.js} +4 -0
  5. package/src/defs/buy/buy.scss +226 -0
  6. package/src/defs/clouds_63/clouds_63.js +2 -1
  7. package/src/defs/{mouse.js → mouse/mouse.js} +3 -0
  8. package/src/defs/mouse/mouse.scss +88 -0
  9. package/src/scss/cells/abcde.scss +0 -7
  10. package/src/scss/cells/ads.scss +0 -9
  11. package/src/scss/cells/auction_started.scss +0 -4
  12. package/src/scss/cells/bamper.scss +0 -7
  13. package/src/scss/cells/banana_plantation.scss +0 -8
  14. package/src/scss/cells/bread_plantation.scss +0 -7
  15. package/src/scss/cells/broiler_digest.scss +0 -9
  16. package/src/scss/cells/cafe_bogema.scss +0 -8
  17. package/src/scss/cells/coffee.scss +0 -9
  18. package/src/scss/cells/drugs_plantation.scss +0 -8
  19. package/src/scss/cells/ema.scss +0 -9
  20. package/src/scss/cells/farm.scss +0 -3
  21. package/src/scss/cells/hmm.scss +0 -9
  22. package/src/scss/cells/investment_objective.scss +0 -9
  23. package/src/scss/cells/mmm.scss +0 -9
  24. package/src/scss/cells/official_triumph.scss +0 -8
  25. package/src/scss/cells/perls.scss +0 -7
  26. package/src/scss/cells/player_lock_92.scss +0 -3
  27. package/src/scss/cells/port.scss +0 -8
  28. package/src/scss/cells/protess_mission.scss +0 -8
  29. package/src/scss/cells/saloon.scss +0 -4
  30. package/src/scss/cells/shipyards.scss +0 -8
  31. package/src/scss/cells/stock_exchange.scss +0 -2
  32. package/src/scss/cells/street_29.scss +0 -3
  33. package/src/scss/cells/street_49.scss +0 -8
  34. package/src/scss/cells/street_63.scss +0 -3
  35. package/src/scss/cells/street_78.scss +0 -5
  36. package/src/scss/cells/war_factory.scss +0 -9
  37. package/src/svg/cells/abcde.svg +1 -1
  38. package/src/svg/cells/ads.svg +1 -1
  39. package/src/svg/cells/auction_started.svg +1 -1
  40. package/src/svg/cells/bamper.svg +1 -1
  41. package/src/svg/cells/banana_plantation.svg +1 -1
  42. package/src/svg/cells/bread_plantation.svg +1 -1
  43. package/src/svg/cells/broiler_digest.svg +1 -1
  44. package/src/svg/cells/cafe_bogema.svg +1 -1
  45. package/src/svg/cells/coffee.svg +1 -1
  46. package/src/svg/cells/drugs_plantation.svg +1 -1
  47. package/src/svg/cells/ema.svg +1 -1
  48. package/src/svg/cells/hmm.svg +1 -1
  49. package/src/svg/cells/investment_objective.svg +1 -1
  50. package/src/svg/cells/mmm.svg +10 -10
  51. package/src/svg/cells/official_triumph.svg +1 -1
  52. package/src/svg/cells/perls.svg +1 -1
  53. package/src/svg/cells/port.svg +1 -1
  54. package/src/svg/cells/protess_mission.svg +1 -1
  55. package/src/svg/cells/shipyards.svg +1 -1
  56. package/src/svg/cells/street_49.svg +1 -1
  57. package/src/svg/cells/street_63.svg +0 -1
  58. package/src/svg/cells/swimming_in_the_coca_cola.svg +9 -9
  59. package/src/svg/cells/war_factory.svg +1 -1
  60. package/src/svg/index.js +2 -2
  61. package/src/scss/cells/mixins/buy.scss +0 -228
  62. package/src/scss/cells/mixins/mouse.scss +0 -88
@@ -1,228 +0,0 @@
1
- @import './black-background';
2
-
3
- @mixin buyMixin {
4
- .animated.buy {
5
- @include blackBackgroundMixin;
6
-
7
- #buy-main-container {
8
- animation-name: buy_appearing_animation;
9
- animation-timing-function: linear;
10
- animation-delay: var(--animation-delay, 0);
11
- animation-duration: var(--animation-duration, 5s);
12
- animation-fill-mode: forwards;
13
- animation-iteration-count: 1;
14
- }
15
-
16
- #buy_hand_and_hand {
17
- animation-name: hand_and_hand_animation;
18
- animation-timing-function: ease-in-out;
19
- animation-iteration-count: infinite;
20
- animation-delay: var(--animation-delay, 0);
21
- animation-duration: 1s;
22
- animation-direction: alternate;
23
- }
24
-
25
- #buy_hand_1 {
26
- animation-name: hand_1_animation;
27
- animation-timing-function: ease-in-out;
28
- animation-iteration-count: infinite;
29
- animation-delay: var(--animation-delay, 0);
30
- animation-duration: 1s;
31
- animation-direction: alternate;
32
- transform-origin: -2829px 5983px;
33
- }
34
-
35
- #buy_hand_2 {
36
- animation-name: hand_2_animation;
37
- animation-timing-function: ease-in-out;
38
- animation-iteration-count: infinite;
39
- animation-delay: var(--animation-delay, 0);
40
- animation-duration: 1s;
41
- animation-direction: alternate;
42
- transform-origin: 11067px 5241px;
43
- }
44
-
45
- #buy_message_1 {
46
- animation-name: message_1_animation;
47
- animation-timing-function: ease-in-out;
48
- animation-iteration-count: 1;
49
- animation-delay: var(--animation-delay, 0);
50
- animation-duration: var(--animation-duration, 5s);
51
- animation-direction: alternate;
52
- animation-fill-mode: forwards;
53
- }
54
-
55
- #buy_message_2 {
56
- animation-name: message_2_animation;
57
- animation-timing-function: ease-in-out;
58
- animation-iteration-count: 1;
59
- animation-delay: var(--animation-delay, 0);
60
- animation-duration: var(--animation-duration, 5s);
61
- animation-direction: alternate;
62
- animation-fill-mode: forwards;
63
- }
64
-
65
- use.use-buy.d-none {
66
- display: block;
67
- }
68
- }
69
-
70
- @keyframes buy_appearing_animation {
71
- 0% {
72
- opacity: 0;
73
- }
74
- 5% {
75
- opacity: 1;
76
- }
77
- 95% {
78
- opacity: 1;
79
- }
80
- 100% {
81
- opacity: 0;
82
- }
83
- }
84
-
85
- @keyframes hand_and_hand_animation {
86
- 100% {
87
- translate: 0 600px;
88
- }
89
- }
90
-
91
- @keyframes hand_1_animation {
92
- 100% {
93
- rotate: 6deg;
94
- }
95
- }
96
-
97
- @keyframes hand_2_animation {
98
- 100% {
99
- rotate: -6deg;
100
- }
101
- }
102
-
103
- @keyframes message_1_animation {
104
- 0% {
105
- translate: -10000px 0px;
106
- }
107
- 5% {
108
- translate: 0px 50px;
109
- }
110
- 10% {
111
- translate: 0px -50px;
112
- }
113
- 15% {
114
- translate: 0px 50px;
115
- }
116
- 20% {
117
- translate: 0px -50px;
118
- }
119
- 25% {
120
- translate: 0px 50px;
121
- }
122
- 30% {
123
- translate: 0px -50px;
124
- }
125
- 35% {
126
- translate: 0px 50px;
127
- }
128
- 40% {
129
- translate: 0px -50px;
130
- }
131
- 45% {
132
- translate: 0px 50px;
133
- }
134
- 50% {
135
- translate: 0px -50px;
136
- }
137
- 55% {
138
- translate: 0px 50px;
139
- }
140
- 60% {
141
- translate: 0px -50px;
142
- }
143
- 65% {
144
- translate: 0px 50px;
145
- }
146
- 70% {
147
- translate: 0px -50px;
148
- }
149
- 75% {
150
- translate: 0px 50px;
151
- }
152
- 80% {
153
- translate: 0px -50px;
154
- }
155
- 85% {
156
- translate: 0px 50px;
157
- }
158
- 95% {
159
- translate: 10000px 0px;
160
- }
161
- 100% {
162
- translate: 10000px 0px;
163
- }
164
- }
165
-
166
- @keyframes message_2_animation {
167
- 0% {
168
- translate: 20000px 0px;
169
- }
170
- 5% {
171
- translate: 0px -50px;
172
- }
173
- 10% {
174
- translate: 0px 50px;
175
- }
176
- 15% {
177
- translate: 0px -50px;
178
- }
179
- 20% {
180
- translate: 0px 50px;
181
- }
182
- 25% {
183
- translate: 0px -50px;
184
- }
185
- 30% {
186
- translate: 0px 50px;
187
- }
188
- 35% {
189
- translate: 0px -50px;
190
- }
191
- 40% {
192
- translate: 0px 50px;
193
- }
194
- 45% {
195
- translate: 0px -50px;
196
- }
197
- 50% {
198
- translate: 0px 50px;
199
- }
200
- 55% {
201
- translate: 0px -50px;
202
- }
203
- 60% {
204
- translate: 0px 50px;
205
- }
206
- 65% {
207
- translate: 0px -50px;
208
- }
209
- 70% {
210
- translate: 0px 50px;
211
- }
212
- 75% {
213
- translate: 0px -50px;
214
- }
215
- 80% {
216
- translate: 0px 50px;
217
- }
218
- 85% {
219
- translate: 0px -50px;
220
- }
221
- 95% {
222
- translate: -10000px 0px;
223
- }
224
- 100% {
225
- translate: -10000px 0px;
226
- }
227
- }
228
- }
@@ -1,88 +0,0 @@
1
- @mixin mouseMixin {
2
- .mouse {
3
- #mouse_head {
4
- animation-name: mouse_head_animation;
5
- animation-duration: 10s;
6
- animation-timing-function: linear;
7
- animation-iteration-count: infinite;
8
- transform-origin: 5277px 3349px;
9
- }
10
-
11
- #mouse_eyes {
12
- animation-name: eyes_animation;
13
- animation-duration: 2s;
14
- animation-timing-function: ease-in-out;
15
- animation-iteration-count: infinite;
16
- transform-origin: 4416px 2951px;
17
- }
18
-
19
- #mouse_pupil_1,
20
- #mouse_pupil_2 {
21
- animation-name: pupil_animation;
22
- animation-duration: 10s;
23
- animation-timing-function: ease-in-out;
24
- animation-iteration-count: infinite;
25
- }
26
- }
27
-
28
- @keyframes mouse_head_animation {
29
- 0% {
30
- rotate: 0deg;
31
- }
32
- 58% {
33
- rotate: 0deg;
34
- }
35
- 60% {
36
- rotate: 30deg;
37
- }
38
- 80% {
39
- rotate: 30deg;
40
- }
41
- 82% {
42
- rotate: 0deg;
43
- }
44
- 100% {
45
- rotate: 0deg;
46
- }
47
- }
48
-
49
- @keyframes eyes_animation {
50
- 0% {
51
- scale: 1 1;
52
- }
53
- 10% {
54
- scale: 1 1;
55
- }
56
- 15% {
57
- scale: 1 0;
58
- }
59
- 20% {
60
- scale: 1 1;
61
- }
62
-
63
- 100% {
64
- scale: 1 1;
65
- }
66
- }
67
-
68
- @keyframes pupil_animation {
69
- 0% {
70
- translate: 0px 0;
71
- }
72
- 28% {
73
- translate: 0px 0;
74
- }
75
- 30% {
76
- translate: 200px 0;
77
- }
78
- 40% {
79
- translate: 200px 0;
80
- }
81
- 42% {
82
- translate: 0px 0;
83
- }
84
- 100% {
85
- translate: 0px 0;
86
- }
87
- }
88
- }