@everymatrix/casino-most-played-section 1.22.11 → 1.23.1
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-most-played-section",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.23.1",
|
4
4
|
"main": "index.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": "4844f167efeb93d55d079fc27381a959fe9c5a65"
|
39
39
|
}
|
@@ -19,6 +19,7 @@
|
|
19
19
|
export let integratedgameframemobile:string = 'false';
|
20
20
|
export let integratedgameframedesktop:string = 'false';
|
21
21
|
export let gamepagemodalurl:string = 'false';
|
22
|
+
export let showgamename:string = '';
|
22
23
|
export let visiblegames:string;
|
23
24
|
export let favorites:string = '';
|
24
25
|
export let lastPlayedEmpty:string = '';
|
@@ -196,6 +197,7 @@
|
|
196
197
|
categoryindex="1"
|
197
198
|
categorygames="9"
|
198
199
|
class="CategoryContainer"
|
200
|
+
{showgamename}
|
199
201
|
{clientstyling}
|
200
202
|
{clientstylingurl}
|
201
203
|
{livecasino}
|