@financial-times/n-conversion-forms 27.2.2 → 27.2.3-beta.1
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.
|
@@ -4,7 +4,6 @@ const { printRegions } = require('./constants');
|
|
|
4
4
|
const supportedCountriesMasterList = {
|
|
5
5
|
cemeaV1: {
|
|
6
6
|
AUT: 'Austria',
|
|
7
|
-
ARE: 'United Arab Emirates',
|
|
8
7
|
BEL: 'Belgium',
|
|
9
8
|
BGR: 'Bulgaria',
|
|
10
9
|
HRV: 'Croatia',
|
|
@@ -49,7 +48,8 @@ const supportedCountriesMasterList = {
|
|
|
49
48
|
other: {
|
|
50
49
|
GBR: 'United Kingdom',
|
|
51
50
|
USA: 'United States',
|
|
52
|
-
CAN: 'Canada'
|
|
51
|
+
CAN: 'Canada',
|
|
52
|
+
ARE: 'United Arab Emirates'
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/n-conversion-forms",
|
|
3
|
-
"version": "27.2.
|
|
3
|
+
"version": "27.2.3-beta.1",
|
|
4
4
|
"description": "Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|