@redneckz/wildless-cms-uni-blocks 0.14.679 → 0.14.680
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/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/CaptchaDialog/CaptchaDialog.js +1 -1
- package/dist/ui-kit/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/lib/ui-kit/CaptchaDialog/CaptchaDialog.js +1 -1
- package/lib/ui-kit/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/CaptchaDialog/CaptchaDialog.js +1 -1
- package/mobile/dist/ui-kit/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/mobile/lib/ui-kit/CaptchaDialog/CaptchaDialog.js +1 -1
- package/mobile/lib/ui-kit/CaptchaDialog/CaptchaDialog.js.map +1 -1
- package/mobile/src/ui-kit/CaptchaDialog/CaptchaDialog.tsx +1 -1
- package/package.json +1 -1
- package/src/ui-kit/CaptchaDialog/CaptchaDialog.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -3975,7 +3975,7 @@
|
|
|
3975
3975
|
else {
|
|
3976
3976
|
setHasError(isValidCode);
|
|
3977
3977
|
}
|
|
3978
|
-
}, []);
|
|
3978
|
+
}, [code]);
|
|
3979
3979
|
const handleCreateCaptcha = useCallback(() => {
|
|
3980
3980
|
(async () => setCaptcha(URL.createObjectURL(await createCaptcha(phoneNumber))))();
|
|
3981
3981
|
}, []);
|
|
@@ -10324,7 +10324,7 @@
|
|
|
10324
10324
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10325
10325
|
});
|
|
10326
10326
|
|
|
10327
|
-
const packageVersion = "0.14.
|
|
10327
|
+
const packageVersion = "0.14.679";
|
|
10328
10328
|
|
|
10329
10329
|
exports.Blocks = Blocks;
|
|
10330
10330
|
exports.ContentPage = ContentPage;
|