@everymatrix/player-account-controller 0.0.146 → 0.0.150

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
@@ -30,13 +30,22 @@
30
30
  </header> -->
31
31
 
32
32
  <div class="webcomponent">
33
- <player-account-controller cmsendpoint="https://wp-one-widgets.everymatrix.com/wp-json/wpone-rest/v1"
33
+ <player-account-controller
34
+ endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
35
+ cmsendpoint="https://wp-one-widgets.everymatrix.com/wp-json/wpone-rest/v1"
36
+ playerid="3685503"
37
+ session="05fe6b17-d0c9-4ca7-813d-b8ade029ba9c"
38
+ accountpath="/menu-locations/profile-menu"
39
+ notificationpath="/support_information"
40
+ customnotifications="#58586B,#2687F6,#D0046C"
41
+ ></player-account-controller>
42
+ <!--<player-account-controller cmsendpoint="https://wp-one-widgets.everymatrix.com/wp-json/wpone-rest/v1"
34
43
  accountpath="/menu-locations/profile-menu"
35
44
  notificationpath="/support_information"
36
45
  limitspath="/limits"
37
46
  playerid="3916962"
38
- session="17c09379-d7cd-4bf7-82ce-5019b8f390a8"
47
+ session="e6be9118-14da-413d-a938-a79f6e8b1333"
39
48
  customnotifications="#58586B,#2687F6,#D0046C"
40
- endpoint="https://demo-api.stage.norway.everymatrix.com/v1"></player-account-controller>
49
+ endpoint="https://demo-api.stage.norway.everymatrix.com/v1"></player-account-controller>-->
41
50
  </body>
42
51
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-controller",
3
- "version": "0.0.146",
3
+ "version": "0.0.150",
4
4
  "main": "dist/player-account-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -29,8 +29,8 @@
29
29
  "typescript": "^3.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@everymatrix/player-account-menu": "^0.0.146",
33
- "@everymatrix/player-account-notifications": "^0.0.146",
32
+ "@everymatrix/player-account-menu": "^0.0.150",
33
+ "@everymatrix/player-account-notifications": "^0.0.150",
34
34
  "cross-env": "^7.0.3",
35
35
  "sirv-cli": "^1.0.0",
36
36
  "svelte": "^3.0.0"
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "d8bb3c3c4b46a2402c676955a946618ecfa5aed1"
41
+ "gitHead": "59dd3d74261b62eccea192ed8d602a2d39b26c46"
42
42
  }
@@ -412,7 +412,7 @@
412
412
  }
413
413
  });
414
414
 
415
- $: cmsendpoint && endpoint && accountpath && notificationpath && limitspath && customnotifications && playerid && session && initialLoad();
415
+ $: cmsendpoint && endpoint && accountpath && notificationpath && customnotifications && playerid && session && initialLoad();
416
416
  </script>
417
417
 
418
418
  {#if isLoading}
@@ -478,12 +478,13 @@
478
478
  $multiplicator: 16px;
479
479
  @return $value * $multiplicator;
480
480
  }
481
- *, *::before, *::after {
481
+ *, *::before, *::after, body {
482
482
  margin: 0;
483
483
  padding: 0;
484
484
  box-sizing: border-box;
485
485
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
486
486
  }
487
+
487
488
  .PlayerAccountPage {
488
489
  display: grid;
489
490
  width: 100%;
@@ -493,14 +494,15 @@
493
494
  background: #F9F8F8;
494
495
  &.PlayerAccountMobilePage {
495
496
  display: block;
497
+ background: #F9F8F8;
496
498
  }
497
499
  }
498
500
  .PlayerAccountPage > nav {
499
501
  grid-area: nav;
500
502
  background: #58586B;
501
503
  &.PlayerAccountMobile {
502
- background: #f9f8f8;
503
- color: #07072A;
504
+ background: #07072A;
505
+ color: #FFF;
504
506
  }
505
507
  }
506
508
  .PlayerAccountPage > main {