@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.esm.js
CHANGED
|
@@ -48911,7 +48911,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48911
48911
|
content: "Your routing number is the 9-digit number in the bottom left corner of your check.",
|
|
48912
48912
|
imageType: "Routing",
|
|
48913
48913
|
isOpen: showRouting,
|
|
48914
|
-
toggleOpen: toggleShowRouting
|
|
48914
|
+
toggleOpen: toggleShowRouting,
|
|
48915
|
+
"data-qa": createIdFromString("What is my routing number")
|
|
48915
48916
|
});
|
|
48916
48917
|
},
|
|
48917
48918
|
onKeyDown: function onKeyDown(e) {
|
|
@@ -48919,7 +48920,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48919
48920
|
}
|
|
48920
48921
|
}), /*#__PURE__*/React.createElement(FormInput$1, {
|
|
48921
48922
|
labelTextWhenNoError: "Confirm routing number",
|
|
48922
|
-
"data-qa": "Confirm routing number",
|
|
48923
|
+
"data-qa": createIdFromString("Confirm routing number"),
|
|
48923
48924
|
errorMessages: confirmRoutingNumberErrors,
|
|
48924
48925
|
field: fields.confirmRoutingNumber,
|
|
48925
48926
|
fieldActions: actions.fields.confirmRoutingNumber,
|
|
@@ -48943,7 +48944,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48943
48944
|
content: "Your account number is usually the 10-digit number in the bottom of your check to the right of the routing number.",
|
|
48944
48945
|
imageType: "Account",
|
|
48945
48946
|
isOpen: showAccount,
|
|
48946
|
-
toggleOpen: toggleShowAccount
|
|
48947
|
+
toggleOpen: toggleShowAccount,
|
|
48948
|
+
"data-qa": createIdFromString("What is my account number")
|
|
48947
48949
|
});
|
|
48948
48950
|
},
|
|
48949
48951
|
onKeyDown: function onKeyDown(e) {
|