@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 +1 -0
- package/dist/cjs/salla-add-product-button_41.cjs.entry.js +1 -0
- package/dist/cjs/salla-add-product-button_41.cjs.entry.js.map +1 -1
- package/dist/collection/components/salla-verify/salla-verify.js +1 -0
- package/dist/collection/components/salla-verify/salla-verify.js.map +1 -1
- package/dist/components/salla-verify2.js +1 -0
- package/dist/components/salla-verify2.js.map +1 -1
- package/dist/esm/salla-add-product-button_41.entry.js +1 -0
- package/dist/esm/salla-add-product-button_41.entry.js.map +1 -1
- package/dist/esm-es5/salla-add-product-button_41.entry.js +1 -1
- package/dist/esm-es5/salla-add-product-button_41.entry.js.map +1 -1
- package/dist/twilight/{p-afba6d2e.system.entry.js → p-8e77c20f.system.entry.js} +2 -2
- package/dist/twilight/{p-afba6d2e.system.entry.js.map → p-8e77c20f.system.entry.js.map} +1 -1
- package/dist/twilight/p-9f2e0944.system.js +1 -1
- package/dist/twilight/{p-076f873a.entry.js → p-d4f621d1.entry.js} +2 -2
- package/dist/twilight/{p-076f873a.entry.js.map → p-d4f621d1.entry.js.map} +1 -1
- package/dist/twilight/twilight.esm.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -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));
|