@everymatrix/player-account-gaming-limits-wrapper-2 0.0.362 → 0.0.365

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
@@ -20,6 +20,7 @@
20
20
  .header__name span { margin-right: 10px; font-weight: bold; }
21
21
  .webcomponent { padding: 10px 20px; }
22
22
  </style>
23
+ <!--
23
24
  <header class="header">
24
25
  <div class="header__logo">
25
26
  <svg xmlns="http://www.w3.org/2000/svg" width="161" height="132" viewBox="0 0 161 132"><defs><linearGradient x1="0%" y1="50%" y2="50%" id="a"><stop stop-color="#2A3B8F" offset="0%"/><stop stop-color="#29ABE2" offset="100%"/></linearGradient><linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="c"><stop stop-color="#B4D44E" offset="0%"/><stop stop-color="#E7F716" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="#166DA5" d="M160.6 65.9l-17.4 29.3-24.4-29.7 24.4-28.9z"/><path fill="#8FDB69" d="M141.3 100.2l-26.5-31.7-15.9 26.6 24.7 36.1z"/><path fill="#166DA5" d="M141 31.4l-26.2 31.8-15.9-26.6L123.6.9z"/><path fill="url(#a)" opacity=".95" d="M61.1 31.4H141L123.4.7H78.7z M114.8 63.3H159l-15.9-26.8H98.8"/><path fill="url(#c)" opacity=".95" d="M141.3 100.3H61l17.6 30.5h45z M114.8 68.4H159l-15.9 26.8H98.8"/><path fill="#010101" d="M78.6 130.8L41 65.8 79.1.8H37.9L.4 65.8l37.5 65z"/></g></svg>
@@ -27,24 +28,23 @@
27
28
  <h1 class="header__name">
28
29
  <span>WEBCOMPONENT:</span> player-account-gaming-limits-wrapper-2
29
30
  </h1>
30
- </header>
31
+ </header> -->
31
32
 
32
33
  <div class="webcomponent">
33
34
  <player-account-gaming-limits-wrapper-2
34
- userid="4227961"
35
- session="07df389b-eaf9-4981-9694-375c391e70ad"
36
- endpoint="https://betathome-com-stage-api.stage.norway.everymatrix.com"
35
+ userid="4486158"
36
+ session="92c1a714-5a6b-4c4b-96ea-50a133d898f7"
37
+ endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
38
+ apiversion="gm16"
37
39
  currency = 'EUR'
38
40
  lang="en"
39
41
 
40
- includedlimits = "deposit, wager loss, wager loss deposit"
41
- tablabels = 'Deposit, Wager, All'
42
+ includedlimits = "lugas, wager, deposit loss stake"
43
+ tablabels = 'Deposit Limit, Slots Limit, Other'
42
44
  historyenabled = "true"
43
45
 
44
46
  clientstyling = ''
45
47
  clientstylingurl = ''
46
-
47
-
48
48
  ></player-account-gaming-limits-wrapper-2>
49
49
  </div>
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-gaming-limits-wrapper-2",
3
- "version": "0.0.362",
3
+ "version": "0.0.365",
4
4
  "main": "dist/player-account-gaming-limits-wrapper-2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "154d1b620474e61bee3507cc52d40bfd33236024"
39
+ "gitHead": "f4dabfce4df55a591981f327a670cc250a2ed257"
40
40
  }
@@ -1,6 +1,7 @@
1
1
  <svelte:options tag={null} />
2
2
  <script lang="ts">
3
3
  import '@everymatrix/player-account-gaming-limits-page-2-gmcore';
4
+ import '@everymatrix/player-account-gaming-limits-page-2-gm16';
4
5
  import '@everymatrix/player-account-gaming-limits-history-2';
5
6
 
6
7
  export let lang:string = '';
@@ -8,6 +9,7 @@
8
9
  export let session:string = '';
9
10
  export let endpoint:string = '';
10
11
  export let currency:string = '';
12
+ export let apiversion:string = '';
11
13
 
12
14
  export let includedlimits:string = '';
13
15
  export let tablabels:string = '';
@@ -89,14 +91,15 @@
89
91
 
90
92
  <div class="player-account-gaming-limits-wrapper-2" bind:this={mainContainer}>
91
93
  {#each limitTabs as limits}
92
- <player-account-gaming-limits-page-2-gmcore class="hidden selected"
94
+ <player-account-gaming-limits-page-2-gm16 class="hidden selected"
93
95
  {lang}
94
96
  {currency}
95
97
  {limits}
96
98
  {userid}
97
99
  {session}
98
100
  {endpoint}
99
- ></player-account-gaming-limits-page-2-gmcore>
101
+ {apiversion}
102
+ ></player-account-gaming-limits-page-2-gm16>
100
103
  {/each}
101
104
  </div>
102
105
  {#if historyenabled === 'true'}