@everymatrix/casino-games-category-section 0.0.378 → 0.0.380

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.378",
3
+ "version": "0.0.380",
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": "eb1c6e8bc00b7487f946d65b70b127a5c7c9240d"
39
+ "gitHead": "9349ac6f68c3eec218e057c208f2e251cf09f8fd"
40
40
  }
@@ -27,6 +27,12 @@
27
27
  export let livecasino:string = 'false';
28
28
  export let visiblegames:string = '';
29
29
  export let gamepagemodalurl:string = 'false';
30
+ export let enablecasinowinners:string = 'true';
31
+ export let integratedgameframedesktop:string = 'false';
32
+ export let integratedgameframemobile:string = 'false';
33
+
34
+ export let tabsorder:string = '';
35
+ export let enableautoscroll:string = '';
30
36
 
31
37
  export let once = true;
32
38
  export let top = 0;
@@ -546,6 +552,8 @@
546
552
  {endpoint}
547
553
  {livecasino}
548
554
  {gamepagemodalurl}
555
+ {integratedgameframedesktop}
556
+ {integratedgameframemobile}
549
557
  ></casino-game-thumbnail>
550
558
  {/each}
551
559
  </ul>
@@ -601,6 +609,8 @@
601
609
  {endpoint}
602
610
  {livecasino}
603
611
  {gamepagemodalurl}
612
+ {integratedgameframedesktop}
613
+ {integratedgameframemobile}
604
614
  ></casino-game-thumbnail>
605
615
  {/if}
606
616
  {/each}
@@ -650,6 +660,8 @@
650
660
  {endpoint}
651
661
  {livecasino}
652
662
  {gamepagemodalurl}
663
+ {integratedgameframedesktop}
664
+ {integratedgameframemobile}
653
665
  ></casino-game-thumbnail>
654
666
  {/if}
655
667
  {:else if gameprops.gameModel.platform.includes("PC")}
@@ -679,6 +691,8 @@
679
691
  {endpoint}
680
692
  {livecasino}
681
693
  {gamepagemodalurl}
694
+ {integratedgameframedesktop}
695
+ {integratedgameframemobile}
682
696
  ></casino-game-thumbnail>
683
697
  {/if}
684
698
  {/if}