@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/api.mjs
CHANGED
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
bind_exports,
|
|
4
4
|
poh_exports,
|
|
5
5
|
user_exports
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-327CPPF5.mjs";
|
|
7
7
|
import {
|
|
8
8
|
isSuccess,
|
|
9
9
|
wallet_exports
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-VIJ3M2NZ.mjs";
|
|
11
11
|
import "./chunk-2E4Y2HA7.mjs";
|
|
12
12
|
import "./chunk-K33FHUZM.mjs";
|
|
13
13
|
import "./chunk-LA4YEM4O.mjs";
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
useUserInfo,
|
|
13
13
|
verifyPohApi,
|
|
14
14
|
wallet_exports
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-VIJ3M2NZ.mjs";
|
|
16
16
|
import {
|
|
17
17
|
__export
|
|
18
18
|
} from "./chunk-BJPOCE4O.mjs";
|
|
@@ -95,4 +95,4 @@ export {
|
|
|
95
95
|
user_exports,
|
|
96
96
|
api_exports
|
|
97
97
|
};
|
|
98
|
-
//# sourceMappingURL=chunk-
|
|
98
|
+
//# sourceMappingURL=chunk-327CPPF5.mjs.map
|
|
@@ -1298,13 +1298,11 @@ function Tabs(props) {
|
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
1300
|
// src/ui/Lottie/index.tsx
|
|
1301
|
-
import LottieReact from "lottie-react";
|
|
1301
|
+
import * as LottieReact from "lottie-react";
|
|
1302
1302
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
1303
|
+
var FixedLottie = LottieReact.default || LottieReact;
|
|
1303
1304
|
function Lottie(props) {
|
|
1304
|
-
|
|
1305
|
-
const result = /* @__PURE__ */ jsx16(LottieReact, { loop: true, autoplay: true, ...props });
|
|
1306
|
-
console.log("result", result);
|
|
1307
|
-
return result;
|
|
1305
|
+
return /* @__PURE__ */ jsx16(FixedLottie, { loop: true, autoplay: true, ...props });
|
|
1308
1306
|
}
|
|
1309
1307
|
|
|
1310
1308
|
// src/context/ModalContext.tsx
|
|
@@ -7616,4 +7614,4 @@ export {
|
|
|
7616
7614
|
MatchProvider,
|
|
7617
7615
|
useMatch
|
|
7618
7616
|
};
|
|
7619
|
-
//# sourceMappingURL=chunk-
|
|
7617
|
+
//# sourceMappingURL=chunk-VIJ3M2NZ.mjs.map
|