@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.
@@ -2258,6 +2258,7 @@ var import_jsx_runtime66 = require("react/jsx-runtime");
2258
2258
  var import_lottie_react = __toESM(require("lottie-react"));
2259
2259
  var import_jsx_runtime67 = require("react/jsx-runtime");
2260
2260
  function Lottie(props) {
2261
+ console.log("Lottie", props);
2261
2262
  return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
2262
2263
  }
2263
2264