@loafmarkets/ui 0.1.321 → 0.1.322
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6792,7 +6792,7 @@ var LoginPopup = ({
|
|
|
6792
6792
|
$expanded: showKycWidget,
|
|
6793
6793
|
children: [
|
|
6794
6794
|
/* @__PURE__ */ jsx(CloseButton, { onClick: onClose, "aria-label": "Close login popup", children: /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", children: /* @__PURE__ */ jsx("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }) }) }),
|
|
6795
|
-
renderKycWidget && /* @__PURE__ */ jsxs(KycWidgetContainer, {
|
|
6795
|
+
renderKycWidget && showKycWidget && /* @__PURE__ */ jsxs(KycWidgetContainer, { children: [
|
|
6796
6796
|
renderKycWidget(handleKycWidgetResult),
|
|
6797
6797
|
showKycFooter && /* @__PURE__ */ jsxs(KycWidgetFooter, { children: [
|
|
6798
6798
|
/* @__PURE__ */ jsxs(KycProgressSaved, { children: [
|