@everymatrix/casino-search 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-search",
3
- "version": "0.0.378",
3
+ "version": "0.0.380",
4
4
  "main": "index.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
  }
@@ -13,6 +13,8 @@
13
13
  export let lang:string = 'en';
14
14
  export let clientstyling:string = '';
15
15
  export let clientstylingurl:string = '';
16
+ export let integratedgameframedesktop:string = 'false';
17
+ export let integratedgameframemobile:string = 'false';
16
18
 
17
19
  let userAgent:any = window.navigator.userAgent;
18
20
  let searchArray:Array<any> = [];
@@ -277,6 +279,8 @@
277
279
  gamefavorite={game.isFavorite}
278
280
  livelobbyendpoint={game.details ? game.launchUrl : ''}
279
281
  endpoint={endpoint}
282
+ {integratedgameframedesktop}
283
+ {integratedgameframemobile}
280
284
  ></casino-game-thumbnail>
281
285
  {/each}
282
286
  {/if}