@everymatrix/casino-header-controller 0.0.198 → 0.0.202

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.198",
3
+ "version": "0.0.202",
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": "d060021a394c9bafc29edd3537ebd655f33aed03"
41
+ "gitHead": "d4e45d04feaefeedf3a6530ff705136d3a49ed86"
42
42
  }
@@ -214,7 +214,7 @@
214
214
 
215
215
  <div class="HeaderTopActions">
216
216
  <div class="HeaderItemsMenu PrimaryMenu">
217
- <player-account-balance-modal {session} {userid} {endpoint}/>
217
+ <player-account-balance-modal {session} {userid} {endpoint} {lang}/>
218
218
  <div class="Item ItemDeposit" on:click={()=>menuAction('deposit')}>Deposit</div>
219
219
  <div class="Item ItemAccount" on:click={()=>menuAction('myaccount')}>
220
220
  <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16.429" viewBox="0 0 15 16.429">
@@ -250,7 +250,7 @@
250
250
  </nav>
251
251
  <div class="HeaderTopActions">
252
252
  <div class="HeaderItemsMenu PrimaryMenu">
253
- <player-account-balance-modal {session} {userid} {endpoint}/>
253
+ <player-account-balance-modal {session} {userid} {endpoint} {lang}/>
254
254
  <div class="Item ItemDeposit" on:click={() => menuAction('deposit')}>Deposit</div>
255
255
  <div class="Item ItemAccount" on:click={() => menuAction('myaccount')}>
256
256
  <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16.429" viewBox="0 0 15 16.429">