@everymatrix/casino-games-category-section 0.0.371 → 0.0.372

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.371",
3
+ "version": "0.0.372",
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": "a65da5df7804bc4424b6c9a5564a0ad17c001dc2"
39
+ "gitHead": "5612b26ae9b59681de1e96fae53e69e4dd94f3cf"
40
40
  }
@@ -7,7 +7,6 @@
7
7
  import type { CategoryData } from './CasinoGamesCategorySection.type';
8
8
  import { GamesCategorySectionTranslations } from './translations';
9
9
 
10
- import '@everymatrix/casino-winners';
11
10
  import '@everymatrix/casino-game-thumbnail';
12
11
 
13
12
  const MASONRY_CLASS_PREFIX = 'game-tile-';
@@ -28,10 +27,6 @@
28
27
  export let livecasino:string = 'false';
29
28
  export let visiblegames:string = '';
30
29
  export let gamepagemodalurl:string = 'false';
31
- export let enablecasinowinners:string = 'true';
32
-
33
- export let tabsorder:string = '';
34
- export let enableautoscroll:string = '';
35
30
 
36
31
  export let once = true;
37
32
  export let top = 0;
@@ -39,20 +34,6 @@
39
34
  export let left = 0;
40
35
  export let right = 0;
41
36
 
42
- //CasinoWinners Widget
43
- let periodrecent:string = 'Today';
44
- let periodtop:string = 'Last7Days';
45
- let numberusersrecent:string = '20';
46
- let numberuserstop:string = '20';
47
- let amountlimit:string = '1';
48
- let isrecentavailable:string = 'true';
49
- let istopavailable:string = 'true';
50
- let defaultcurrency:string = 'EUR';
51
- let winners: any[] = [];
52
- let winnersType:string;
53
- let isLoggedIn:boolean = false;
54
- let userCurrency:string;
55
-
56
37
  // CasinoPage loading state
57
38
  let isLoading:boolean = false;
58
39
  let hasErrors:boolean = false;
@@ -575,27 +556,6 @@
575
556
  {:else}
576
557
  <div>
577
558
  {#if categoryData}
578
- {#if (enablecasinowinners === 'true') && lobbyView && categoryindex == '1'}
579
- <div class="CasinoWinners">
580
- <casino-winners
581
- {session}
582
- {periodrecent}
583
- {periodtop}
584
- {numberusersrecent}
585
- {numberuserstop}
586
- {amountlimit}
587
- {lang}
588
- {isrecentavailable}
589
- {istopavailable}
590
- {defaultcurrency}
591
- {clientstyling}
592
- {clientstylingurl}
593
- {tabsorder}
594
- {enableautoscroll}
595
- {endpoint}
596
- ></casino-winners>
597
- </div>
598
- {/if}
599
559
  <div class="CasinoGamesContainer" part="CasinoGamesContainer">
600
560
  <div class="CasinoGamesHeader" part="CasinoGamesHeader">
601
561
  <h3 class="CategoryName" part="CategoryName" bind:this={categoryName}>
@@ -773,11 +733,6 @@
773
733
  $grid-cell-size-small: 110px;
774
734
  $grid-cell-size-medium: 122px;
775
735
 
776
- .CasinoWinners {
777
- background: transparent;
778
- width: 100%;
779
- min-height: 200px;
780
- }
781
736
  .CategoryName,
782
737
  .StatusText {
783
738
  color: var(--emfe-w-color-white, #FFFFFF);