western-world 3.0.331 → 3.0.332

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.331",
3
+ "version": "3.0.332",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -61,7 +61,7 @@ $main-animation-delay: 0s;
61
61
  transform-origin: 4000px 3700px;
62
62
  }
63
63
 
64
- use.d-none {
64
+ use.d-none.use-lost {
65
65
  display: block;
66
66
  }
67
67
  }
@@ -110,7 +110,7 @@ $main-animation-delay: 0s;
110
110
  transform-origin: 4000px 3700px;
111
111
  }
112
112
 
113
- use.d-none {
113
+ use.d-none.use-winner {
114
114
  display: block;
115
115
  }
116
116
  }
@@ -1038,6 +1038,6 @@
1038
1038
  <use xlink:href="#chip" transform="translate(950 -3400)"></use>
1039
1039
  </g>
1040
1040
 
1041
- <use xlink:href="#winner" class="d-none"></use>
1042
- <use xlink:href="#lost" class="d-none"></use>
1041
+ <use xlink:href="#winner" class="d-none use-winner"></use>
1042
+ <use xlink:href="#lost" class="d-none use-lost"></use>
1043
1043
  </svg>