western-world 3.0.641 → 3.0.643
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/scss/cells/stock_exchange_speculation_18.scss +23 -1
- package/src/svg/cells/bank.svg +2 -2
- package/src/svg/cells/bank_27.svg +2 -2
- package/src/svg/cells/bank_8.svg +2 -2
- package/src/svg/cells/stock_exchange_speculation_18.svg +13 -2
- package/src/svg/index.js +16 -0
package/package.json
CHANGED
|
@@ -40,7 +40,11 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
#moving_background_1,
|
|
43
|
-
#moving_background_2
|
|
43
|
+
#moving_background_2,
|
|
44
|
+
#moving_background_3,
|
|
45
|
+
#moving_background_4,
|
|
46
|
+
#moving_background_3_1,
|
|
47
|
+
#moving_background_4_1 {
|
|
44
48
|
transform: translate(100%);
|
|
45
49
|
animation-timing-function: linear;
|
|
46
50
|
animation-iteration-count: infinite;
|
|
@@ -53,6 +57,24 @@
|
|
|
53
57
|
animation-delay: 1.5s;
|
|
54
58
|
}
|
|
55
59
|
|
|
60
|
+
#moving_background_3 {
|
|
61
|
+
animation-duration: 2s;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
#moving_background_3_1 {
|
|
65
|
+
animation-duration: 3s;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
#moving_background_4 {
|
|
69
|
+
animation-duration: 10s;
|
|
70
|
+
animation-direction: reverse;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
#moving_background_4_1 {
|
|
74
|
+
animation-duration: 15s;
|
|
75
|
+
animation-direction: reverse;
|
|
76
|
+
}
|
|
77
|
+
|
|
56
78
|
#pupil {
|
|
57
79
|
transform: translate(100%);
|
|
58
80
|
animation-timing-function: linear;
|
package/src/svg/cells/bank.svg
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
</g>
|
|
21
21
|
</g>
|
|
22
22
|
|
|
23
|
-
<use xlink:href="#black_background" class="d-none use-add-deposit use-remove-deposit use-remove-credit" style="--animation-delay: 0s;"></use>
|
|
23
|
+
<use xlink:href="#black_background" class="d-none use-add-deposit use-remove-deposit use-remove-credit use-add-credit" style="--animation-delay: 0s;"></use>
|
|
24
24
|
<use xlink:href="#add_deposit" class="d-none use-add-deposit" style="--animation-delay: 0s;"></use>
|
|
25
25
|
<use xlink:href="#remove_deposit" class="d-none use-remove-deposit" style="--animation-delay: 0s;"></use>
|
|
26
26
|
<use xlink:href="#remove_credit" class="d-none use-remove-credit" style="--animation-delay: 0s;"></use>
|
|
27
|
-
|
|
27
|
+
<use xlink:href="#add_credit" class="d-none use-add-credit" style="translate: 0 1000px;--animation-delay: 0s;"></use>
|
|
28
28
|
</svg>
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
</g>
|
|
156
156
|
</g>
|
|
157
157
|
|
|
158
|
-
<use xlink:href="#black_background" class="d-none use-add-deposit use-remove-deposit use-remove-credit" style="--animation-delay: 0s;"></use>
|
|
158
|
+
<use xlink:href="#black_background" class="d-none use-add-deposit use-remove-deposit use-remove-credit use-add-credit" style="--animation-delay: 0s;"></use>
|
|
159
159
|
<use xlink:href="#add_deposit" class="d-none use-add-deposit" style="scale: 0.7;translate: 1100px 1100px;--animation-delay: 0s;"></use>
|
|
160
160
|
<use xlink:href="#remove_deposit" class="d-none use-remove-deposit" style="scale: 0.7;translate: 1100px 1000px;--animation-delay: 0s;"></use>
|
|
161
161
|
<use xlink:href="#remove_credit" class="d-none use-remove-credit" style="scale: 0.7;translate: 1100px 1000px;--animation-delay: 0s;"></use>
|
|
162
|
-
|
|
162
|
+
<use xlink:href="#add_credit" class="d-none use-add-credit" style="translate: 0px 1000px;--animation-delay: 0s;"></use>
|
|
163
163
|
</svg>
|
package/src/svg/cells/bank_8.svg
CHANGED
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
</g>
|
|
66
66
|
</g>
|
|
67
67
|
|
|
68
|
-
<use xlink:href="#black_background" class="d-none use-add-deposit use-remove-deposit use-remove-credit" style="--animation-delay: 0s;"></use>
|
|
68
|
+
<use xlink:href="#black_background" class="d-none use-add-deposit use-remove-deposit use-remove-credit use-add-credit" style="--animation-delay: 0s;"></use>
|
|
69
69
|
<use xlink:href="#add_deposit" class="d-none use-add-deposit" style="scale: 0.7;translate: 1100px 1000px;--animation-delay: 0s;"></use>
|
|
70
70
|
<use xlink:href="#remove_deposit" class="d-none use-remove-deposit" style="scale: 0.7;translate: 1100px 1000px;--animation-delay: 0s;"></use>
|
|
71
71
|
<use xlink:href="#remove_credit" class="d-none use-remove-credit" style="scale: 0.7;translate: 1100px 1000px;--animation-delay: 0s;"></use>
|
|
72
|
-
|
|
72
|
+
<use xlink:href="#add_credit" class="d-none use-add-credit" style="scale: 0.9;translate: 0px 1000px;--animation-delay: 0s;"></use>
|
|
73
73
|
</svg>
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
<g id="moving_background_1" class="st1">
|
|
25
25
|
<circle class="st2" cx="4191.5" cy="2402.3" r="176.6"/>
|
|
26
|
-
|
|
27
|
-
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2036.2135 2672.3457)" class="st2" cx="2207.7" cy="3794.1" rx="176.6" ry="176.6"/>
|
|
26
|
+
<ellipse transform="matrix(0.7071 -0.7071 0.7071 0.7071 -2036.2135 2672.3457)" class="st2" cx="2207.7" cy="3794.1" rx="176.6" ry="176.6"/>
|
|
28
27
|
<circle class="st2" cx="4820.5" cy="7699.9" r="176.6"/>
|
|
29
28
|
<circle class="st2" cx="1769.5" cy="3320.9" r="176.6"/>
|
|
30
29
|
<circle class="st2" cx="176.6" cy="6046.5" r="176.6"/>
|
|
@@ -44,6 +43,18 @@
|
|
|
44
43
|
<circle class="st2" cx="8015.4" cy="1468.3" r="176.6"/>
|
|
45
44
|
<circle class="st2" cx="5281.1" cy="2606" r="176.6"/>
|
|
46
45
|
</g>
|
|
46
|
+
<g id="moving_background_3">
|
|
47
|
+
<use xlink:href="#fish" style="--fish-color: #439b7b;--pupil-color:#57c19a;translate: 5000px 300px;scale: 0.15 0.15;--fish-animation-delay: 0s;"></use>
|
|
48
|
+
</g>
|
|
49
|
+
<g id="moving_background_3_1">
|
|
50
|
+
<use xlink:href="#fish" style="--fish-color: #439b7b;--pupil-color:#57c19a;translate: 5000px 4300px;scale: 0.1 0.1;--fish-animation-delay: 0s;"></use>
|
|
51
|
+
</g>
|
|
52
|
+
<g id="moving_background_4">
|
|
53
|
+
<use xlink:href="#fish" style="--fish-color: #439b7b;--pupil-color:#57c19a;translate: 5000px 1300px;scale: -0.2 0.2;--fish-animation-delay: 0s;"></use>
|
|
54
|
+
</g>
|
|
55
|
+
<g id="moving_background_4_1">
|
|
56
|
+
<use xlink:href="#fish" style="--fish-color: #439b7b;--pupil-color:#57c19a;translate: 5000px 1300px;scale: -0.12 0.12;--fish-animation-delay: 0s;"></use>
|
|
57
|
+
</g>
|
|
47
58
|
<g id="small_fish">
|
|
48
59
|
<path id="fish_small" class="st3" d="M7505.5,4520.3c0,0-390.8-140.1-781.5,103.2c-390.8,243.3-641.4,722.5-641.4,722.5
|
|
49
60
|
s-154.8-250.7-272.8-162.2s-110.6,191.7-110.6,191.7s125.3,132.7,162.2,140.1c36.9,7.4-22.1,51.6-22.1,51.6
|
package/src/svg/index.js
CHANGED
|
@@ -295,6 +295,11 @@ export const cells = {
|
|
|
295
295
|
{ name: 'remove_credit', value: remove_credit, type: 'symbol' },
|
|
296
296
|
{ name: 'dollar', value: dollar, type: 'symbol_additional' },
|
|
297
297
|
{ name: 'bricks_pattern', value: bricks_pattern, type: 'pattern' },
|
|
298
|
+
{ name: 'add_credit', value: add_credit, type: 'symbol' },
|
|
299
|
+
{ name: 'bank_building', value: bank_building, type: 'symbol_additional' },
|
|
300
|
+
{ name: 'envelope', value: envelope, type: 'symbol_additional' },
|
|
301
|
+
{ name: 'dollar_sign', value: dollar_sign, type: 'symbol_additional' },
|
|
302
|
+
{ name: 'clock_sign', value: clock_sign, type: 'symbol_additional' },
|
|
298
303
|
],
|
|
299
304
|
},
|
|
300
305
|
bank_27: {
|
|
@@ -314,6 +319,11 @@ export const cells = {
|
|
|
314
319
|
{ name: 'remove_credit', value: remove_credit, type: 'symbol' },
|
|
315
320
|
{ name: 'dollar', value: dollar, type: 'symbol_additional' },
|
|
316
321
|
{ name: 'bricks_pattern', value: bricks_pattern, type: 'pattern' },
|
|
322
|
+
{ name: 'add_credit', value: add_credit, type: 'symbol' },
|
|
323
|
+
{ name: 'bank_building', value: bank_building, type: 'symbol_additional' },
|
|
324
|
+
{ name: 'envelope', value: envelope, type: 'symbol_additional' },
|
|
325
|
+
{ name: 'dollar_sign', value: dollar_sign, type: 'symbol_additional' },
|
|
326
|
+
{ name: 'clock_sign', value: clock_sign, type: 'symbol_additional' },
|
|
317
327
|
],
|
|
318
328
|
},
|
|
319
329
|
bank_8: {
|
|
@@ -333,6 +343,11 @@ export const cells = {
|
|
|
333
343
|
{ name: 'remove_credit', value: remove_credit, type: 'symbol' },
|
|
334
344
|
{ name: 'dollar', value: dollar, type: 'symbol_additional' },
|
|
335
345
|
{ name: 'bricks_pattern', value: bricks_pattern, type: 'pattern' },
|
|
346
|
+
{ name: 'add_credit', value: add_credit, type: 'symbol' },
|
|
347
|
+
{ name: 'bank_building', value: bank_building, type: 'symbol_additional' },
|
|
348
|
+
{ name: 'envelope', value: envelope, type: 'symbol_additional' },
|
|
349
|
+
{ name: 'dollar_sign', value: dollar_sign, type: 'symbol_additional' },
|
|
350
|
+
{ name: 'clock_sign', value: clock_sign, type: 'symbol_additional' },
|
|
336
351
|
],
|
|
337
352
|
},
|
|
338
353
|
bank_crash: {
|
|
@@ -1285,6 +1300,7 @@ export const cells = {
|
|
|
1285
1300
|
defs: [
|
|
1286
1301
|
{ name: 'black_background', value: black_background, type: 'symbol_additional' },
|
|
1287
1302
|
{ name: 'sell', value: sell, type: 'symbol' },
|
|
1303
|
+
{ name: 'fish', value: fish, type: 'symbol_additional' },
|
|
1288
1304
|
]
|
|
1289
1305
|
},
|
|
1290
1306
|
stock_exchange_speculation_24: {
|