@thecb/components 7.1.0-beta.1 → 7.1.0-beta.2

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": "7.1.0-beta.1",
3
+ "version": "7.1.0-beta.2",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -28,7 +28,7 @@ export const cardRegistry = {
28
28
  heading="Manage Your Wallet"
29
29
  buttonText="Go to Wallet"
30
30
  text="Add your personal information and payment methods to make fast payments."
31
- cardAction="/profile/settings"
31
+ cardAction="/profile/wallet"
32
32
  {...props}
33
33
  />
34
34
  )
@@ -19,7 +19,7 @@ const WalletIconSmall = ({ themeValues }) => {
19
19
  />
20
20
  <mask
21
21
  id="mask0_503_574"
22
- style={{ "mask-type": "alpha" }}
22
+ style={{ maskType: "alpha" }}
23
23
  maskUnits="userSpaceOnUse"
24
24
  x="3"
25
25
  y="4"