@awell-health/ui-library 0.1.89 → 0.1.90

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
@@ -37411,7 +37411,7 @@ Check the top-level render call using <` + t + ">.");
37411
37411
  };
37412
37412
 
37413
37413
  var isValidEmail = function (email) {
37414
- var emailRegex = /^[\w-+.]+@([\w-]+\.)+[\w-]{2,4}$/;
37414
+ var emailRegex = /^[\w-+.]+@([\w-]+\.)+[\w-]{2,}$/;
37415
37415
  return emailRegex.test(email);
37416
37416
  };
37417
37417
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.89",
3
+ "version": "0.1.90",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",