@everymatrix/casino-search 1.37.2 → 1.37.4

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-search",
3
- "version": "1.37.2",
3
+ "version": "1.37.4",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "0a314fe46510038a31ea77b611f22f5429a56d49"
38
+ "gitHead": "863252ebf7c846696d9b388f0d288993dbd5065c"
39
39
  }
@@ -6,7 +6,7 @@
6
6
  import { getDevice } from 'rvhelper';
7
7
  import { onMount } from 'svelte';
8
8
 
9
- import '@everymatrix/casino-game-thumbnail';
9
+ import '@everymatrix/casino-game-thumbnail-nd';
10
10
  import moment from 'moment';
11
11
 
12
12
  export let endpoint:string = '';
@@ -413,7 +413,7 @@
413
413
  <div class="SearchResultsContainer {searchActive == true ? '': 'NotVisible'}">
414
414
  {#if searchCancelled === false}
415
415
  {#each searchArray as game}
416
- <casino-game-thumbnail
416
+ <casino-game-thumbnail-nd
417
417
  endpoint={endpoint}
418
418
  session = {sessionID}
419
419
  userid = {playerID}
@@ -436,7 +436,7 @@
436
436
  {clientstyling}
437
437
  {clientstylingurl}
438
438
  {gamepagemodalurl}
439
- ></casino-game-thumbnail>
439
+ ></casino-game-thumbnail-nd>
440
440
  {/each}
441
441
  {/if}
442
442
  {#if searchValue.length >= 2 && searchArray.length == 0}
@@ -632,7 +632,7 @@
632
632
  margin-top: 120px;
633
633
  }
634
634
 
635
- casino-game-thumbnail {
635
+ casino-game-thumbnail-nd {
636
636
  z-index: 5;
637
637
  }
638
638