@everymatrix/player-account-gaming-limits-wrapper-2 0.0.397 → 0.0.399

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
 
@@ -22,17 +27,22 @@
22
27
  </style>
23
28
 
24
29
  <div class="webcomponent">
25
- <player-account-gaming-limits-wrapper-2
26
- endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
27
- session="23b026b7-0fa9-40ff-a03b-aec01b35f181"
28
- userid="4228353"
29
- currency="EUR"
30
- includedlimits="deposit, wager, deposit wager loss"
31
- tablabels="Deposit limit, Slots limit, Other limits"
32
- historyenabled="true"
33
- apiversion="gm16"
34
- lang="en"></player-account-gaming-limits-wrapper-2>
35
- <!-- <player-account-gaming-limits-wrapper-2 endpoint="https://betathomecom.nwacdn.com/" session="270e163a-e9b1-4e12-ba74-7b3ff167d594" userid="15335603" currency="EUR" includedlimits="deposit" tablabels="Deposit" historyenabled="false" apiversion="gmcore" lang="en"></player-account-gaming-limits-wrapper-2> -->
30
+ <player-account-gaming-limits-wrapper-2
31
+ userid="4228353"
32
+ session="be44bdcf-f9a4-4660-93e5-29e3cd30a461"
33
+ endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
34
+ apiversion="gm16"
35
+ currency = 'EUR'
36
+ lang="en"
37
+
38
+ includedlimits = "lugas, deposit wager loss stake"
39
+ tablabels = 'lugas, others'
40
+ historyenabled = "true"
41
+
42
+ clientstyling = ''
43
+ clientstylingurl = ''
44
+ ></player-account-gaming-limits-wrapper-2>
45
+
36
46
  </div>
37
47
 
38
48
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-gaming-limits-wrapper-2",
3
- "version": "0.0.397",
3
+ "version": "0.0.399",
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.397",
33
- "@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.397",
34
- "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.397",
32
+ "@everymatrix/player-account-gaming-limits-history-2": "^0.0.399",
33
+ "@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.399",
34
+ "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.399",
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": "0a8bd4da61d95ed7aa871757ea16bcc1a10955ce"
42
+ "gitHead": "863d8e5a7c2dbb42ec688b5c165c7cc727b86a42"
43
43
  }