@everymatrix/casino-lobby 0.0.220 → 0.0.224

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
@@ -24,6 +24,7 @@
24
24
  depositevent="OpenDepositModal"
25
25
  favorites="true"
26
26
  mostplayed="true"
27
+ mostplayedrounds="50"
27
28
  lobbyid="casino"
28
29
  clockformat="LTS"
29
30
  containermaxwidth="1300"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "0.0.220",
3
+ "version": "0.0.224",
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": "b7cf586f6e593e311259814b945a2806c80f1d0b"
39
+ "gitHead": "56c929409f6926e8a96fcfbe5070643a08ae19cd"
40
40
  }
@@ -31,6 +31,7 @@
31
31
  export let depositevent:string = '';
32
32
 
33
33
  export let mostplayed:string = '';
34
+ export let mostplayedrounds:string = '';
34
35
  export let favorites:string = '';
35
36
 
36
37
  export let desktopoffset:string = '0';
@@ -201,6 +202,7 @@
201
202
  session={session}
202
203
  userid={userid}
203
204
  mostplayed={mostPlayed}
205
+ {mostplayedrounds}
204
206
  favorites={fav}
205
207
  {clientstyling}
206
208
  {clientstylingurl}