@everymatrix/casino-page 0.0.331 → 0.0.334

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-page",
3
- "version": "0.0.331",
3
+ "version": "0.0.334",
4
4
  "main": "dist/casino-page.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": "5c0181c53436efa45b47eea2b32ccea002e3b1de"
39
+ "gitHead": "3b3b0721c83e8c8abcc947d75334a30d5089f579"
40
40
  }
@@ -38,6 +38,9 @@
38
38
  export let livecasino:string = 'false';
39
39
  export let playrandomgame:string = 'false';
40
40
  export let gamepagemodalurl:string = 'false';
41
+ // Button icon for random game widget
42
+ export let randombuttonicon:string = '';
43
+
41
44
  let userAgent:any = window.navigator.userAgent;
42
45
  let gameevent:string;
43
46
 
@@ -1035,7 +1038,7 @@
1035
1038
  {/if}
1036
1039
 
1037
1040
  {#if playrandomgame == 'true'}
1038
- <casino-random-game {datasource} {endpoint} {lang} {gameevent}>
1041
+ <casino-random-game {datasource} {endpoint} {lang} {gameevent} {randombuttonicon}>
1039
1042
  </casino-random-game>
1040
1043
  {/if}
1041
1044