@hmcts/ccpay-web-component 5.0.1-beta68 → 5.0.1-beta69

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.
@@ -2756,18 +2756,18 @@ var ContactDetailsComponent = /** @class */ (function () {
2756
2756
  this.manualAddressForm = this.formBuilder.group({
2757
2757
  addressl1: new FormControl('', Validators.compose([
2758
2758
  Validators.required,
2759
- Validators.pattern('^[a-zA-Z0-9\s,\'-]*$')
2759
+ Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
2760
2760
  ])),
2761
2761
  addressl2: new FormControl('', Validators.compose([
2762
- Validators.pattern('^[a-zA-Z0-9\s,\'-]*$')
2762
+ Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
2763
2763
  ])),
2764
2764
  townorcity: new FormControl('', Validators.compose([
2765
2765
  Validators.required,
2766
- Validators.pattern('^[a-zA-Z0-9\s,\'-]*$')
2766
+ Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
2767
2767
  ])),
2768
2768
  county: new FormControl('', Validators.compose([
2769
2769
  Validators.required,
2770
- Validators.pattern('^[a-zA-Z0-9\s,\'-]*$')
2770
+ Validators.pattern('^[a-zA-Z0-9\\s,\'-]*$')
2771
2771
  ])),
2772
2772
  mpostcode: new FormControl('', Validators.compose([
2773
2773
  Validators.required,