@thecb/components 6.2.7 → 6.2.8

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": "6.2.7",
3
+ "version": "6.2.8",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -5,8 +5,8 @@ export const cardRegistry = {
5
5
  accounts: props => (
6
6
  <Card
7
7
  icon="accounts"
8
- heading="Add an Account"
9
- buttonText="Add Account"
8
+ heading="Find Your Account"
9
+ buttonText="Find Account"
10
10
  text="Find and attach your accounts to make your payments simple."
11
11
  cardAction="/profile/accounts"
12
12
  {...props}
@@ -15,8 +15,8 @@ export const cardRegistry = {
15
15
  properties: props => (
16
16
  <Card
17
17
  icon="properties"
18
- heading="Add a Property"
19
- buttonText="Add Property"
18
+ heading="Find Your Property"
19
+ buttonText="Find Property"
20
20
  text="Find and attach your properties to make your tax payments simple."
21
21
  cardAction="/profile/properties"
22
22
  {...props}
@@ -25,8 +25,8 @@ export const cardRegistry = {
25
25
  payment: props => (
26
26
  <Card
27
27
  icon="payment"
28
- heading="Configure Your Settings"
29
- buttonText="Configure Settings"
28
+ heading="Manage Your Wallet"
29
+ buttonText="Go to Wallet"
30
30
  text="Add your personal information and payment methods to make fast payments."
31
31
  cardAction="/profile/settings"
32
32
  {...props}