@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.cjs.js
CHANGED
|
@@ -13406,7 +13406,9 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
|
13406
13406
|
fill: themeValues.singleIconColor
|
|
13407
13407
|
}), /*#__PURE__*/React__default.createElement("mask", {
|
|
13408
13408
|
id: "mask0_503_574",
|
|
13409
|
-
style:
|
|
13409
|
+
style: {
|
|
13410
|
+
maskType: "alpha"
|
|
13411
|
+
},
|
|
13410
13412
|
maskUnits: "userSpaceOnUse",
|
|
13411
13413
|
x: "3",
|
|
13412
13414
|
y: "4",
|
|
@@ -19262,7 +19264,7 @@ var cardRegistry = {
|
|
|
19262
19264
|
heading: "Manage Your Wallet",
|
|
19263
19265
|
buttonText: "Go to Wallet",
|
|
19264
19266
|
text: "Add your personal information and payment methods to make fast payments.",
|
|
19265
|
-
cardAction: "/profile/
|
|
19267
|
+
cardAction: "/profile/wallet"
|
|
19266
19268
|
}, props));
|
|
19267
19269
|
}
|
|
19268
19270
|
};
|