@everymatrix/casino-lobby 1.13.24 → 1.14.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/CHANGELOG.md +31 -0
- package/dist/casino-lobby.js +4 -4
- package/dist/casino-lobby.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.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": "398497515924e7f87fc77ca537a96f67db896b1b"
|
|
39
39
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
export let integratedgameframedesktop:string = 'false';
|
|
54
54
|
export let integratedgameframemobile:string = 'false';
|
|
55
55
|
export let gamepagemodalurl:string = 'false';
|
|
56
|
+
export let casinogamesgridslider: string = 'false';
|
|
56
57
|
//Casino Winners
|
|
57
58
|
export let positionwinnerswidget:string = '';
|
|
58
59
|
export let tabsorder:string = '';
|
|
@@ -364,7 +365,8 @@
|
|
|
364
365
|
{lastplayedperiod}
|
|
365
366
|
{mostplayedperiod}
|
|
366
367
|
{showsubgroups}
|
|
367
|
-
{winnersdatasources}
|
|
368
|
+
{winnersdatasources}
|
|
369
|
+
{casinogamesgridslider}>
|
|
368
370
|
</casino-page>
|
|
369
371
|
{#if gamemodal == 'true'}
|
|
370
372
|
<casino-modal
|