@financial-times/n-conversion-forms 41.3.0 → 41.3.2
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.
- package/.toolkitstate/ci.json +3 -3
- package/components/__snapshots__/debug.spec.js.snap +2 -0
- package/components/__snapshots__/industry.spec.js.snap +8 -706
- package/components/__snapshots__/position.spec.js.snap +8 -262
- package/components/__snapshots__/responsibility.spec.js.snap +8 -442
- package/components/debug.jsx +1 -0
- package/components/industry.jsx +1 -3
- package/components/industry.spec.js +7 -2
- package/components/position.jsx +1 -2
- package/components/position.spec.js +7 -2
- package/components/responsibility.jsx +1 -2
- package/components/responsibility.spec.js +7 -2
- package/dist/debug.jsx +1 -1
- package/dist/industry.jsx +1 -3
- package/dist/position.jsx +1 -2
- package/dist/responsibility.jsx +1 -2
- package/package.json +1 -1
- package/helpers/demographics.js +0 -606
package/.toolkitstate/ci.json
CHANGED
|
@@ -57,6 +57,7 @@ exports[`Debug renders with isTest 1`] = `
|
|
|
57
57
|
checkout3dsChallenge: 'Checkout1!',
|
|
58
58
|
chaseVisa: '4011361100000010',
|
|
59
59
|
verificationEmail: SYSTEM_CODE + '-' + Date.now() + '@ftqa.org',
|
|
60
|
+
yearOfBirth: 1999
|
|
60
61
|
};
|
|
61
62
|
|
|
62
63
|
function logout () {
|
|
@@ -1503,6 +1504,7 @@ exports[`Debug renders with showHelpers 1`] = `
|
|
|
1503
1504
|
checkout3dsChallenge: 'Checkout1!',
|
|
1504
1505
|
chaseVisa: '4011361100000010',
|
|
1505
1506
|
verificationEmail: SYSTEM_CODE + '-' + Date.now() + '@ftqa.org',
|
|
1507
|
+
yearOfBirth: 1999
|
|
1506
1508
|
};
|
|
1507
1509
|
|
|
1508
1510
|
function logout () {
|