@everymatrix/casino-lobby 1.5.2 → 1.5.3
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-lobby.js +3 -3
- package/dist/casino-lobby.js.map +1 -1
- package/index.html +1 -0
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +6 -2
package/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"main": "dist/casino-lobby.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": "455c9a0d14fef23d3698fbea37042c69e3aeed24"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
import '@everymatrix/casino-filter-modal';
|
|
13
13
|
import '@everymatrix/casino-filter-page';
|
|
14
14
|
import '@everymatrix/casino-integrated-game-page';
|
|
15
|
-
import '@everymatrix/casino-calendar';
|
|
16
15
|
|
|
17
16
|
export let endpoint:string = '';
|
|
18
17
|
export let cmsendpoint: string = 'https://wt1-stage.everymatrix.com/apijson';
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
export let lobbyid:string = '';
|
|
28
27
|
export let currency:string = '';
|
|
29
28
|
export let filteredcategories:string = '';
|
|
30
|
-
|
|
29
|
+
|
|
31
30
|
export let loginurl:string = '';
|
|
32
31
|
export let registerurl:string = '';
|
|
33
32
|
export let depositurl:string = '';
|
|
@@ -87,6 +86,8 @@
|
|
|
87
86
|
export let type:string = '';
|
|
88
87
|
export let titletype:string = '';
|
|
89
88
|
export let collectionprovidersgamenames:string = '';
|
|
89
|
+
//Casino Calendar
|
|
90
|
+
export let positioncasinocalendar = '';
|
|
90
91
|
|
|
91
92
|
// Button icon for random game widget
|
|
92
93
|
export let randombuttonicon:string = '';
|
|
@@ -279,6 +280,7 @@
|
|
|
279
280
|
endpoint={endpointURL}
|
|
280
281
|
datasource={DS}
|
|
281
282
|
lang={language}
|
|
283
|
+
{cmsendpoint}
|
|
282
284
|
{visiblegames}
|
|
283
285
|
{playrandomgame}
|
|
284
286
|
{activecategory}
|
|
@@ -298,6 +300,7 @@
|
|
|
298
300
|
{filteredcategories}
|
|
299
301
|
{gamepagemodalurl}
|
|
300
302
|
{randombuttonicon}
|
|
303
|
+
{positioncasinocalendar}
|
|
301
304
|
{filteredrandomgamecategories}
|
|
302
305
|
{positionwinnerswidget}
|
|
303
306
|
{periodrecent}
|
|
@@ -339,6 +342,7 @@
|
|
|
339
342
|
{clientstylingurl}
|
|
340
343
|
{gamepagemodalurl}
|
|
341
344
|
{haspanicbutton}
|
|
345
|
+
{integratedgameframedesktop}
|
|
342
346
|
>
|
|
343
347
|
<casino-game-page
|
|
344
348
|
session={sessionID}
|