@everymatrix/general-player-register-form 0.0.196 → 0.0.200

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-register-form",
3
- "version": "0.0.196",
3
+ "version": "0.0.200",
4
4
  "main": "dist/general-player-register-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": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
39
+ "gitHead": "1575292cd20d511a1f4ebe038656d86deab2c7e0"
40
40
  }
@@ -96,7 +96,7 @@
96
96
  userData.postalCode = data.postalCode;
97
97
  userData.city = data.city;
98
98
  userData.country = data.countrySelected;
99
- userData.nationality = data.nationality;
99
+ userData.nationality = data.nationalitySelected;
100
100
  userData.mobile = {};
101
101
  userData.mobile.prefix = data.mobilePrefixSelected;
102
102
  userData.mobile.number = data.mobile;
@@ -283,7 +283,7 @@ $: playerid && session;
283
283
  .RegisterFormContainer {
284
284
  flex: 1 1 100%;
285
285
  padding: ttp(1.563);
286
- height: ttp(32.5);
286
+ height: 404px;
287
287
  overflow-y: auto;
288
288
  scrollbar-color: #cfcfcf #f1f1f1;
289
289
  scrollbar-width: thin;