@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/dist/index.cjs.js CHANGED
@@ -19201,8 +19201,8 @@ var cardRegistry = {
19201
19201
  accounts: function accounts(props) {
19202
19202
  return /*#__PURE__*/React__default.createElement(Card$1, _extends({
19203
19203
  icon: "accounts",
19204
- heading: "Add an Account",
19205
- buttonText: "Add Account",
19204
+ heading: "Find Your Account",
19205
+ buttonText: "Find Account",
19206
19206
  text: "Find and attach your accounts to make your payments simple.",
19207
19207
  cardAction: "/profile/accounts"
19208
19208
  }, props));
@@ -19210,8 +19210,8 @@ var cardRegistry = {
19210
19210
  properties: function properties(props) {
19211
19211
  return /*#__PURE__*/React__default.createElement(Card$1, _extends({
19212
19212
  icon: "properties",
19213
- heading: "Add a Property",
19214
- buttonText: "Add Property",
19213
+ heading: "Find Your Property",
19214
+ buttonText: "Find Property",
19215
19215
  text: "Find and attach your properties to make your tax payments simple.",
19216
19216
  cardAction: "/profile/properties"
19217
19217
  }, props));
@@ -19219,8 +19219,8 @@ var cardRegistry = {
19219
19219
  payment: function payment(props) {
19220
19220
  return /*#__PURE__*/React__default.createElement(Card$1, _extends({
19221
19221
  icon: "payment",
19222
- heading: "Configure Your Settings",
19223
- buttonText: "Configure Settings",
19222
+ heading: "Manage Your Wallet",
19223
+ buttonText: "Go to Wallet",
19224
19224
  text: "Add your personal information and payment methods to make fast payments.",
19225
19225
  cardAction: "/profile/settings"
19226
19226
  }, props));