@everymatrix/casino-header-controller 1.5.6 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
package/index.html CHANGED
@@ -28,7 +28,7 @@
28
28
  showbanner="true"
29
29
  session=""
30
30
  userid=""
31
- profileurl='bla'
31
+ profileurl=''
32
32
  endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
33
33
  bannermatrix="https://bannermatrix-stage.everymatrix.com"
34
34
  operatorid="2095"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller",
3
- "version": "1.5.6",
3
+ "version": "1.7.0",
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": "18b817f66a008871bf85a5a004a749dca5111add"
41
+ "gitHead": "b405cf7bcce97b06567550e59f40f2d310be97af"
42
42
  }
@@ -346,9 +346,9 @@
346
346
 
347
347
  <div class="HeaderTopActions" part="HeaderTopActions">
348
348
  <div class="HeaderItemsMenu PrimaryMenu" part="HeaderItemsMenu PrimaryMenu">
349
- <player-account-balance-modal {session} {userid} {endpoint} {lang}/>
350
- <div class="Item ItemDeposit" part="Item ItemDeposit" on:click={()=>menuAction('deposit')}>{$_('headerItem.deposit')}</div>
351
- <div class="Item ItemAccount" part="Item ItemAccount" on:click={()=>menuAction('myaccount')}>
349
+ <player-account-balance-modal {session} {userid} {endpoint} {lang} {clientstyling} {clientstylingurl}/>
350
+ <div class="Item ItemDeposit" part="Item ItemDeposit" on:click={() => menuAction('deposit')}>{$_('headerItem.deposit')}</div>
351
+ <div class="Item ItemAccount" part="Item ItemAccount" on:click={() => menuAction('myaccount')}>
352
352
  <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16.429" viewBox="0 0 15 16.429">
353
353
  <defs>
354
354
  <style>.a {
@@ -399,7 +399,7 @@
399
399
  </nav>
400
400
  <div class="HeaderTopActions" part="HeaderItemsMenu">
401
401
  <div class="HeaderItemsMenu PrimaryMenu" part="HeaderItemsMenu PrimaryMenu">
402
- <player-account-balance-modal {session} {userid} {endpoint} {lang}/>
402
+ <player-account-balance-modal {session} {userid} {endpoint} {lang} {clientstyling} {clientstylingurl}/>
403
403
  <div class="Item ItemDeposit" part="Item ItemDeposit" on:click={() => menuAction('deposit')}>{$_('headerItem.deposit')}</div>
404
404
  <div class="Item ItemAccount" part="Item ItemAccount" on:click={() => menuAction('myaccount')}>
405
405
  <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16.429" viewBox="0 0 15 16.429">
@@ -9,7 +9,7 @@ export const CasinoHeaderController = {
9
9
  promotions: 'Promotions',
10
10
  }
11
11
  },
12
- zh: {
12
+ 'zh-hk': {
13
13
  headerItem: {
14
14
  login: '登錄',
15
15
  register: '登記',