@everymatrix/player-account-gaming-limits-wrapper-2 0.0.419 → 0.1.0

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
@@ -27,20 +27,20 @@
27
27
  </style>
28
28
 
29
29
  <div class="webcomponent">
30
- <player-account-gaming-limits-wrapper-2
31
- endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
32
- session="6e810eb4-8538-4573-8b7d-3748beb7a590"
33
- userid="4516479"
34
- currency="EUR"
35
- lang="en"
36
- includedlimits="lugas:10-99999999 | wager:10-99999999 | deposit:10-99999999, stake:10-99999999, loss:10-99999999"
37
- products="wager:Casino, deposit:Casino, stake:Sports, loss:All"
38
- periods="lugas: M, deposit: D-W-M, loss: D-W-M, wager: M, stake: N"
39
- tablabels="Deposit limit, Slots limit, Other limits"
40
- historyenabled="true"
41
- apiversion="gm16"
42
- clientstylingurl="https://storage.googleapis.com/css-upload/bahLimit-2.css"></player-account-gaming-limits-wrapper-2>
43
-
30
+ <player-account-gaming-limits-wrapper-2
31
+ endpoint="https://betathome-de-stage-api.stage.norway.everymatrix.com/"
32
+ session="6e810eb4-8538-4573-8b7d-3748beb7a590"
33
+ userid="4516479"
34
+ currency="EUR"
35
+ lang="en"
36
+ includedlimits="lugas:10-99999999 | wager:10-99999999 | deposit:10-99999999, stake:10-99999999, loss:10-99999999"
37
+ products="wager:Casino, deposit:Casino, stake:Sports, loss:All"
38
+ periods="lugas: M, deposit: D-W-M, loss: D-W-M, wager: M, stake: N"
39
+ tablabels="Deposit limit, Slots limit, Other limits"
40
+ historyenabled="true"
41
+ apiversion="gm16"
42
+ clientstylingurl="https://storage.googleapis.com/css-upload/bahLimit-2.css">
43
+ </player-account-gaming-limits-wrapper-2>
44
44
  </div>
45
45
 
46
46
  </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.419",
3
+ "version": "0.1.0",
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.419",
33
- "@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.419",
34
- "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.419",
32
+ "@everymatrix/player-account-gaming-limits-history-2": "^1.0.0",
33
+ "@everymatrix/player-account-gaming-limits-page-2-gm16": "^1.0.0",
34
+ "@everymatrix/player-account-gaming-limits-page-2-gmcore": "^1.0.0",
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": "200d3b7284674401314097b77f197d355e36041a"
42
+ "gitHead": "a90b005fe3a45c7d5ba83769886d60c006b3968f"
43
43
  }
@@ -125,6 +125,8 @@
125
125
  }
126
126
 
127
127
  onMount(() => {
128
+ selectTab(0);
129
+
128
130
  return () => {
129
131
  mainContainer = null;
130
132
  tabsContainer = null;