@matchain/matchid-sdk-react 0.1.55-alpha.12 → 0.1.55-alpha.14

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.
@@ -2256,13 +2256,11 @@ var import_jsx_runtime65 = require("react/jsx-runtime");
2256
2256
  var import_jsx_runtime66 = require("react/jsx-runtime");
2257
2257
 
2258
2258
  // src/ui/Lottie/index.tsx
2259
- var import_lottie_react = __toESM(require("lottie-react"));
2259
+ var LottieReact = __toESM(require("lottie-react"));
2260
2260
  var import_jsx_runtime67 = require("react/jsx-runtime");
2261
+ var FixedLottie = LottieReact.default || LottieReact;
2261
2262
  function Lottie(props) {
2262
- console.log("Lottie", props);
2263
- const result = /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
2264
- console.log("result", result);
2265
- return result;
2263
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(FixedLottie, { loop: true, autoplay: true, ...props });
2266
2264
  }
2267
2265
 
2268
2266
  // src/context/ModalContext.tsx