@everymatrix/general-player-login-form 0.0.185 → 0.0.189

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-player-login-form",
3
- "version": "0.0.185",
3
+ "version": "0.0.189",
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": "92606daa9c13e0e7abe89095dd509c7c452bd6c0"
39
+ "gitHead": "3781af65baf0822b42483eec16cd95a8cb26f983"
40
40
  }
@@ -18,12 +18,12 @@
18
18
  let invalidPassword:boolean = false;
19
19
 
20
20
  let errorMessage:string = '';
21
-
21
+
22
22
  let isLoading:boolean = false;
23
23
  let passwordVisibilityToggle:HTMLElement;
24
24
  let isPasswordVisible:boolean = false;
25
25
  let isFormDataInvalid:boolean = true;
26
-
26
+
27
27
  const captchaKey = '6Lc7w8YcAAAAAEMHc_VNN9bqfVnILoUOHSHyZ0yn';
28
28
 
29
29
  const regexValidators = {
@@ -198,6 +198,7 @@
198
198
  $multiplicator: 16px;
199
199
  @return $value * $multiplicator;
200
200
  }
201
+ .grecaptcha-badge { opacity:0;}
201
202
  .FormContainer {
202
203
  display: inline-flex;
203
204
  width: 100%;