@thecb/components 7.1.0-beta.0 → 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/dist/index.esm.js
CHANGED
|
@@ -13398,7 +13398,9 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
|
13398
13398
|
fill: themeValues.singleIconColor
|
|
13399
13399
|
}), /*#__PURE__*/React.createElement("mask", {
|
|
13400
13400
|
id: "mask0_503_574",
|
|
13401
|
-
style:
|
|
13401
|
+
style: {
|
|
13402
|
+
maskType: "alpha"
|
|
13403
|
+
},
|
|
13402
13404
|
maskUnits: "userSpaceOnUse",
|
|
13403
13405
|
x: "3",
|
|
13404
13406
|
y: "4",
|
|
@@ -19254,7 +19256,7 @@ var cardRegistry = {
|
|
|
19254
19256
|
heading: "Manage Your Wallet",
|
|
19255
19257
|
buttonText: "Go to Wallet",
|
|
19256
19258
|
text: "Add your personal information and payment methods to make fast payments.",
|
|
19257
|
-
cardAction: "/profile/
|
|
19259
|
+
cardAction: "/profile/wallet"
|
|
19258
19260
|
}, props));
|
|
19259
19261
|
}
|
|
19260
19262
|
};
|