@everymatrix/general-player-register-form 1.29.5 → 1.29.7

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": "1.29.5",
3
+ "version": "1.29.7",
4
4
  "main": "dist/general-player-register-form.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "f2e3f1edbe2a15979fd224f987ea52d179bb95f0"
38
+ "gitHead": "6774dd803fe9ab951334d05d7f0ec99f78b6c0a0"
39
39
  }
@@ -30,6 +30,7 @@
30
30
  export let translationurl:string = '';
31
31
  export let savecredentials:string = '';
32
32
  export let custominputtextswitch:string = 'false';
33
+ export let personalidlength:string = '13';
33
34
 
34
35
  let customStylingContainer:HTMLElement;
35
36
  let displayNone:boolean = false;
@@ -449,7 +450,7 @@ $: translationurl && setTranslationUrl();
449
450
  {/if}
450
451
  {#if showRegisterStepTwo}
451
452
  <div class="RegisterFormStep2">
452
- <general-player-register-form-step2 {endpoint} {lang} {licenseyears} {disabledfields} {defaultoptions} {dummydata} {clientstyling} {clientstylingurl} {translationurl}/>
453
+ <general-player-register-form-step2 {endpoint} {lang} {licenseyears} {disabledfields} {defaultoptions} {dummydata} {personalidlength} {clientstyling} {clientstylingurl} {translationurl}/>
453
454
  </div>
454
455
  {/if}
455
456
  {#if showRegisterStepThree}