@everymatrix/casino-lobby 1.12.7 → 1.13.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-lobby",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.1",
|
|
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": "
|
|
38
|
+
"gitHead": "9f9dcce9a013f45e086eef1d201f25733df18d12"
|
|
39
39
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -156,6 +156,7 @@
|
|
|
156
156
|
break;
|
|
157
157
|
|
|
158
158
|
case 'CategoryChange':
|
|
159
|
+
window.postMessage({type: 'GetFavoredGame'}, window.location.href);
|
|
159
160
|
activecategory = e.data.itemId;
|
|
160
161
|
break;
|
|
161
162
|
}
|
|
@@ -407,9 +408,7 @@
|
|
|
407
408
|
box-sizing: border-box;
|
|
408
409
|
}
|
|
409
410
|
|
|
410
|
-
|
|
411
|
-
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
412
|
-
}
|
|
411
|
+
|
|
413
412
|
|
|
414
413
|
.CasinoLobby {
|
|
415
414
|
background-color: var(--emfe-w-color-contrast, #07072A);
|