@matchain/matchid-sdk-react 0.1.55-alpha.6 → 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-QXZ6QMWK.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
@@ -5959,7 +5959,10 @@ function Tabs(props) {
5959
5959
  var import_lottie_react = __toESM(require("lottie-react"));
5960
5960
  var import_jsx_runtime89 = require("react/jsx-runtime");
5961
5961
  function Lottie(props) {
5962
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
5962
+ console.log("Lottie", 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;
5963
5966
  }
5964
5967
 
5965
5968
  // src/context/ModalContext.tsx