@thecb/components 5.6.3 → 5.6.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "5.6.3",
3
+ "version": "5.6.5",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -85,6 +85,6 @@
85
85
  "ramda": "^0.27.0",
86
86
  "react-aria-modal": "^4.0.0",
87
87
  "react-pose": "^4.0.10",
88
- "redux-freeform": "^5.2.0"
88
+ "redux-freeform": "^5.3.0"
89
89
  }
90
90
  }
package/src/.DS_Store ADDED
Binary file
Binary file
@@ -64,7 +64,7 @@ const PaymentFormACH = ({
64
64
  <FormContainer variant={variant} role="form" aria-label="ACH Payment">
65
65
  <FormInputColumn>
66
66
  <FormInput
67
- labelTextWhenNoError="Name on bank account"
67
+ labelTextWhenNoError="Name on checking account"
68
68
  errorMessages={nameErrors}
69
69
  field={fields.name}
70
70
  fieldActions={actions.fields.name}
@@ -155,7 +155,7 @@ const PaymentFormACH = ({
155
155
  {showWalletCheckbox && (
156
156
  <Checkbox
157
157
  name="bank checkbox"
158
- title="Save bank account to wallet"
158
+ title="Save checking account to wallet"
159
159
  checked={walletCheckboxMarked}
160
160
  onChange={saveToWallet}
161
161
  />
Binary file