@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/api.js +1 -1
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/{chunk-LEFO352N.mjs → chunk-327CPPF5.mjs} +2 -2
- package/dist/{chunk-BZ2PI27T.mjs → chunk-VIJ3M2NZ.mjs} +4 -6
- package/dist/chunk-VIJ3M2NZ.mjs.map +1 -0
- package/dist/components.js +3 -5
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +3 -5
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +3 -5
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-BZ2PI27T.mjs.map +0 -1
- /package/dist/{chunk-LEFO352N.mjs.map → chunk-327CPPF5.mjs.map} +0 -0
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-
|
|
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-
|
|
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
|
|
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
|
-
|
|
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 = {
|