@everymatrix/casino-lobby 0.0.162 → 0.0.166

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
@@ -18,15 +18,18 @@
18
18
  <casino-lobby
19
19
  endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
20
20
  datasource="RNG"
21
+ session="4233962d-22f8-48ca-bb84-077e9b4e37f3"
22
+ userid="3657535"
21
23
  lang="en"
22
24
  loginevent="OpenLoginRegisterModal"
23
25
  registerevent="OpenLoginRegisterModal"
24
26
  depositevent="OpenDepositModal"
25
- favorites="false"
27
+ favorites="true"
26
28
  mostplayed="true"
27
29
  lobbyid="casino"
28
30
  clockformat="LTS"
29
31
  containermaxwidth="1300"
32
+ haspanicbutton="true"
30
33
  ></casino-lobby>
31
34
  <!--<casino-lobby
32
35
  clientstylingurl="https://gist.githubusercontent.com/raulvasile/839f53316c98a4061441474bed11f552/raw/f20e6bb03e84273ae72d8939463ea4497c707471/gistfile1.css"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "0.0.162",
3
+ "version": "0.0.166",
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": "f0ae2ffa2c984a3f90ab2eea42992f92e6acf725"
39
+ "gitHead": "cc5cea8f5d4ed68bf0b052d98cc82ce69e97fc45"
40
40
  }
@@ -38,6 +38,7 @@
38
38
  export let alternativesearch:string = 'false';
39
39
 
40
40
  export let containermaxwidth:string = '';
41
+ export let haspanicbutton:string = 'false';
41
42
 
42
43
  let endpointURL:string;
43
44
  let DS:string;
@@ -219,6 +220,7 @@
219
220
  {clientstylingurl}
220
221
  {lobbyid}
221
222
  {containermaxwidth}
223
+ {haspanicbutton}
222
224
  ></casino-page>
223
225
  <casino-modal
224
226
  session={session}
@@ -241,6 +243,7 @@
241
243
  {clientstyling}
242
244
  {clientstylingurl}
243
245
  {clockformat}
246
+ {haspanicbutton}
244
247
  />
245
248
  </casino-modal>
246
249
  <casino-filter-modal