@everymatrix/casino-game-page 0.0.274 → 0.0.275
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-page",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.275",
|
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": "
|
39
|
+
"gitHead": "6b4c5e75ec17a99271b51d6cd70f107340dd5dab"
|
40
40
|
}
|
@@ -141,9 +141,8 @@
|
|
141
141
|
break;
|
142
142
|
|
143
143
|
case 'ModalClosed':
|
144
|
-
|
145
|
-
|
146
|
-
}, 500);
|
144
|
+
// the timeout is necessary in order to sync with the closing of the modal frame and provide a smoother transition
|
145
|
+
setTimeout(() => { detailsObtained = integratedgameframe === "true";}, 500);
|
147
146
|
break;
|
148
147
|
|
149
148
|
case 'UserSessionID':
|
@@ -308,6 +307,7 @@
|
|
308
307
|
if (registerevent) {
|
309
308
|
window.postMessage({ type: registerevent, transition: 'Register' }, window.location.href);
|
310
309
|
window.postMessage({ type: 'ModalClosed' }, window.location.href);
|
310
|
+
|
311
311
|
}
|
312
312
|
|
313
313
|
if (registerurl) {
|