@everymatrix/casino-categories-slider 1.8.4 → 1.9.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-categories-slider",
3
- "version": "1.8.4",
3
+ "version": "1.9.1",
4
4
  "main": "dist/casino-categories-slider.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": "58b0374c9527cbfb3a070ac6fb1744bc670aba27"
39
+ "gitHead": "b882819d6bf435954793bf62ec04879ecb8572e0"
40
40
  }
@@ -13,9 +13,7 @@
13
13
  export let userid:string = '';
14
14
  export let session:string = ''; // Value for sessionID
15
15
  export let mostplayed:string = ''; // True - add MostPlayed category in slider
16
- export let mostplayedrounds:string = '';
17
16
  export let lastplayed:string = 'false'; // True - add LastPlayed category in slider
18
- export let lastplayedperiod:string = ''; // The period of the query (Last30Days|Last7Days|Yesterday|Today)
19
17
  export let favorites:string = ''; // True - add Favorites category in slider
20
18
  export let clientstyling:string = '';
21
19
  export let clientstylingurl:string = '';