@everymatrix/casino-page 0.0.248 → 0.0.249

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.248",
3
+ "version": "0.0.249",
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": "77f6efa473daab4dd62004b893c587558bf4511c"
39
+ "gitHead": "38af455e241b6ef7ccabb2367be2be59e6b24352"
40
40
  }
@@ -16,7 +16,7 @@
16
16
 
17
17
  export let endpoint:string = '';
18
18
  export let datasource:string = '';
19
- export let currency:string = '';
19
+ export let currency:string;
20
20
  export let lang:string = ''; // Language
21
21
  export let session:string = ''; // Value for sessionID
22
22
  export let userid:string = ''; // Value for UserID;
@@ -877,7 +877,8 @@
877
877
  </div>
878
878
  </div>
879
879
  {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && !mostPlayedScreen && !recentSearches && !searched && !searchFocus && !lobbyViewAux}
880
- <div class="FiltersButtonsContainer" part="FiltersButtonsContainer">
880
+ <div class="FiltersButtonsWrapperContainer" part="FiltersButtonsWrapperContainer">
881
+ <div class="FiltersButtonsContainer" part="FiltersButtonsContainer">
881
882
  {#if numberOfFilters}
882
883
  <div class="ClearFilterButtonWrapper" part="ClearFilterButtonWrapper" on:click="{() => clearVendorFilter()}">
883
884
  <div class="ClearButton" part="ClearButton">Clear
@@ -905,6 +906,7 @@
905
906
  {/if}
906
907
  {/if}
907
908
  </div>
909
+ </div>
908
910
  {/if}
909
911
  </div>
910
912
  {:else}
@@ -1174,10 +1176,9 @@
1174
1176
  .SearchContainer {
1175
1177
  flex: 3;
1176
1178
  width: 100%;
1177
- max-width: ttp(40);
1179
+ max-width: 600px;
1178
1180
  margin: 0 auto;
1179
1181
  &.SearchTruncated {
1180
- margin: auto 0 auto 25%;
1181
1182
  .SearchInput {
1182
1183
  tabindex: 999;
1183
1184
  padding: ttp(1.25) ttp(0.75) ttp(1.25) ttp(2.5);
@@ -1246,11 +1247,19 @@
1246
1247
  }
1247
1248
  }
1248
1249
  }
1250
+
1251
+ .FiltersButtonsWrapperContainer {
1252
+ position: relative;
1253
+ }
1254
+
1249
1255
  .FiltersButtonsContainer {
1250
1256
  display: inline-flex;
1251
1257
  flex: 1;
1252
- grid-gap: ttp(1.25);
1258
+ grid-gap: 20px;
1253
1259
  flex-direction: row-reverse;
1260
+ bottom: 0;
1261
+ right: 0;
1262
+ position: absolute;
1254
1263
  }
1255
1264
  .FilterButtonWrapper, .ClearFilterButtonWrapper {
1256
1265
  display: inline-flex;
@@ -1306,9 +1315,7 @@
1306
1315
 
1307
1316
  .CategoriesHeaderSection {
1308
1317
  width: 100%;
1309
- display: inline-flex;
1310
- flex-direction: row;
1311
- margin-top: ttp(1.875);
1318
+ margin-top: 30px;
1312
1319
  }
1313
1320
  .CategoriesHeaderMobileSection {
1314
1321
  position: fixed;