@everymatrix/casino-lobby 1.24.6 → 1.25.0
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/dist/casino-lobby.js +3 -3
- package/dist/casino-lobby.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +12 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.0",
|
|
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": "668756b576877a7c33679408591fa2b7f93e0f37"
|
|
39
39
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
export let integratedgameframemobile:string = 'false';
|
|
56
56
|
export let gamepagemodalurl:string = 'false';
|
|
57
57
|
export let casinogamesgridslider: string = 'false';
|
|
58
|
+
export let categoriesicon: string = 'false';
|
|
59
|
+
export let lobbyiconimage: string = '';
|
|
60
|
+
export let mygamesiconimage: string = '';
|
|
61
|
+
|
|
58
62
|
//Casino Winners
|
|
59
63
|
export let positionwinnerswidget:string = '';
|
|
60
64
|
export let tabsorder:string = '';
|
|
@@ -95,6 +99,9 @@
|
|
|
95
99
|
export let mostplayedrounds:string = '';
|
|
96
100
|
export let lastplayed:string = 'false';
|
|
97
101
|
|
|
102
|
+
//Je lobby widget
|
|
103
|
+
export let positionjelobbywidget:string = '';
|
|
104
|
+
|
|
98
105
|
// Button icon for random game widget
|
|
99
106
|
export let randombuttonicon:string = '';
|
|
100
107
|
export let filteredrandomgamecategories:string = '';
|
|
@@ -301,6 +308,9 @@
|
|
|
301
308
|
{containermaxwidth}
|
|
302
309
|
location="secondaryMenu"
|
|
303
310
|
{showsubgroups}
|
|
311
|
+
{categoriesicon}
|
|
312
|
+
{lobbyiconimage}
|
|
313
|
+
{mygamesiconimage}
|
|
304
314
|
></casino-categories-slider>
|
|
305
315
|
<casino-page
|
|
306
316
|
session={sessionID}
|
|
@@ -368,7 +378,8 @@
|
|
|
368
378
|
{mostplayedperiod}
|
|
369
379
|
{showsubgroups}
|
|
370
380
|
{winnersdatasources}
|
|
371
|
-
{casinogamesgridslider}
|
|
381
|
+
{casinogamesgridslider}
|
|
382
|
+
{positionjelobbywidget}>
|
|
372
383
|
<div slot="je-jackpots-widget">
|
|
373
384
|
<slot name="content"></slot>
|
|
374
385
|
</div>
|