@everymatrix/casino-header-controller 1.5.6 → 1.7.0
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
|
3
|
-
"version": "1.
|
|
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": "
|
|
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">
|