@everymatrix/casino-page 0.0.192 → 0.0.196

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-page",
3
- "version": "0.0.192",
3
+ "version": "0.0.196",
4
4
  "main": "dist/casino-page.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": "90772f9f46872463853a444005e5adbfb07fc973"
39
+ "gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
40
40
  }
@@ -815,19 +815,6 @@
815
815
  {#if (getDevice(userAgent) !== 'PC') && (alternativesearch === 'false') && mobileSearchViewActive}
816
816
  <div class="SearchBarPlaceholder"></div>
817
817
  {/if}
818
- {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && numberOfFilters && getDevice(userAgent) !== 'PC'}
819
- <div class="ClearFilterMobileButtonWrapper" on:click="{() => clearVendorFilter()}">
820
- <div class="ClearButton">Clear
821
- <span class="ClearIcon">
822
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
823
- viewBox="0 0 378.303 378.303" style="enable-background:new 0 0 378.303 378.303;" xml:space="preserve">
824
- <polygon style="fill:#FD2839;" points="378.303,28.285 350.018,0 189.151,160.867 28.285,0 0,28.285 160.867,189.151 0,350.018
825
- 28.285,378.302 189.151,217.436 350.018,378.302 378.303,350.018 217.436,189.151 "/>
826
- </svg>
827
- </span>
828
- </div>
829
- </div>
830
- {/if}
831
818
 
832
819
  {#if alternativesearch === 'false'}
833
820
  <!-- main search layout -->
@@ -928,7 +915,7 @@
928
915
  </div>
929
916
  {/if}
930
917
  {#if !searched || !recentSearches}
931
- {#if !mostPlayedScreen && !numberOfFilters}
918
+ {#if !mostPlayedScreen}
932
919
  <div class="FilterButtonWrapper" on:click='{() => {openFiltersModal()}}'>
933
920
  <div class="FilterButton">Filters</div>
934
921
  <div class="FilterIconContainer">
@@ -1056,11 +1043,14 @@
1056
1043
  @return $value * $multiplicator;
1057
1044
  }
1058
1045
 
1046
+ :host {
1047
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
1048
+ }
1049
+
1059
1050
  *, *::before, *::after {
1060
1051
  margin: 0;
1061
1052
  padding: 0;
1062
1053
  box-sizing: border-box;
1063
- font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
1064
1054
  }
1065
1055
 
1066
1056
  .CategoriesLobby {
@@ -1359,19 +1349,25 @@
1359
1349
  }
1360
1350
  .FiltersButtonsContainer {
1361
1351
  position: absolute;
1362
- top: 64px;
1363
- right: 5px;
1352
+ top: 75px;
1353
+ right: 0;
1354
+ font-size: 13px;
1355
+ gap: 6px;
1364
1356
  .FilterIconContainer {
1365
1357
  display: none;
1366
1358
  }
1367
1359
  .FilterButtonWrapper {
1368
1360
  border-radius: 6.4px;
1369
- border: 2px solid #fff;
1361
+ border: 1px solid #fff;
1370
1362
  background: transparent;
1371
1363
  color: #fff;
1364
+ padding: 6px 16px;
1372
1365
  }
1373
1366
  .ClearFilterButtonWrapper {
1374
- padding: 10px 16px;
1367
+ padding: 6px 16px;
1368
+ .ClearIcon {
1369
+ display: none;
1370
+ }
1375
1371
  }
1376
1372
  }
1377
1373
  &.CategoriesHeaderSearchActive {
@@ -1379,7 +1375,7 @@
1379
1375
  }
1380
1376
  }
1381
1377
  .FiltersActive.ClearFilterButtonWrapper {
1382
- display: block;
1378
+ display: inline-flex;
1383
1379
  }
1384
1380
  .ClearSearchButton, .ClearSearchButtonMobile {
1385
1381
  right: 30px;