@matchain/matchid-sdk-react 0.1.55-alpha.7 → 0.1.55-alpha.9
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.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/{chunk-JNKLD5RB.mjs → chunk-2T4RY5BM.mjs} +4 -2
- package/dist/chunk-2T4RY5BM.mjs.map +1 -0
- package/dist/{chunk-CGXT434W.mjs → chunk-GCIXXSIH.mjs} +2 -2
- package/dist/components.js +3 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +3 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +3 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +3 -2
- package/dist/chunk-JNKLD5RB.mjs.map +0 -1
- /package/dist/{chunk-CGXT434W.mjs.map → chunk-GCIXXSIH.mjs.map} +0 -0
package/dist/api.mjs
CHANGED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-GCIXXSIH.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2T4RY5BM.mjs";
|
|
10
10
|
import "./chunk-JX73EY6V.mjs";
|
|
11
11
|
import "./chunk-UA6XHZHX.mjs";
|
|
12
12
|
import "./chunk-IZOOVZAD.mjs";
|
|
@@ -1301,7 +1301,9 @@ import LottieReact from "lottie-react";
|
|
|
1301
1301
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
1302
1302
|
function Lottie(props) {
|
|
1303
1303
|
console.log("Lottie", props);
|
|
1304
|
-
|
|
1304
|
+
const result = /* @__PURE__ */ jsx16(LottieReact, { loop: true, autoplay: true, ...props });
|
|
1305
|
+
console.log("result", result);
|
|
1306
|
+
return result;
|
|
1305
1307
|
}
|
|
1306
1308
|
|
|
1307
1309
|
// src/context/ModalContext.tsx
|
|
@@ -7608,4 +7610,4 @@ export {
|
|
|
7608
7610
|
MatchProvider,
|
|
7609
7611
|
useMatch
|
|
7610
7612
|
};
|
|
7611
|
-
//# sourceMappingURL=chunk-
|
|
7613
|
+
//# sourceMappingURL=chunk-2T4RY5BM.mjs.map
|