@everymatrix/casino-lobby 0.0.365 → 0.0.368
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 +2 -2
- package/dist/casino-lobby.js.map +1 -1
- package/index.html +1 -0
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +3 -0
package/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.368",
|
|
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": "8de3cc787cc97aec99916dfedb01ec69ac55ba98"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -62,6 +62,8 @@
|
|
|
62
62
|
export let istopavailable:string = '';
|
|
63
63
|
export let isrecentavailable:string = '';
|
|
64
64
|
|
|
65
|
+
export let showsubgroups:string = '';
|
|
66
|
+
|
|
65
67
|
// Button icon for random game widget
|
|
66
68
|
export let randombuttonicon:string = '';
|
|
67
69
|
|
|
@@ -236,6 +238,7 @@
|
|
|
236
238
|
{clientstyling}
|
|
237
239
|
{clientstylingurl}
|
|
238
240
|
{containermaxwidth}
|
|
241
|
+
{showsubgroups}
|
|
239
242
|
></casino-categories-slider>
|
|
240
243
|
<casino-page
|
|
241
244
|
session={sessionID}
|