@acorex/core 20.3.18 → 20.3.19

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.
@@ -2448,8 +2448,8 @@ const COUNTRIES =
2448
2448
  regions: ['middle-east'],
2449
2449
  code: 'ae',
2450
2450
  iso2code: '+971',
2451
- format: '0000 000 000 000',
2452
- regex: '^\\d{4}\\s\\d{3}\\s\\d{3}\\s\\d{3}$',
2451
+ format: '000 000 000',
2452
+ regex: '^\\d{3}\\s\\d{3}\\s\\d{3}$',
2453
2453
  bkPosition: {
2454
2454
  x: '-72px',
2455
2455
  y: '-26px',