@everymatrix/casino-games-category-section 0.0.360 → 0.0.362

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-games-category-section",
3
- "version": "0.0.360",
3
+ "version": "0.0.362",
4
4
  "main": "dist/casino-games-category-section.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": "bc9e5f5d2238b8300f8d4cb70890b2c1f0414b21"
39
+ "gitHead": "154d1b620474e61bee3507cc52d40bfd33236024"
40
40
  }
@@ -30,6 +30,9 @@
30
30
  export let gamepagemodalurl:string = 'false';
31
31
  export let enablecasinowinners:string = 'true';
32
32
 
33
+ export let tabsorder:string = '';
34
+ export let enableautoscroll:string = '';
35
+
33
36
  export let once = true;
34
37
  export let top = 0;
35
38
  export let bottom = 0;
@@ -598,6 +601,8 @@
598
601
  {defaultcurrency}
599
602
  {clientstyling}
600
603
  {clientstylingurl}
604
+ {tabsorder}
605
+ {enableautoscroll}
601
606
  {endpoint}
602
607
  ></casino-winners>
603
608
  </div>