@everymatrix/casino-lobby 1.16.1 → 1.16.2
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-lobby",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.2",
|
|
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": "d6dc249addf978ca75bc9b3d5f1a80c33649638a"
|
|
39
39
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
|
|
39
39
|
export let desktopoffset:string = '0';
|
|
40
40
|
export let mobileoffset:string = '0';
|
|
41
|
-
export let alternativesearch:string = 'false';
|
|
42
41
|
|
|
43
42
|
export let containermaxwidth:string = '';
|
|
44
43
|
export let haspanicbutton:string = 'false';
|
|
@@ -76,7 +75,6 @@
|
|
|
76
75
|
export let backgroundsrcmobile:string='';
|
|
77
76
|
export let titlelogopath = '';
|
|
78
77
|
export let iconlabels:string = '';
|
|
79
|
-
export let visualstructure:string = '';
|
|
80
78
|
export let showsubgroups:string = 'false';
|
|
81
79
|
//Casino Collections Providers
|
|
82
80
|
export let positioncollections:string = '';
|
|
@@ -312,7 +310,6 @@
|
|
|
312
310
|
{visiblegames}
|
|
313
311
|
{playrandomgame}
|
|
314
312
|
{activecategory}
|
|
315
|
-
{alternativesearch}
|
|
316
313
|
{favorites}
|
|
317
314
|
{clientstyling}
|
|
318
315
|
{clientstylingurl}
|