monkey-front-core 0.0.31 → 0.0.32

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.
@@ -1448,7 +1448,7 @@
1448
1448
 
1449
1449
  var moment = moment___namespace;
1450
1450
  // eslint-disable-next-line max-len
1451
- var EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)([A-Za-z0-9_\-.])+@([A-Za-z0-9])+\.([A-Za-z]{1,61})?(\.[a-z0-9]([a-z0-9-]*[a-z0-9]{1,61})?)*$/;
1451
+ var EMAIL_REGEXP = /^[\w\-.]+@([\w-]+\.)+[\w-]{1,4}$/;
1452
1452
  function isEmptyInputValue(value) {
1453
1453
  return value == null || value.length === 0;
1454
1454
  }