@salla.sa/twilight-components 2.12.61 → 2.12.63

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/README.md CHANGED
@@ -272,3 +272,4 @@ You can also simply open an issue with the tag "enhancement". Don't forget to gi
272
272
  The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
273
273
 
274
274
  <p align="right">(<a href="#top">back to top</a>)</p>
275
+
@@ -28683,6 +28683,7 @@ const SallaVerify = class {
28683
28683
  this.otpInputs = this.body.querySelectorAll('.s-verify-input');
28684
28684
  this.firstOtpInput = this.body.querySelector('#otp-1');
28685
28685
  this.reset();
28686
+ this.resetError();
28686
28687
  this.display == 'modal' && ((_a = this.modal) === null || _a === void 0 ? void 0 : _a.setTitle(this.title));
28687
28688
  this.modal.open();
28688
28689
  (_b = this.firstOtpInput) === null || _b === void 0 ? void 0 : _b.addEventListener('input', e => this.splitNumber(e));