@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/index.html CHANGED
@@ -23,6 +23,7 @@
23
23
  loginevent="OpenLoginRegisterModal"
24
24
  registerevent="OpenLoginRegisterModal"
25
25
  depositevent="OpenDepositModal"
26
+ showsubgroups="true"
26
27
  favorites="true"
27
28
  activecategory="LOBBY"
28
29
  mostplayed="true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "0.0.365",
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": "f4dabfce4df55a591981f327a670cc250a2ed257"
39
+ "gitHead": "8de3cc787cc97aec99916dfedb01ec69ac55ba98"
40
40
  }
@@ -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}