@everymatrix/general-player-login-form 0.0.193 → 0.0.197

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
@@ -12,22 +12,7 @@
12
12
  </head>
13
13
 
14
14
  <body>
15
- <style>
16
- html,body { margin: 0; padding: 0; height: 100%; font-family: "Helvetica Neue", "Helvetica", sans-serif; }
17
- .header { display: flex; justify-content: center; align-items: center; padding: 10px 20px; margin-bottom: 20px; background: #42a3e2; box-shadow: 3px 4px 5px 0px rgba(0,0,0, .2); }
18
- .header__logo svg { height: 50px; width: 50px; margin-right: 5px; }
19
- .header__name { color: #fff; }
20
- .header__name span { margin-right: 10px; font-weight: bold; }
21
- .webcomponent { padding: 10px 20px; }
22
- </style>
23
- <header class="header">
24
- <div class="header__logo">
25
- <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>
26
- </div>
27
- <h1 class="header__name">
28
- <span>WEBCOMPONENT:</span> general-player-login-form
29
- </h1>
30
- </header>
15
+
31
16
 
32
17
  <div class="webcomponent">
33
18
  <general-player-login-form endpoint="https://demo-api.stage.norway.everymatrix.com/v1"></general-player-login-form>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-player-login-form",
3
- "version": "0.0.193",
3
+ "version": "0.0.197",
4
4
  "main": "dist/general-player-login-form.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": "0960983a499b8cd9494500f0f36058fdc61fbead"
39
+ "gitHead": "89d693d3429e3dc0d6e642537452c8faa0ca008a"
40
40
  }
@@ -198,6 +198,11 @@
198
198
  $multiplicator: 16px;
199
199
  @return $value * $multiplicator;
200
200
  }
201
+
202
+ :host {
203
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
204
+ }
205
+
201
206
  .grecaptcha-badge { opacity:0;}
202
207
  .FormContainer {
203
208
  display: inline-flex;
@@ -286,6 +291,7 @@
286
291
  position: absolute;
287
292
  right: ttp(0.5);
288
293
  bottom: 45px;
294
+ color: #07072A;
289
295
  }
290
296
  .SignInButton {
291
297
  color: #fff;
@@ -309,7 +315,6 @@
309
315
  background: transparent;
310
316
  font-size: ttp(0.875);
311
317
  font-weight: 300;
312
- font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
313
318
  color: #D0046C;
314
319
  margin-top: ttp(0.9375);
315
320
  cursor: pointer;
@@ -323,7 +328,8 @@
323
328
  font-size: ttp(0.625);
324
329
  position: absolute;
325
330
  top: 55px;
326
- line-height: ttp(0.625);
331
+ padding-top: 5px;
332
+ line-height: 10px;
327
333
  }
328
334
  .ErrorMessage {
329
335
  margin: 0 0 15px 0;