@everymatrix/player-account-gaming-limits-wrapper-2 0.0.384 → 0.0.387

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
@@ -8,6 +8,11 @@
8
8
  player-account-gaming-limits-wrapper-2
9
9
  </title>
10
10
  <link rel="stylesheet" href="public/reset.css">
11
+ <style>
12
+ body {
13
+ background: #E8E9EB;
14
+ }
15
+ </style>
11
16
  <script src='dist/player-account-gaming-limits-wrapper-2.js'></script>
12
17
  </head>
13
18
 
@@ -18,25 +23,35 @@
18
23
  .header__logo svg { height: 50px; width: 50px; margin-right: 5px; }
19
24
  .header__name { color: #fff; }
20
25
  .header__name span { margin-right: 10px; font-weight: bold; }
21
- .webcomponent { padding: 10px 20px; }
26
+ .webcomponent { padding: 10px 20px; width: 740px; height: 440px }
22
27
  </style>
23
28
 
24
29
  <div class="webcomponent">
25
30
  <player-account-gaming-limits-wrapper-2
26
- userid="4500790"
27
- session="cf5f040b-65f9-4700-b3fd-4691040ebd2d"
28
- endpoint="https://betathome-com-stage-api.stage.norway.everymatrix.com/"
29
- apiversion="gmcore"
31
+ userid="4506704"
32
+ session="aaa2d102-2b4a-44da-adfe-fec3cce02934"
33
+ endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
34
+ apiversion="gm16"
30
35
  currency = 'EUR'
31
36
  lang="en"
32
37
 
33
- includedlimits = "deposit, stake"
34
- tablabels = 'Deposit Limit, Slots Limit, Other'
38
+ includedlimits = "lugas, stake"
39
+ tablabels = 'Lugas Limit, Slots Limit, Other'
35
40
  historyenabled = "true"
36
41
 
37
- clientstyling = ''
38
- clientstylingurl = ''
39
- ></player-account-gaming-limits-wrapper-2>
42
+ ></player-account-gaming-limits-wrapper-2>-->
43
+ <player-account-gaming-limits-wrapper-2
44
+ userid="4500790"
45
+ session="f7442ef8-ef79-469b-aadd-01cf21c7f79e"
46
+ endpoint="https://betathome-com-stage-api.stage.norway.everymatrix.com/"
47
+ apiversion="gmcore"
48
+ currency="EUR"
49
+ lang="en"
50
+ includedlimits="deposit"
51
+ tablabels="Deposit"
52
+ historyenabled="false"
53
+ >
54
+ </player-account-gaming-limits-wrapper-2>
40
55
 
41
56
  </div>
42
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-gaming-limits-wrapper-2",
3
- "version": "0.0.384",
3
+ "version": "0.0.387",
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.384",
33
- "@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.384",
34
- "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.384",
32
+ "@everymatrix/player-account-gaming-limits-history-2": "^0.0.387",
33
+ "@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.387",
34
+ "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.387",
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": "8fcc220fe4f2cf0038e915def16816ada1d3e022"
42
+ "gitHead": "c51e312c8807f68d36a64a93632f4e7230a2414e"
43
43
  }
@@ -29,6 +29,7 @@
29
29
  let tabsContainer:HTMLElement | undefined = undefined;
30
30
 
31
31
  const determineTabs = ():void => {
32
+ console.log('hello')
32
33
  limitTabs = includedlimits.split(',').map(word => word.trim());
33
34
  tabLabelArray = tablabels.split(',').map(word => word.trim());
34
35
  isLoading = false;
@@ -76,10 +77,10 @@
76
77
  }
77
78
  });
78
79
 
79
- $:mainContainer && selectTab(0);
80
- $:clientstylingurl && setClientStylingURL();
81
- $:clientstyling && setClientStyling();
82
- $:userid && session && endpoint && includedlimits && tablabels && determineTabs();
80
+ $: userid && session && endpoint && includedlimits && tablabels && lang && determineTabs();
81
+ $: mainContainer && selectTab(0);
82
+ $: clientstylingurl && setClientStylingURL();
83
+ $: clientstyling && setClientStyling();
83
84
  </script>
84
85
 
85
86
  <div bind:this={customStylingContainer}>
@@ -125,6 +126,7 @@
125
126
  {userid}
126
127
  {session}
127
128
  {endpoint}
129
+ {apiversion}
128
130
  ></player-account-gaming-limits-history-2>
129
131
  {/if}
130
132
  {/if}