@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.
package/dist/hooks.mjs CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  useTransaction,
15
15
  useUserInfo,
16
16
  useWallet
17
- } from "./chunk-BZ2PI27T.mjs";
17
+ } from "./chunk-VIJ3M2NZ.mjs";
18
18
  import "./chunk-2E4Y2HA7.mjs";
19
19
  import "./chunk-K33FHUZM.mjs";
20
20
  import "./chunk-LA4YEM4O.mjs";
package/dist/index.js CHANGED
@@ -5962,13 +5962,11 @@ function Tabs(props) {
5962
5962
  }
5963
5963
 
5964
5964
  // src/ui/Lottie/index.tsx
5965
- var import_lottie_react = __toESM(require("lottie-react"));
5965
+ var LottieReact = __toESM(require("lottie-react"));
5966
5966
  var import_jsx_runtime89 = require("react/jsx-runtime");
5967
+ var FixedLottie = LottieReact.default || LottieReact;
5967
5968
  function Lottie(props) {
5968
- console.log("Lottie", props);
5969
- const result = /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
5970
- console.log("result", result);
5971
- return result;
5969
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(FixedLottie, { loop: true, autoplay: true, ...props });
5972
5970
  }
5973
5971
 
5974
5972
  // src/context/ModalContext.tsx