@everymatrix/player-account-gaming-limits-wrapper-2 0.0.400 → 0.0.401

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.0.400",
3
+ "version": "0.0.401",
4
4
  "main": "dist/player-account-gaming-limits-wrapper-2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -29,9 +29,9 @@
29
29
  "typescript": "^3.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@everymatrix/player-account-gaming-limits-history-2": "^0.0.400",
33
- "@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.400",
34
- "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.400",
32
+ "@everymatrix/player-account-gaming-limits-history-2": "^0.0.401",
33
+ "@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.401",
34
+ "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.401",
35
35
  "cross-env": "^7.0.3",
36
36
  "sirv-cli": "^1.0.0",
37
37
  "svelte": "^3.0.0"
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "2b9ea7d441ad474249a446a0bc5da5c02293b70b"
42
+ "gitHead": "b3bbda8a314a8c6a5f05d45b471a2995556e9fad"
43
43
  }
@@ -98,43 +98,41 @@
98
98
  </div>
99
99
  {/if}
100
100
 
101
- <div class="LimitsWrapper">
102
- <div class="player-account-gaming-limits-wrapper-2" bind:this={mainContainer}>
103
- {#each limitTabs as limits}
104
- {#if apiversion == 'gmcore'}
105
- <player-account-gaming-limits-page-2-gmcore class="{apiversion != 'gmcore' ? 'hidden' : ''} selected"
106
- {lang}
107
- {currency}
108
- {limits}
109
- {userid}
110
- {session}
111
- {endpoint}
112
- {apiversion}
113
- ></player-account-gaming-limits-page-2-gmcore>
114
- {:else}
115
- <player-account-gaming-limits-page-2-gm16 class="{apiversion != 'gm16' ? 'hidden' : ''} selected"
116
- {lang}
117
- {currency}
118
- {limits}
119
- {userid}
120
- {session}
121
- {endpoint}
122
- {apiversion}
123
- ></player-account-gaming-limits-page-2-gm16>
124
- {/if}
125
- {/each}
126
- </div>
127
- {#if historyenabled === 'true'}
128
- <player-account-gaming-limits-history-2
129
- {lang}
130
- {userid}
131
- {session}
132
- {endpoint}
133
- {apiversion}
134
- ></player-account-gaming-limits-history-2>
135
- {/if}
136
- </div>
101
+ <div class="player-account-gaming-limits-wrapper-2" bind:this={mainContainer}>
102
+ {#each limitTabs as limits}
103
+ {#if apiversion == 'gmcore'}
104
+ <player-account-gaming-limits-page-2-gm16 class="hidden selected"
105
+ {lang}
106
+ {currency}
107
+ {limits}
108
+ {userid}
109
+ {session}
110
+ {endpoint}
111
+ {apiversion}
112
+ ></player-account-gaming-limits-page-2-gm16>
113
+ {:else}
114
+ <player-account-gaming-limits-page-2-gm16 class="hidden selected"
115
+ {lang}
116
+ {currency}
117
+ {limits}
118
+ {userid}
119
+ {session}
120
+ {endpoint}
121
+ {apiversion}
122
+ ></player-account-gaming-limits-page-2-gm16>
123
+ {/if}
124
+ {/each}
125
+ </div>
126
+ {#if historyenabled === 'true'}
127
+ <player-account-gaming-limits-history-2
128
+ {lang}
129
+ {userid}
130
+ {session}
131
+ {endpoint}
132
+ {apiversion}
133
+ ></player-account-gaming-limits-history-2>
137
134
  {/if}
135
+ {/if}
138
136
  </div>
139
137
  <style lang="scss">
140
138
  :host {