@awell-health/ui-library 0.1.99 → 0.1.100
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37420,7 +37420,7 @@ Check the top-level render call using <` + t + ">.");
|
|
|
37420
37420
|
};
|
|
37421
37421
|
|
|
37422
37422
|
var isValidEmail = function (email) {
|
|
37423
|
-
var emailRegex = /^[
|
|
37423
|
+
var emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
37424
37424
|
return emailRegex.test(email);
|
|
37425
37425
|
};
|
|
37426
37426
|
|