@betorigami/games 1.22.0 → 1.22.1

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 (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -6233,8 +6233,8 @@ var hr=Object.create;var{getPrototypeOf:cr,defineProperty:X6,getOwnPropertyNames
6233
6233
  position: absolute;
6234
6234
  inset: 0;
6235
6235
  margin: auto;
6236
- width: 80%;
6237
- height: 80%;
6236
+ width: var(--keno-gem-icon-size, 80%);
6237
+ height: var(--keno-gem-icon-size, 80%);
6238
6238
  }
6239
6239
 
6240
6240
  .win-icon--gem { display: flex; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betorigami/games",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",