western-world 3.0.486 → 3.0.488

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.
@@ -287,6 +287,6 @@
287
287
  </g>
288
288
  </g>
289
289
 
290
- <use xlink:href="#black_background" class="d-none use-add-money" style="--animation-delay: 3s;--animation-duration: 2.5s;"></use>
291
- <use xlink:href="#add_money" class="d-none use-add-money" style="scale: 1;translate: 0px 0px;--animation-delay: 3s;--animation-duration: 5s;"></use>
290
+ <use xlink:href="#black_background" class="d-none use-add-money" style="--animation-delay: 0s;--animation-duration: 2.5s;"></use>
291
+ <use xlink:href="#add_money" class="d-none use-add-money" style="--animation-delay: 0s;--animation-duration: 5s;"></use>
292
292
  </svg>
package/src/svg/index.js CHANGED
@@ -432,7 +432,10 @@ export const cells = {
432
432
  desert_island: {
433
433
  svg: require('./cells/desert_island.svg'),
434
434
  css: require('!!css-loader!sass-loader!../scss/cells/desert_island.scss').default,
435
- defs: [{ name: 'bird', value: bird, type: 'symbol_additional' }],
435
+ defs: [
436
+ { name: 'bird', value: bird, type: 'symbol_additional' },
437
+ { name: 'clouds_49', value: clouds_49, type: 'symbol_additional' },
438
+ ],
436
439
  },
437
440
  doomsday: {
438
441
  svg: require('./cells/doomsday.svg'),