@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.
@@ -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.678";
10327
+ const packageVersion = "0.14.679";
10328
10328
 
10329
10329
  exports.Blocks = Blocks;
10330
10330
  exports.ContentPage = ContentPage;