@everymatrix/casino-header-controller 1.24.7 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
package/index.html
CHANGED
@@ -22,38 +22,25 @@
|
|
22
22
|
</style>
|
23
23
|
|
24
24
|
<div class="webcomponent">
|
25
|
-
<casino-header-controller _ngcontent-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
height: 55px;
|
25
|
+
<casino-header-controller _ngcontent-mup-c29="" session="01347826-ed6c-4305-80c7-1dab6b2fc151" userid="3920216"
|
26
|
+
userroles="everyone,loggedIn,TestDemoCosmin" cmsendpoint="https://wt1-stage.everymatrix.com/apijson" env="stage"
|
27
|
+
lang="en" languageslist="es,en,ro" endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
|
28
|
+
actionevent="HeaderMenuItemClicked" activecategory="/casino/RNG$new-sub-category$new-sub-category-1" clientstyling="
|
29
|
+
.HeaderWrapper{
|
30
|
+
position: fixed;
|
31
|
+
top: 0;
|
32
|
+
left: 0;
|
33
|
+
right: 0;
|
34
|
+
z-index: 99;
|
36
35
|
}
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
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;
|
36
|
+
|
37
|
+
.HeaderMobileWrapper {
|
38
|
+
.HeaderContainer {
|
39
|
+
height: 55px;
|
40
|
+
}
|
53
41
|
}
|
54
|
-
|
55
|
-
|
56
|
-
" displaybalanceoption="Casino" gmversion="gm16" shortcashierenabled="true" hasdefaultamount="false" playercurrency="EUR"></casino-header-controller>
|
42
|
+
" currencyseparator="." currencydecimal="," currencyprecision="2" gmversion="gmcore"
|
43
|
+
countryflagheader="true" countryflaghamburger='true'customlocaleidentifier=""></casino-header-controller>
|
57
44
|
|
58
45
|
</div>
|
59
46
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.25.0",
|
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": "668756b576877a7c33679408591fa2b7f93e0f37"
|
41
41
|
}
|