@everymatrix/casino-page 0.0.232 → 0.0.233
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/dist/casino-page.js +1 -1
- package/dist/casino-page.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoPage.svelte +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.233",
|
|
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": "
|
|
39
|
+
"gitHead": "d7554673f55c9c428a1cf82bdecf5f2da81e373d"
|
|
40
40
|
}
|
package/src/CasinoPage.svelte
CHANGED
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
|
|
833
833
|
{#if alternativesearch === 'false'}
|
|
834
834
|
<!-- main search layout -->
|
|
835
|
-
<div bind:this={searchWrapper} class="CategoriesHeaderSection {(getDevice(userAgent) !== 'PC') ? 'CategoriesHeaderMobileSection' : ''} {mobileSearchViewActive ? 'SearchMobileActive' : ''} {mobileSearchViewActive || (searched && !(getDevice(userAgent) === 'PC') && !closeSearch) ? "CategoriesHeaderSearchActive" : ''} {(adjustingScroll && mobileSearchViewActive) ? 'SearchStickTop' : ''}"
|
|
835
|
+
<div bind:this={searchWrapper} class="CategoriesHeaderSection {(getDevice(userAgent) !== 'PC') ? 'CategoriesHeaderMobileSection' : ''} {mobileSearchViewActive ? 'SearchMobileActive' : ''} {mobileSearchViewActive || searchFocus || (searched && !(getDevice(userAgent) === 'PC') && !closeSearch) ? "CategoriesHeaderSearchActive" : ''} {(adjustingScroll && mobileSearchViewActive) ? 'SearchStickTop' : ''}"
|
|
836
836
|
style="top: {adjustingScroll && mobileSearchViewActive ? scrollOffset + 'px' : ''}">
|
|
837
837
|
<div class="SearchContainer { (!lobbyScreen && !favoritesScreen && !mostPlayedScreen && !lobbyViewAux) ? 'SearchTruncated' : ''}">
|
|
838
838
|
<label for="search" class="SrOnly">Search casino games</label>
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
</div>
|
|
890
890
|
{:else}
|
|
891
891
|
<!-- start alternative search layout-->
|
|
892
|
-
<div bind:this={searchWrapper} class="CategoriesHeaderSection CategoriesHeaderSectionAltDesign {(getDevice(userAgent) !== 'PC') ? 'CategoriesHeaderMobileSection' : ''} {mobileSearchViewActive ? 'SearchMobileActive' : ''} {mobileSearchViewActive || (searched && !(getDevice(userAgent) === 'PC') && !closeSearch) ? "CategoriesHeaderSearchActive" : ''}{(adjustingScroll && mobileSearchViewActive) ? 'SearchStickTop' : ''}"
|
|
892
|
+
<div bind:this={searchWrapper} class="CategoriesHeaderSection CategoriesHeaderSectionAltDesign {(getDevice(userAgent) !== 'PC') ? 'CategoriesHeaderMobileSection' : ''} {mobileSearchViewActive ? 'SearchMobileActive' : ''} {mobileSearchViewActive || searchFocus || (searched && !(getDevice(userAgent) === 'PC') && !closeSearch) ? "CategoriesHeaderSearchActive" : ''}{(adjustingScroll && mobileSearchViewActive) ? 'SearchStickTop' : ''}"
|
|
893
893
|
style="top: {adjustingScroll && mobileSearchViewActive ? scrollOffset + 'px' : ''}">
|
|
894
894
|
<div class="SearchContainer { (!lobbyScreen && !favoritesScreen && !mostPlayedScreen && !lobbyViewAux) ? 'SearchTruncated' : ''}">
|
|
895
895
|
<label for="search" class="SrOnly">Search casino games</label>
|