@everymatrix/casino-game-thumbnail 1.43.0 → 1.43.2

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-game-thumbnail",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
4
4
  "main": "dist/casino-game-thumbnail.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": "2b46cd3311230285da87ca4b133f9dd5735a0db7"
38
+ "gitHead": "0477411e57fe6c3eda8ff28059aa540dcada8ae0"
39
39
  }
@@ -604,7 +604,7 @@
604
604
  {@html renderBetLimits(min, max, currencySymbol)}
605
605
  </div>
606
606
  {/if}
607
- {#if isopen && displaytype && displaytype === BLACKJACK}
607
+ {#if isopen && displaytype === BLACKJACK}
608
608
  <div class="GameProp LiveProps BlackjackDisplay" part="GameProp LiveProps BlackjackDisplay">
609
609
  <div class="LiveIcons">
610
610
  {#if istablefull}
@@ -773,9 +773,6 @@
773
773
  }
774
774
 
775
775
  .GameExtraInfoContainer{
776
- position: absolute;
777
- top: 0;
778
- left: 0;
779
776
  display: flex;
780
777
  flex-direction: row;
781
778
  justify-content: space-between;
@@ -822,6 +819,12 @@
822
819
  }
823
820
  }
824
821
 
822
+ .GameInnerContainer:hover {
823
+ .GameExtraInfo {
824
+ opacity: 0.3;
825
+ }
826
+ }
827
+
825
828
  .GameNameBelow {
826
829
  color: var(--emfe-w-color-white, #FFFFFF);
827
830
  position: relative;
@@ -852,12 +855,6 @@
852
855
  z-index: 4;
853
856
  }
854
857
  }
855
- // dim the game that doesn't have open seats or table is full
856
- .ListGame:hover, .ListGame:active {
857
- .OpenSeat, .ClosedSeat, .LiveLimits, .LatestResult, .FullTable {
858
- opacity: .2;
859
- }
860
- }
861
858
  // fix for displaying live game thumbnails that don't have details without backdrop
862
859
  .ListGame.GameBackdrop {
863
860
  .GameInnerContainer {
@@ -944,12 +941,11 @@
944
941
  display: flex;
945
942
  flex-direction: column;
946
943
  position: absolute;
947
- bottom: 8px;
948
- left: -8px;
944
+ bottom: 0px;
949
945
  right: 0;
950
946
  width: 100%;
951
947
  padding: 0;
952
- background: linear-gradient(to top, rgba(0,0,0,.1) 0%, rgba(0,0,0,.2) 60%, rgba(0,0,0,.3) 80%, rgba(0,0,0,.99) 100%);
948
+ background: linear-gradient(to top, var(--emfe-w-color-black, #000000), var(--emfe-w-color-black, #000000), transparent);
953
949
  color: var(--emfe-w-color-white, #FFFFFF);
954
950
  opacity: 1;
955
951
  font-size: 14px;
@@ -1394,7 +1390,6 @@
1394
1390
  flex-direction: row;
1395
1391
  justify-content: space-between;
1396
1392
  padding: 2px 20px 5px 20px;
1397
- background: var(--emfe-w-color-black, #000000);
1398
1393
  color: var(--emfe-w-color-white, #FFFFFF);
1399
1394
  font-weight: normal;
1400
1395
  font-size: 12px;