@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.
@@ -23,7 +23,7 @@ import {
23
23
  UsernameModal,
24
24
  WalletAsset,
25
25
  WalletModal
26
- } from "./chunk-BZ2PI27T.mjs";
26
+ } from "./chunk-VIJ3M2NZ.mjs";
27
27
  import "./chunk-2E4Y2HA7.mjs";
28
28
  import "./chunk-K33FHUZM.mjs";
29
29
  import "./chunk-LA4YEM4O.mjs";
package/dist/hooks.js CHANGED
@@ -1266,13 +1266,11 @@ var import_jsx_runtime75 = require("react/jsx-runtime");
1266
1266
  var import_jsx_runtime76 = require("react/jsx-runtime");
1267
1267
 
1268
1268
  // src/ui/Lottie/index.tsx
1269
- var import_lottie_react = __toESM(require("lottie-react"));
1269
+ var LottieReact = __toESM(require("lottie-react"));
1270
1270
  var import_jsx_runtime77 = require("react/jsx-runtime");
1271
+ var FixedLottie = LottieReact.default || LottieReact;
1271
1272
  function Lottie(props) {
1272
- console.log("Lottie", props);
1273
- const result = /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
1274
- console.log("result", result);
1275
- return result;
1273
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(FixedLottie, { loop: true, autoplay: true, ...props });
1276
1274
  }
1277
1275
 
1278
1276
  // src/components/EVMModal/index.tsx