@salla.sa/twilight-components 2.11.111 → 2.11.112
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/dist/cjs/salla-add-product-button_40.cjs.entry.js +1 -1
- package/dist/cjs/salla-add-product-button_40.cjs.entry.js.map +1 -1
- package/dist/collection/components/salla-verify/salla-verify.js +1 -1
- package/dist/collection/components/salla-verify/salla-verify.js.map +1 -1
- package/dist/components/salla-verify2.js +1 -1
- package/dist/components/salla-verify2.js.map +1 -1
- package/dist/esm/salla-add-product-button_40.entry.js +1 -1
- package/dist/esm/salla-add-product-button_40.entry.js.map +1 -1
- package/dist/esm-es5/salla-add-product-button_40.entry.js +1 -1
- package/dist/esm-es5/salla-add-product-button_40.entry.js.map +1 -1
- package/dist/twilight/p-37389934.system.js +1 -1
- package/dist/twilight/{p-fcc169b5.system.entry.js → p-9a1231a6.system.entry.js} +2 -2
- package/dist/twilight/{p-fcc169b5.system.entry.js.map → p-9a1231a6.system.entry.js.map} +1 -1
- package/dist/twilight/{p-5b15c1a6.entry.js → p-b766115a.entry.js} +2 -2
- package/dist/twilight/{p-5b15c1a6.entry.js.map → p-b766115a.entry.js.map} +1 -1
- package/dist/twilight/twilight.esm.js +1 -1
- package/package.json +2 -2
|
@@ -28182,7 +28182,7 @@ const SallaVerify = class {
|
|
|
28182
28182
|
.replace(/[^0-9.]/g, '')
|
|
28183
28183
|
.replace('..', '.');
|
|
28184
28184
|
this.otpInputs.forEach((input, i) => input.value = text[i] || '');
|
|
28185
|
-
this.toggleOTPSubmit();
|
|
28185
|
+
// this.toggleOTPSubmit();
|
|
28186
28186
|
setTimeout(() => this.otpInputs[3].focus(), 100);
|
|
28187
28187
|
}
|
|
28188
28188
|
handleInput(ev) {
|