@everymatrix/casino-lobby 1.29.6 → 1.29.7
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 +0 -1
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +0 -4
package/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.7",
|
|
4
4
|
"main": "dist/casino-lobby.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": "6774dd803fe9ab951334d05d7f0ec99f78b6c0a0"
|
|
39
39
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
import '@everymatrix/casino-page';
|
|
10
10
|
import '@everymatrix/casino-modal';
|
|
11
11
|
import '@everymatrix/casino-game-page';
|
|
12
|
-
import '@everymatrix/casino-integrated-game-page';
|
|
13
12
|
|
|
14
13
|
export let endpoint:string = '';
|
|
15
14
|
export let cmsendpoint: string = 'https://wt1-stage.everymatrix.com/apijson';
|
|
@@ -41,7 +40,6 @@
|
|
|
41
40
|
export let desktopoffset:string = '0';
|
|
42
41
|
export let mobileoffset:string = '0';
|
|
43
42
|
|
|
44
|
-
export let containermaxwidth:string = '';
|
|
45
43
|
export let haspanicbutton:string = 'false';
|
|
46
44
|
|
|
47
45
|
export let activecategory:string = 'LOBBY';
|
|
@@ -307,7 +305,6 @@
|
|
|
307
305
|
{translationurl}
|
|
308
306
|
{clientstyling}
|
|
309
307
|
{clientstylingurl}
|
|
310
|
-
{containermaxwidth}
|
|
311
308
|
location="secondaryMenu"
|
|
312
309
|
{showsubgroups}
|
|
313
310
|
{categoriesicon}
|
|
@@ -330,7 +327,6 @@
|
|
|
330
327
|
{clientstyling}
|
|
331
328
|
{clientstylingurl}
|
|
332
329
|
{lobbyid}
|
|
333
|
-
{containermaxwidth}
|
|
334
330
|
{haspanicbutton}
|
|
335
331
|
{livecasino}
|
|
336
332
|
{currency}
|