@thecb/components 8.4.11-beta.29 → 8.4.11-beta.30
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/dist/index.cjs.js
CHANGED
|
@@ -48919,7 +48919,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48919
48919
|
content: "Your routing number is the 9-digit number in the bottom left corner of your check.",
|
|
48920
48920
|
imageType: "Routing",
|
|
48921
48921
|
isOpen: showRouting,
|
|
48922
|
-
toggleOpen: toggleShowRouting
|
|
48922
|
+
toggleOpen: toggleShowRouting,
|
|
48923
|
+
"data-qa": createIdFromString("What is my routing number")
|
|
48923
48924
|
});
|
|
48924
48925
|
},
|
|
48925
48926
|
onKeyDown: function onKeyDown(e) {
|
|
@@ -48927,7 +48928,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48927
48928
|
}
|
|
48928
48929
|
}), /*#__PURE__*/React__default.createElement(FormInput$1, {
|
|
48929
48930
|
labelTextWhenNoError: "Confirm routing number",
|
|
48930
|
-
"data-qa": "Confirm routing number",
|
|
48931
|
+
"data-qa": createIdFromString("Confirm routing number"),
|
|
48931
48932
|
errorMessages: confirmRoutingNumberErrors,
|
|
48932
48933
|
field: fields.confirmRoutingNumber,
|
|
48933
48934
|
fieldActions: actions.fields.confirmRoutingNumber,
|
|
@@ -48951,7 +48952,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48951
48952
|
content: "Your account number is usually the 10-digit number in the bottom of your check to the right of the routing number.",
|
|
48952
48953
|
imageType: "Account",
|
|
48953
48954
|
isOpen: showAccount,
|
|
48954
|
-
toggleOpen: toggleShowAccount
|
|
48955
|
+
toggleOpen: toggleShowAccount,
|
|
48956
|
+
"data-qa": createIdFromString("What is my account number")
|
|
48955
48957
|
});
|
|
48956
48958
|
},
|
|
48957
48959
|
onKeyDown: function onKeyDown(e) {
|