@thecb/components 5.6.3 → 5.6.4
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/molecules/.DS_Store +0 -0
- package/src/components/molecules/payment-form-ach/PaymentFormACH.js +2 -2
- package/src/deprecated/.DS_Store +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -40148,7 +40148,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
40148
40148
|
role: "form",
|
|
40149
40149
|
"aria-label": "ACH Payment"
|
|
40150
40150
|
}, /*#__PURE__*/React.createElement(FormInputColumn, null, /*#__PURE__*/React.createElement(FormInput$1, {
|
|
40151
|
-
labelTextWhenNoError: "Name on
|
|
40151
|
+
labelTextWhenNoError: "Name on checking account",
|
|
40152
40152
|
errorMessages: nameErrors,
|
|
40153
40153
|
field: fields.name,
|
|
40154
40154
|
fieldActions: actions.fields.name,
|
|
@@ -40240,7 +40240,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
40240
40240
|
hidden: hideDefaultPayment
|
|
40241
40241
|
}), showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
|
|
40242
40242
|
name: "bank checkbox",
|
|
40243
|
-
title: "Save
|
|
40243
|
+
title: "Save checking account to wallet",
|
|
40244
40244
|
checked: walletCheckboxMarked,
|
|
40245
40245
|
onChange: saveToWallet
|
|
40246
40246
|
})));
|