@loafmarkets/ui 0.1.319 → 0.1.320

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.mjs CHANGED
@@ -6776,7 +6776,7 @@ var LoginPopup = ({
6776
6776
  ] }) });
6777
6777
  }
6778
6778
  if (view === "kyc") {
6779
- return /* @__PURE__ */ jsx(Overlay2, { children: /* @__PURE__ */ jsxs(
6779
+ return /* @__PURE__ */ jsx(Overlay2, { onClick: onClose, children: /* @__PURE__ */ jsxs(
6780
6780
  KycPopupContainer,
6781
6781
  {
6782
6782
  onClick: (event) => event.stopPropagation(),