@everymatrix/casino-game-thumbnail 1.31.0 → 1.31.1
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-game-thumbnail",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.1",
|
|
4
4
|
"main": "dist/casino-game-thumbnail.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": "
|
|
38
|
+
"gitHead": "0b3995d8c9121bfc27eb9aed6a034bbd1583400b"
|
|
39
39
|
}
|
|
@@ -174,7 +174,6 @@
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
const toggleGameFrame = (gameId:any):void => {
|
|
177
|
-
|
|
178
177
|
window.postMessage({ type: 'SearchedItemClicked', gameId }, window.location.href);
|
|
179
178
|
|
|
180
179
|
//Analytics event -- if game was searched
|
|
@@ -199,6 +198,7 @@
|
|
|
199
198
|
} else if(!isMobile(userAgent) && integratedgameframedesktop == "false") {
|
|
200
199
|
window.postMessage({ type: 'ShowGameModal', gameId, isMobile: isMobile(userAgent) }, window.location.href);
|
|
201
200
|
}
|
|
201
|
+
|
|
202
202
|
};
|
|
203
203
|
|
|
204
204
|
|