@matchain/matchid-sdk-react 0.1.55-alpha.5 → 0.1.55-alpha.7
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 +3 -3
- package/dist/{lottie.d.mts → assets/lottie.d.mts} +1 -1
- package/dist/{lottie.d.ts → assets/lottie.d.ts} +1 -1
- package/dist/{lottie.js → assets/lottie.js} +1 -1
- package/dist/assets/lottie.js.map +1 -0
- package/dist/{lottie.mjs → assets/lottie.mjs} +2 -2
- package/dist/{chunk-I4CAV5Q4.mjs → chunk-CGXT434W.mjs} +2 -2
- package/dist/{chunk-GP64KA4K.mjs → chunk-JNKLD5RB.mjs} +3 -2
- package/dist/chunk-JNKLD5RB.mjs.map +1 -0
- package/dist/{chunk-Z7KQAEMT.mjs → chunk-XR24AYII.mjs} +2 -2
- package/dist/chunk-XR24AYII.mjs.map +1 -0
- package/dist/components.js +2 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +2 -2
- package/dist/hooks.js +2 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/ui.js +2 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +2 -2
- package/package.json +4 -4
- package/dist/chunk-GP64KA4K.mjs.map +0 -1
- package/dist/chunk-Z7KQAEMT.mjs.map +0 -1
- package/dist/lottie.js.map +0 -1
- /package/dist/{lottie.mjs.map → assets/lottie.mjs.map} +0 -0
- /package/dist/{chunk-I4CAV5Q4.mjs.map → chunk-CGXT434W.mjs.map} +0 -0
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
signing_default,
|
|
7
7
|
success_default,
|
|
8
8
|
wallet_default
|
|
9
|
-
} from "
|
|
10
|
-
import "
|
|
9
|
+
} from "../chunk-XR24AYII.mjs";
|
|
10
|
+
import "../chunk-J5LGTIGS.mjs";
|
|
11
11
|
export {
|
|
12
12
|
confirm_default as confirmImg,
|
|
13
13
|
connecting_default as connectingImg,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
useUserInfo,
|
|
12
12
|
verifyPohApi,
|
|
13
13
|
wallet_exports
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-JNKLD5RB.mjs";
|
|
15
15
|
import {
|
|
16
16
|
__export
|
|
17
17
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -94,4 +94,4 @@ export {
|
|
|
94
94
|
user_exports,
|
|
95
95
|
api_exports
|
|
96
96
|
};
|
|
97
|
-
//# sourceMappingURL=chunk-
|
|
97
|
+
//# sourceMappingURL=chunk-CGXT434W.mjs.map
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
signing_default,
|
|
73
73
|
success_default,
|
|
74
74
|
wallet_default
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-XR24AYII.mjs";
|
|
76
76
|
import {
|
|
77
77
|
__export
|
|
78
78
|
} from "./chunk-J5LGTIGS.mjs";
|
|
@@ -1300,6 +1300,7 @@ 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
|
+
console.log("Lottie", props);
|
|
1303
1304
|
return /* @__PURE__ */ jsx16(LottieReact, { loop: true, autoplay: true, ...props });
|
|
1304
1305
|
}
|
|
1305
1306
|
|
|
@@ -7607,4 +7608,4 @@ export {
|
|
|
7607
7608
|
MatchProvider,
|
|
7608
7609
|
useMatch
|
|
7609
7610
|
};
|
|
7610
|
-
//# sourceMappingURL=chunk-
|
|
7611
|
+
//# sourceMappingURL=chunk-JNKLD5RB.mjs.map
|