@everymatrix/casino-games-category-section 0.0.294 → 0.0.295

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": "@everymatrix/casino-games-category-section",
3
- "version": "0.0.294",
3
+ "version": "0.0.295",
4
4
  "main": "dist/casino-games-category-section.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "3fe9793aa0c46e63b382cbbdb0ee1dc1f0f4a12f"
39
+ "gitHead": "5f850bb3c7a28c78d04d9b6d856c364797cdaf40"
40
40
  }
@@ -634,7 +634,7 @@
634
634
  gamevendor={gameprops.gameModel.vendor.name}
635
635
  gameisnew={gameprops.gameModel.isNew}
636
636
  gamepopularity={gameprops.gameModel.popularity}
637
- gamecellsize={gameprops.gameModel.cellSize}
637
+ gamecellsize={gameprops.cellSize}
638
638
  gameid={gameprops.gameModel.id}
639
639
  gamefunmode={gameprops.gameModel.hasFunMode}
640
640
  gamefavorite={gameprops.gameModel.isFavorite}
@@ -663,7 +663,7 @@
663
663
  gamevendor={gameprops.gameModel.vendor.name}
664
664
  gameisnew={gameprops.gameModel.isNew}
665
665
  gamepopularity={gameprops.gameModel.popularity}
666
- gamecellsize={gameprops.gameModel.cellSize}
666
+ gamecellsize={gameprops.cellSize}
667
667
  gameid={gameprops.gameModel.id}
668
668
  gamefunmode={gameprops.gameModel.hasFunMode}
669
669
  gamefavorite={gameprops.gameModel.isFavorite}