@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-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;
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
- .HeaderMobileWrapper {
38
- .HeaderContainer {
39
- height: 55px;
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
- " currencyseparator="." currencydecimal="," currencyprecision="2" gmversion="gmcore"
43
- countryflagheader="true" countryflaghamburger='true'customlocaleidentifier=""></casino-header-controller>
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.6",
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": "83c764a2fd7fd527c06d72f0a539fde3c531bd49"
40
+ "gitHead": "7d07b195e7119200519062f519ff0712a2227c39"
41
41
  }
@@ -134,6 +134,7 @@
134
134
  break;
135
135
 
136
136
  case 'deposit':
137
+ console.log(shortcashierenabled, 'mata');
137
138
  if (shortcashierenabled) {
138
139
  shortCashierActivated = true;
139
140
  window.postMessage({ type: 'DisableScroll' }, window.location.href);