@everymatrix/player-account-gaming-limits-wrapper-2 0.1.5 → 0.1.7

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/player-account-gaming-limits-wrapper-2",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "main": "dist/player-account-gaming-limits-wrapper-2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -67,21 +67,17 @@
67
67
  }
68
68
 
69
69
  const selectTab = (index:number = 0):void => {
70
- console.log('mainContainer', mainContainer, mainContainer.children.length, index)
71
70
  if (mainContainer.children.length > 0) {
72
71
  for (let i:number = 0; i < mainContainer.children.length; i++) {
73
72
  if (index === i) {
74
73
  mainContainer.children[i].classList.remove('hidden');
75
74
  tabsContainer?.children[i].classList.add('selected');
76
- console.log('intra aici in plm', mainContainer.children[i]);
77
75
  } else {
78
76
  mainContainer.children[i].classList.add('hidden');
79
- console.log('intra si aiciiiiciaici in plm', mainContainer.children[i]);
80
77
  tabsContainer?.children[i].classList.remove('selected');
81
78
  }
82
79
  }
83
80
  }
84
- console.log('mainContainer', mainContainer, mainContainer.children.length, index)
85
81
  }
86
82
 
87
83
  const setClientStyling = ():void => {
@@ -137,7 +133,7 @@
137
133
  <div class="player-account-gaming-limits-wrapper-2" bind:this={mainContainer}>
138
134
  {#each limitTabs as limits}
139
135
  {#if apiversion == 'gmcore'}
140
- <player-account-gaming-limits-page-2-gm16 class="hidden selected"
136
+ <player-account-gaming-limits-page-2-gm16
141
137
  {lang}
142
138
  {currency}
143
139
  {limits}
@@ -149,7 +145,7 @@
149
145
  {clientstylingurl}
150
146
  ></player-account-gaming-limits-page-2-gm16>
151
147
  {:else}
152
- <player-account-gaming-limits-page-2-gm16 class="hidden selected"
148
+ <player-account-gaming-limits-page-2-gm16
153
149
  {lang}
154
150
  {currency}
155
151
  {limits}