@everymatrix/casino-game-thumbnail 0.0.284 → 0.0.285
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-game-thumbnail",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.285",
|
|
4
4
|
"main": "dist/casino-game-thumbnail.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": "e2ab83a03870fbcab9c88dd68379d235ca766614"
|
|
40
40
|
}
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
export let showfavoredcategory:boolean = false;
|
|
28
28
|
export let showgamename:boolean = false;
|
|
29
29
|
export let currency:string = '';
|
|
30
|
+
export let gamepagemodalurl:string = 'false';
|
|
30
31
|
|
|
31
32
|
export let endpoint:string = '';
|
|
32
33
|
|
|
@@ -169,7 +170,7 @@
|
|
|
169
170
|
window.postMessage({ type: 'SearchedItemClicked', gameId }, window.location.href);
|
|
170
171
|
}
|
|
171
172
|
if (isMobile(userAgent)) {
|
|
172
|
-
window.postMessage({ type: 'OpenGameFrame', gameId, gamefunmode }, window.location.href)
|
|
173
|
+
window.postMessage({ type: 'OpenGameFrame', gameId, gamefunmode, gamepagemodalurl, isMobile: isMobile(userAgent) }, window.location.href)
|
|
173
174
|
} else {
|
|
174
175
|
window.postMessage({ type: 'ShowGameModal', gameId }, window.location.href);
|
|
175
176
|
}
|
package/src/translations.js
CHANGED
|
@@ -32,12 +32,12 @@ export const GameThumbnailTranslations = {
|
|
|
32
32
|
},
|
|
33
33
|
fr: {
|
|
34
34
|
gameThumbnail: {
|
|
35
|
-
playNow: '
|
|
36
|
-
new: '
|
|
37
|
-
hot: '
|
|
38
|
-
opens: '
|
|
39
|
-
full: '
|
|
40
|
-
dealer: '
|
|
35
|
+
playNow: 'Commencez maintenant',
|
|
36
|
+
new: 'Nouveau',
|
|
37
|
+
hot: 'Chaud',
|
|
38
|
+
opens: 'Ouvre ',
|
|
39
|
+
full: 'Table pleine - pari derrière',
|
|
40
|
+
dealer: 'Concessionnaire',
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
es: {
|