@everymatrix/casino-lobby 0.0.355 → 0.0.357
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": "0.0.
|
|
3
|
+
"version": "0.0.357",
|
|
4
4
|
"main": "dist/casino-lobby.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": "0fde12b49f5b6381585e98c841da6292a9be010d"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -54,6 +54,8 @@
|
|
|
54
54
|
export let visiblegames:string = '10';
|
|
55
55
|
export let integratedgameframe:string = 'false';
|
|
56
56
|
export let gamepagemodalurl:string = 'false';
|
|
57
|
+
export let enablecasinowinners:string = 'true';
|
|
58
|
+
export let enablejackpotbanner:string = 'true';
|
|
57
59
|
|
|
58
60
|
// Button icon for random game widget
|
|
59
61
|
export let randombuttonicon:string = '';
|
|
@@ -253,6 +255,8 @@
|
|
|
253
255
|
{currency}
|
|
254
256
|
{gamepagemodalurl}
|
|
255
257
|
{randombuttonicon}
|
|
258
|
+
{enablecasinowinners}
|
|
259
|
+
{enablejackpotbanner}
|
|
256
260
|
></casino-page>
|
|
257
261
|
{#if gamemodal == 'true'}
|
|
258
262
|
<casino-modal
|