@everymatrix/casino-lobby 1.10.1 → 1.10.3

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-lobby",
3
- "version": "1.10.1",
3
+ "version": "1.10.3",
4
4
  "main": "dist/casino-lobby.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "afdfc6c00928eb5346760920f381850b562912f8"
38
+ "gitHead": "98d132fbb25ecc10cce6f3caf89f35ab2f59c3d1"
39
39
  }
@@ -147,7 +147,7 @@
147
147
  break;
148
148
 
149
149
  case 'OpenGameFrame':
150
- window.postMessage({ type: 'ShowModal', gameId: e.data.gameId, gamefunmode: e.data.gamefunmode, gamepagemodalurl: e.data.gamepagemodalurl, identifier: 'Lobby' }, window.location.href);
150
+ window.postMessage({ type: 'ShowGameModal', gameId: e.data.gameId, isMobile: isMobile(userAgent), gamefunmode: e.data.gamefunmode, gamepagemodalurl: e.data.gamepagemodalurl, identifier: 'Lobby' }, window.location.href);
151
151
  break;
152
152
 
153
153
  case 'UserSessionID':