@matchain/matchid-sdk-react 0.1.55-alpha.6 → 0.1.55-alpha.8
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-QXZ6QMWK.mjs → chunk-2T4RY5BM.mjs} +5 -2
- package/dist/chunk-2T4RY5BM.mjs.map +1 -0
- package/dist/{chunk-NCQNDYOC.mjs → chunk-GCIXXSIH.mjs} +2 -2
- package/dist/components.js +4 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +4 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +4 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-QXZ6QMWK.mjs.map +0 -1
- /package/dist/{chunk-NCQNDYOC.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";
|
|
@@ -1300,7 +1300,10 @@ function Tabs(props) {
|
|
|
1300
1300
|
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
|
+
const result = /* @__PURE__ */ jsx16(LottieReact, { loop: true, autoplay: true, ...props });
|
|
1305
|
+
console.log("result", result);
|
|
1306
|
+
return result;
|
|
1304
1307
|
}
|
|
1305
1308
|
|
|
1306
1309
|
// src/context/ModalContext.tsx
|
|
@@ -7607,4 +7610,4 @@ export {
|
|
|
7607
7610
|
MatchProvider,
|
|
7608
7611
|
useMatch
|
|
7609
7612
|
};
|
|
7610
|
-
//# sourceMappingURL=chunk-
|
|
7613
|
+
//# sourceMappingURL=chunk-2T4RY5BM.mjs.map
|