@everymatrix/casino-header-controller 0.0.257 → 0.0.260

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller",
3
- "version": "0.0.257",
3
+ "version": "0.0.260",
4
4
  "main": "dist/casino-header-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "fb390d6a11e469b9d59db7cf11f59937a32a2555"
41
+ "gitHead": "a30fdd6f6180c69aabbc0daf1bf2a2e1342bf0e2"
42
42
  }
@@ -91,11 +91,7 @@
91
91
  break;
92
92
 
93
93
  case 'myaccount':
94
- if(isMobile(userAgent)) {
95
- window.postMessage({ type: 'ReturnToMenu' }, window.location.href);
96
- } else {
97
- window.postMessage({type: 'PlayerAccountMenuActive'}, window.location.href);
98
- }
94
+ window.postMessage({type: 'PlayerAccountMenuActive', isMobile: isMobile(userAgent)}, window.location.href);
99
95
  break;
100
96
 
101
97
  case 'deposit':
@@ -554,7 +550,7 @@
554
550
  background-position: calc(100% - 0.75rem) center;
555
551
 
556
552
  option {
557
- color: var(--emfe-w-color-contrast, #07072A);
553
+ color: var(--emfe-w-color-white, #FFFFFF);
558
554
  }
559
555
  }
560
556