@everymatrix/casino-page 1.1.6 → 1.2.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-page",
3
- "version": "1.1.6",
3
+ "version": "1.2.0",
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": "6ad785980b67f3b54da658b8df9f60190a10ffcc"
39
+ "gitHead": "3800c3e93fdc948c5bc48101acce6cd81ce65706"
40
40
  }
@@ -48,6 +48,7 @@
48
48
  export let activecategory:string = '';
49
49
  export let livecasino:string = 'false';
50
50
  export let playrandomgame:string = 'false';
51
+ export let filteredrandomgamecategories:string = '';
51
52
  export let gamepagemodalurl:string = 'false';
52
53
  //Casino Winners
53
54
  export let positionwinnerswidget:string ='';
@@ -1068,7 +1069,7 @@
1068
1069
  {/if}
1069
1070
 
1070
1071
  {#if playrandomgame == 'true' && searchFocus == false}
1071
- <casino-random-game {datasource} {endpoint} {lang} {gameevent} {randombuttonicon} {clientstyling} {clientstylingurl}>
1072
+ <casino-random-game {datasource} {filteredrandomgamecategories} {endpoint} {lang} {gameevent} {randombuttonicon} {clientstyling} {clientstylingurl}>
1072
1073
  </casino-random-game>
1073
1074
  {/if}
1074
1075