@betorigami/games 2.3.0 → 2.3.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 +1 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -4044,7 +4044,6 @@ var V8=Object.create;var{getPrototypeOf:W8,defineProperty:$4,getOwnPropertyNames
4044
4044
  width: 100%;
4045
4045
  --keno-grid-desktop-side-padding: 0;
4046
4046
  --keno-grid-max-width: 100%;
4047
- --keno-grid-aspect-ratio: auto;
4048
4047
  }
4049
4048
 
4050
4049
  origami-limbo-multiplier {
@@ -5797,7 +5796,7 @@ var V8=Object.create;var{getPrototypeOf:W8,defineProperty:$4,getOwnPropertyNames
5797
5796
  width: 100%;
5798
5797
  max-width: var(--keno-grid-max-width, 650px);
5799
5798
  gap: 8px;
5800
- aspect-ratio: var(--keno-grid-aspect-ratio, 8/5);
5799
+ aspect-ratio: 8/5;
5801
5800
  }
5802
5801
 
5803
5802
  .keno-grid-row {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betorigami/games",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",