@hmcts/ccpay-web-component 5.2.0-beta04 → 5.2.0-beta05

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.
@@ -2169,7 +2169,7 @@
2169
2169
  this.postCodeForm = this.formBuilder.group({
2170
2170
  postcode: new forms.FormControl('', forms.Validators.compose([
2171
2171
  forms.Validators.required,
2172
- forms.Validators.pattern('^([A-Za-z]{1,2}[0-9]{1,2}[A-Za-z]{0,1} ?[0-9][A-Za-z]{2})')
2172
+ forms.Validators.pattern('^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,4}$')
2173
2173
  ]))
2174
2174
  });
2175
2175
  this.manualAddressForm = this.formBuilder.group({