@depay/widgets 9.0.3 → 9.0.4
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 +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -20278,7 +20278,7 @@ var Footer = (function () {
|
|
|
20278
20278
|
}, "Allow ", payment.symbol, " to be used as payment"));
|
|
20279
20279
|
} else if (paymentState == 'approving') {
|
|
20280
20280
|
return /*#__PURE__*/React.createElement("div", {
|
|
20281
|
-
className: "
|
|
20281
|
+
className: "PaddingBottomXS"
|
|
20282
20282
|
}, /*#__PURE__*/React.createElement("a", {
|
|
20283
20283
|
className: "ButtonPrimary",
|
|
20284
20284
|
title: "Approving payment token - please wait",
|