@everymatrix/casino-lobby 1.22.11 → 1.23.0

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.0",
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": "e1f96f1273bd4af5ca8e311c90006f51ca00a642"
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';
@@ -393,6 +394,7 @@
393
394
  depositevent={depositevent}
394
395
  checksession="false"
395
396
  {playforfun}
397
+ {shortcashierenabled}
396
398
  {favorites}
397
399
  {clientstyling}
398
400
  {clientstylingurl}