@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 = /^[\w-+.]+@([\w-]+\.)+[\w-]{2,}$/;
37423
+ var emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
37424
37424
  return emailRegex.test(email);
37425
37425
  };
37426
37426
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.99",
3
+ "version": "0.1.100",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",