monkey-front-core 0.0.621 → 0.0.623

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.
@@ -1597,7 +1597,7 @@ var validateUtils = /*#__PURE__*/Object.freeze({
1597
1597
  });
1598
1598
 
1599
1599
  const moment$2 = moment_;
1600
- const EMAIL_REGEXP = /^[\w-.]+@([\w-]+\.)+[\w-]{1,64}$/;
1600
+ const EMAIL_REGEXP = /^[\w.+-]+@([\w-]+\.)+[\w-]{1,64}$/;
1601
1601
  function isEmptyInputValue(value) {
1602
1602
  return value == null || value.length === 0;
1603
1603
  }