@depay/widgets 6.5.4 → 6.5.5
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/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.bundle.js
CHANGED
|
@@ -62371,7 +62371,7 @@ var NoPaymentMethodFoundDialog = (function () {
|
|
|
62371
62371
|
className: "Text PaddingTopS PaddingBottomM PaddingLeftM PaddingRightM"
|
|
62372
62372
|
}, /*#__PURE__*/react.createElement("strong", {
|
|
62373
62373
|
className: "FontSizeM"
|
|
62374
|
-
}, "We were not able to find any asset
|
|
62374
|
+
}, "We were not able to find any asset with enough value in your wallet. Please top up your account in order to proceed with this payment."))),
|
|
62375
62375
|
footer: /*#__PURE__*/react.createElement("div", {
|
|
62376
62376
|
className: "PaddingTopXS PaddingRightM PaddingLeftM PaddingBottomM"
|
|
62377
62377
|
}, /*#__PURE__*/react.createElement("button", {
|
package/dist/esm/index.js
CHANGED
|
@@ -2218,7 +2218,7 @@ var NoPaymentMethodFoundDialog = (function () {
|
|
|
2218
2218
|
className: "Text PaddingTopS PaddingBottomM PaddingLeftM PaddingRightM"
|
|
2219
2219
|
}, /*#__PURE__*/React.createElement("strong", {
|
|
2220
2220
|
className: "FontSizeM"
|
|
2221
|
-
}, "We were not able to find any asset
|
|
2221
|
+
}, "We were not able to find any asset with enough value in your wallet. Please top up your account in order to proceed with this payment."))),
|
|
2222
2222
|
footer: /*#__PURE__*/React.createElement("div", {
|
|
2223
2223
|
className: "PaddingTopXS PaddingRightM PaddingLeftM PaddingBottomM"
|
|
2224
2224
|
}, /*#__PURE__*/React.createElement("button", {
|
package/dist/umd/index.bundle.js
CHANGED
|
@@ -62377,7 +62377,7 @@
|
|
|
62377
62377
|
className: "Text PaddingTopS PaddingBottomM PaddingLeftM PaddingRightM"
|
|
62378
62378
|
}, /*#__PURE__*/react.createElement("strong", {
|
|
62379
62379
|
className: "FontSizeM"
|
|
62380
|
-
}, "We were not able to find any asset
|
|
62380
|
+
}, "We were not able to find any asset with enough value in your wallet. Please top up your account in order to proceed with this payment."))),
|
|
62381
62381
|
footer: /*#__PURE__*/react.createElement("div", {
|
|
62382
62382
|
className: "PaddingTopXS PaddingRightM PaddingLeftM PaddingBottomM"
|
|
62383
62383
|
}, /*#__PURE__*/react.createElement("button", {
|
package/dist/umd/index.js
CHANGED
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
className: "Text PaddingTopS PaddingBottomM PaddingLeftM PaddingRightM"
|
|
2214
2214
|
}, /*#__PURE__*/React__default["default"].createElement("strong", {
|
|
2215
2215
|
className: "FontSizeM"
|
|
2216
|
-
}, "We were not able to find any asset
|
|
2216
|
+
}, "We were not able to find any asset with enough value in your wallet. Please top up your account in order to proceed with this payment."))),
|
|
2217
2217
|
footer: /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2218
2218
|
className: "PaddingTopXS PaddingRightM PaddingLeftM PaddingBottomM"
|
|
2219
2219
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/widgets",
|
|
3
3
|
"moduleName": "DePayWidgets",
|
|
4
|
-
"version": "6.5.
|
|
4
|
+
"version": "6.5.5",
|
|
5
5
|
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
|
|
6
6
|
"main": "./dist/umd/index.js",
|
|
7
7
|
"module": "./dist/esm/index.js",
|