@everymatrix/casino-integrated-game-page 1.1.0 → 1.1.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/documentation.md +7 -1
- package/package.json +2 -2
package/documentation.md
CHANGED
|
@@ -26,6 +26,10 @@ There are four main attributes that impact this widget:
|
|
|
26
26
|
clockformat='LTS'
|
|
27
27
|
haspanicbutton='false'
|
|
28
28
|
gamebanneractive='true'
|
|
29
|
+
gamemodal='true'
|
|
30
|
+
integratedgameframedesktop='false'
|
|
31
|
+
integratedgameframemobile='true'
|
|
32
|
+
gamepagemodalurl='false'
|
|
29
33
|
></casino-integrated-game-page>
|
|
30
34
|
```
|
|
31
35
|
|
|
@@ -43,7 +47,9 @@ There are four main attributes that impact this widget:
|
|
|
43
47
|
|depositevent|no|The `postMessage` event that should be triggered when the `Deposit` button is clicked|
|
|
44
48
|
|clockformat|no|The clock format for the game page - more details here - https://momentjs.com/docs/#/displaying/format/. Default: 'LTS'|
|
|
45
49
|
|gamebanneractive|no|Addes an area reserved for banners below the game iframe on mobile devices. Default: 'false'|
|
|
46
|
-
|
|
50
|
+
|gamemodal|no|Has to be `true` in order for the game to open in a modal. Default true.|
|
|
51
|
+
|integratedgameframedesktop|no|If it is `true`, it will open the game page instead of opening the iframe in a new tab|
|
|
52
|
+
|integratedgameframemobile|no|If it is `true`, it will open an intermediate modal on mobile devices from where the game can be launched|
|
|
47
53
|
## Releases
|
|
48
54
|
|
|
49
55
|
|Release Version|Value |Scope|Status|Completed Date|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-integrated-game-page",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"main": "dist/casino-integrated-game-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": "a331dfb7a0daca971fec89907140c9353dc5f0b3"
|
|
40
40
|
}
|