@everymatrix/player-account-gaming-limits-wrapper-2 0.1.4 → 0.1.6
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
|
@@ -73,8 +73,10 @@
|
|
|
73
73
|
if (index === i) {
|
|
74
74
|
mainContainer.children[i].classList.remove('hidden');
|
|
75
75
|
tabsContainer?.children[i].classList.add('selected');
|
|
76
|
+
console.log('intra aici in plm', mainContainer.children[i]);
|
|
76
77
|
} else {
|
|
77
78
|
mainContainer.children[i].classList.add('hidden');
|
|
79
|
+
console.log('intra si aiciiiiciaici in plm', mainContainer.children[i]);
|
|
78
80
|
tabsContainer?.children[i].classList.remove('selected');
|
|
79
81
|
}
|
|
80
82
|
}
|
|
@@ -135,7 +137,7 @@
|
|
|
135
137
|
<div class="player-account-gaming-limits-wrapper-2" bind:this={mainContainer}>
|
|
136
138
|
{#each limitTabs as limits}
|
|
137
139
|
{#if apiversion == 'gmcore'}
|
|
138
|
-
<player-account-gaming-limits-page-2-gm16
|
|
140
|
+
<player-account-gaming-limits-page-2-gm16
|
|
139
141
|
{lang}
|
|
140
142
|
{currency}
|
|
141
143
|
{limits}
|
|
@@ -147,7 +149,7 @@
|
|
|
147
149
|
{clientstylingurl}
|
|
148
150
|
></player-account-gaming-limits-page-2-gm16>
|
|
149
151
|
{:else}
|
|
150
|
-
<player-account-gaming-limits-page-2-gm16
|
|
152
|
+
<player-account-gaming-limits-page-2-gm16
|
|
151
153
|
{lang}
|
|
152
154
|
{currency}
|
|
153
155
|
{limits}
|