@everymatrix/casino-header-controller 1.24.6 → 1.24.7
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/index.html
CHANGED
|
@@ -22,25 +22,38 @@
|
|
|
22
22
|
</style>
|
|
23
23
|
|
|
24
24
|
<div class="webcomponent">
|
|
25
|
-
<casino-header-controller _ngcontent-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
25
|
+
<casino-header-controller _ngcontent-ng-c1762292095="" session="5050e703-a6ff-4da1-9323-d489a4be5208" userid="5178161" userroles="everyone,loggedIn,Basic Identity Verified,Documents Verified,DocumentsShuftiFailed,DocumentsShuftiFailed 2,Medium risk,PEPnohit,SANnegative,SOFverified,SOW in Progress,VVverified" cmsendpoint="https://arenacasino-stage.everymatrix.com/apijson" env="stage" lang="hr" languageslist="hr" endpoint="https://arenacasino-api.stage.norway.everymatrix.com" actionevent="HeaderMenuItemClicked" activecategory="/play-game/10284?pre" clientstyling="
|
|
26
|
+
.HeaderWrapper{
|
|
27
|
+
position: fixed;
|
|
28
|
+
top: 0;
|
|
29
|
+
left: 0;
|
|
30
|
+
right: 0;
|
|
31
|
+
z-index: 99;
|
|
32
|
+
}
|
|
33
|
+
.HeaderMobileWrapper {
|
|
34
|
+
.HeaderContainer {
|
|
35
|
+
height: 55px;
|
|
35
36
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
.HeaderBranding {
|
|
38
|
+
width: 200px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.DepositWrapper {
|
|
42
|
+
padding: 30px 10px 20px 20px;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
.DepositTitle {
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
.DepositWrapper.DepositWrapperMobile {
|
|
49
|
+
padding: 16px 10px;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
.MenuReturnButton{
|
|
52
|
+
display: none;
|
|
41
53
|
}
|
|
42
|
-
|
|
43
|
-
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
" displaybalanceoption="Casino" gmversion="gm16" shortcashierenabled="true" hasdefaultamount="false" playercurrency="EUR"></casino-header-controller>
|
|
44
57
|
|
|
45
58
|
</div>
|
|
46
59
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.7",
|
|
4
4
|
"main": "dist/casino-header-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "7d07b195e7119200519062f519ff0712a2227c39"
|
|
41
41
|
}
|