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

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.
@@ -22,7 +22,7 @@ import {
22
22
  UsernameModal,
23
23
  WalletAsset,
24
24
  WalletModal
25
- } from "./chunk-QXZ6QMWK.mjs";
25
+ } from "./chunk-JNKLD5RB.mjs";
26
26
  import "./chunk-JX73EY6V.mjs";
27
27
  import "./chunk-UA6XHZHX.mjs";
28
28
  import "./chunk-IZOOVZAD.mjs";
package/dist/hooks.js CHANGED
@@ -1268,6 +1268,7 @@ var import_jsx_runtime76 = require("react/jsx-runtime");
1268
1268
  var import_lottie_react = __toESM(require("lottie-react"));
1269
1269
  var import_jsx_runtime77 = require("react/jsx-runtime");
1270
1270
  function Lottie(props) {
1271
+ console.log("Lottie", props);
1271
1272
  return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
1272
1273
  }
1273
1274