@everymatrix/casino-lobby 1.22.11 → 1.23.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "1.22.11",
3
+ "version": "1.23.1",
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": "1ec5c9d222dc5546dc0ef485ea93807daa2bb50c"
38
+ "gitHead": "4844f167efeb93d55d079fc27381a959fe9c5a65"
39
39
  }
@@ -33,7 +33,8 @@
33
33
  export let loginevent:string = '';
34
34
  export let registerevent:string = '';
35
35
  export let depositevent:string = '';
36
-
36
+ export let shortcashierenabled: string = '';
37
+
37
38
  export let favorites:string = '';
38
39
 
39
40
  export let desktopoffset:string = '0';
@@ -46,6 +47,7 @@
46
47
  export let actionevent:string = 'CategoryChange';
47
48
  export let livecasino:string = 'false';
48
49
  export let playforfun:string = 'true';
50
+ export let showgamename:string = 'false';
49
51
  export let gamemodal:string = 'true';
50
52
  export let playrandomgame:string = 'false';
51
53
  export let visiblegames:string = '10';
@@ -306,6 +308,7 @@
306
308
  endpoint={endpointURL}
307
309
  datasource={DS}
308
310
  lang={language}
311
+ {showgamename}
309
312
  {cmsendpoint}
310
313
  {env}
311
314
  {visiblegames}
@@ -393,6 +396,7 @@
393
396
  depositevent={depositevent}
394
397
  checksession="false"
395
398
  {playforfun}
399
+ {shortcashierenabled}
396
400
  {favorites}
397
401
  {clientstyling}
398
402
  {clientstylingurl}