@everymatrix/casino-page-nd 1.37.5 → 1.37.6
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-nd",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.6",
|
|
4
4
|
"main": "dist/casino-page-nd.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": "
|
|
38
|
+
"gitHead": "1b772d4552351733e816c559e7c007c45bcaf0c5"
|
|
39
39
|
}
|
package/src/CasinoPage.svelte
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
import '@everymatrix/casino-last-played-section';
|
|
20
20
|
import '@everymatrix/casino-most-played-section';
|
|
21
21
|
import '@everymatrix/casino-my-games';
|
|
22
|
-
import '@everymatrix/casino-search';
|
|
22
|
+
import '@everymatrix/casino-search-nd';
|
|
23
23
|
import '@everymatrix/casino-calendar';
|
|
24
24
|
|
|
25
25
|
export let endpoint:string = '';
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
case 'UserSessionID':
|
|
242
242
|
sessionID = e.data.session;
|
|
243
243
|
playerID = e.data.userID;
|
|
244
|
-
|
|
244
|
+
|
|
245
245
|
break;
|
|
246
246
|
|
|
247
247
|
case 'ApplyFilters':
|
|
@@ -525,9 +525,9 @@
|
|
|
525
525
|
{:else}
|
|
526
526
|
<section class="CategoriesLobby">
|
|
527
527
|
|
|
528
|
-
<casino-search
|
|
528
|
+
<casino-search-nd
|
|
529
529
|
{endpoint} {datasource} {showgamename} {lang} {clientstyling} {clientstylingurl} {integratedgameframedesktop} {integratedgameframemobile} {translationurl} showfavorites = {favorites}
|
|
530
|
-
></casino-search>
|
|
530
|
+
></casino-search-nd>
|
|
531
531
|
|
|
532
532
|
{#if playrandomgame == 'true' && searchFocus == false && !searchIsOn}
|
|
533
533
|
<casino-random-game {datasource} {filteredrandomgamecategories} {endpoint} {lang} {gameevent} {randombuttonicon} {clientstyling} {clientstylingurl}>
|