@matchain/matchid-sdk-react 0.1.55-alpha.7 → 0.1.55-alpha.8

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/hooks.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  useTransaction,
14
14
  useUserInfo,
15
15
  useWallet
16
- } from "./chunk-JNKLD5RB.mjs";
16
+ } from "./chunk-2T4RY5BM.mjs";
17
17
  import "./chunk-JX73EY6V.mjs";
18
18
  import "./chunk-UA6XHZHX.mjs";
19
19
  import "./chunk-IZOOVZAD.mjs";
package/dist/index.js CHANGED
@@ -5960,7 +5960,9 @@ var import_lottie_react = __toESM(require("lottie-react"));
5960
5960
  var import_jsx_runtime89 = require("react/jsx-runtime");
5961
5961
  function Lottie(props) {
5962
5962
  console.log("Lottie", props);
5963
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
5963
+ const result = /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
5964
+ console.log("result", result);
5965
+ return result;
5964
5966
  }
5965
5967
 
5966
5968
  // src/context/ModalContext.tsx