@acorex/core 20.4.10 → 20.4.11

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.
@@ -2647,9 +2647,9 @@ const COUNTRIES =
2647
2647
  regions: ['middle-east'],
2648
2648
  code: 'ae',
2649
2649
  iso2code: '+971',
2650
- format: '000 000 000',
2651
- mask: '### ### ###',
2652
- regex: '^\\d{3}\\s\\d{3}\\s\\d{3}$',
2650
+ format: '00 000 0000',
2651
+ mask: '## ### ####',
2652
+ regex: '^\\d{2}\\s\\d{3}\\s\\d{4}$',
2653
2653
  bkPosition: {
2654
2654
  x: '-72px',
2655
2655
  y: '-26px',