@everymatrix/casino-page 1.1.2 → 1.1.5
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-page.js +5 -5
- package/dist/casino-page.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoPage.svelte +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-page",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"main": "dist/casino-page.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": "8382d5b109b967bd6756236bd96bb5a13d51e40e"
|
|
40
40
|
}
|
package/src/CasinoPage.svelte
CHANGED
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
import '@everymatrix/jackpot-banner';
|
|
19
19
|
import '@everymatrix/casino-collections-providers';
|
|
20
20
|
import '@everymatrix/casino-favorites-section';
|
|
21
|
+
import '@everymatrix/casino-last-played-section';
|
|
22
|
+
import '@everymatrix/casino-most-played-section';
|
|
21
23
|
|
|
22
24
|
export let endpoint:string = '';
|
|
23
25
|
export let datasource:string = '';
|
|
@@ -1101,7 +1103,7 @@
|
|
|
1101
1103
|
<jackpot-banner
|
|
1102
1104
|
title="Egypt Quest"
|
|
1103
1105
|
currency = {currency || 'RON'}
|
|
1104
|
-
gameid = "
|
|
1106
|
+
gameid = "998"
|
|
1105
1107
|
{endpoint}
|
|
1106
1108
|
{lang}
|
|
1107
1109
|
{backgroundsrc}
|
|
@@ -1121,7 +1123,7 @@
|
|
|
1121
1123
|
<jackpot-banner
|
|
1122
1124
|
title="Jackpot Cards"
|
|
1123
1125
|
currency = {currency || 'RON'}
|
|
1124
|
-
gameid = "
|
|
1126
|
+
gameid = "999"
|
|
1125
1127
|
{endpoint}
|
|
1126
1128
|
{lang}
|
|
1127
1129
|
backgroundsrc="/assets/background0.jpg"
|