@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/index.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-X4IQIC5B.mjs";
8
8
  import {
9
9
  api_exports
10
- } from "./chunk-LEFO352N.mjs";
10
+ } from "./chunk-327CPPF5.mjs";
11
11
  import {
12
12
  MatchProvider,
13
13
  ModalProvider,
@@ -17,7 +17,7 @@ import {
17
17
  ui_exports,
18
18
  useMatch,
19
19
  wagmiConfig
20
- } from "./chunk-BZ2PI27T.mjs";
20
+ } from "./chunk-VIJ3M2NZ.mjs";
21
21
  import "./chunk-2E4Y2HA7.mjs";
22
22
  import "./chunk-K33FHUZM.mjs";
23
23
  import "./chunk-LA4YEM4O.mjs";
package/dist/ui.js CHANGED
@@ -1564,13 +1564,11 @@ function Tabs(props) {
1564
1564
  }
1565
1565
 
1566
1566
  // src/ui/Lottie/index.tsx
1567
- var import_lottie_react = __toESM(require("lottie-react"));
1567
+ var LottieReact = __toESM(require("lottie-react"));
1568
1568
  var import_jsx_runtime99 = require("react/jsx-runtime");
1569
+ var FixedLottie = LottieReact.default || LottieReact;
1569
1570
  function Lottie(props) {
1570
- console.log("Lottie", props);
1571
- const result = /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
1572
- console.log("result", result);
1573
- return result;
1571
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(FixedLottie, { loop: true, autoplay: true, ...props });
1574
1572
  }
1575
1573
  // Annotate the CommonJS export names for ESM import in node:
1576
1574
  0 && (module.exports = {