@everymatrix/casino-game-page 1.3.0 → 1.3.2

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/index.html CHANGED
@@ -32,8 +32,9 @@
32
32
  <div class="webcomponent">
33
33
  <casino-game-page
34
34
  gameid="46985"
35
+ userid="3884262"
36
+ session="97770be8-7ab6-4985-adca-06da9dacadcd"
35
37
  lang="en"
36
- integratedgameframe="true"
37
38
  endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
38
39
  playforfun="true"
39
40
  ></casino-game-page>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "main": "dist/casino-game-page.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": "ac0e71f6ea97bb7428ee75f5667c1408cbdc3146"
39
+ "gitHead": "6f5109fe10945e3602504893215ac687784c4156"
40
40
  }
@@ -366,7 +366,7 @@
366
366
  let data = {
367
367
  url: game.launchUrl,
368
368
  id: game.id,
369
- vendor: game.vendor.name
369
+ vendor: game.vendor.name,
370
370
  }
371
371
  callNative('OPEN_GAME', data);
372
372
  }
@@ -377,6 +377,8 @@
377
377
  } else if(gameState == 'true') {
378
378
  window.postMessage({ type: 'OpenIntegratedGameFrame', gameId: game.id }, window.location.href);
379
379
  }
380
+
381
+ window.postMessage({ type: 'EnableScroll'}, window.location.href);
380
382
  }
381
383
 
382
384
  const resizeHandler = ():void => {