tuain-ng-forms-lib 0.12.35 → 0.12.36

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.
@@ -1963,7 +1963,7 @@
1963
1963
  phone: 'PHONE',
1964
1964
  };
1965
1965
  var FIELD_TYPES_FORMATS = {
1966
- EMAIL: '^\\w+([\\.-]?\\w+)@\\w+([\\.-]?\\w+)(\\.\\w{2,3})+$',
1966
+ EMAIL: '^\\w+([\\.-]?\\w+)*@\\w+([\\.-]?\\w+)(\\.\\w{2,3})+$',
1967
1967
  };
1968
1968
  var STD_MAX_LENGTH = 50;
1969
1969
  var BIG_MAX_LENGTH = 500;