@matchain/matchid-sdk-react 0.1.42-alpha.7 → 0.1.42-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/{chunk-3IT55D2W.mjs → chunk-FXRUBZOM.mjs} +5 -5
- package/dist/chunk-FXRUBZOM.mjs.map +1 -0
- package/dist/{chunk-YUGXHHVO.mjs → chunk-NFWID5ZW.mjs} +2 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-3IT55D2W.mjs.map +0 -1
- /package/dist/{chunk-YUGXHHVO.mjs.map → chunk-NFWID5ZW.mjs.map} +0 -0
|
@@ -4280,9 +4280,7 @@ var MatchProvider = ({
|
|
|
4280
4280
|
theme = "light",
|
|
4281
4281
|
endpoints,
|
|
4282
4282
|
locale,
|
|
4283
|
-
wallet
|
|
4284
|
-
type: "UserPasscode"
|
|
4285
|
-
}
|
|
4283
|
+
wallet
|
|
4286
4284
|
}) => {
|
|
4287
4285
|
const { login, endpoints: realEndPoints, locale: realLocale } = useInit({
|
|
4288
4286
|
theme,
|
|
@@ -4318,7 +4316,9 @@ var MatchProvider = ({
|
|
|
4318
4316
|
console.log("wallet", wallet);
|
|
4319
4317
|
}, [wallet]);
|
|
4320
4318
|
useWalletInit({
|
|
4321
|
-
config: wallet
|
|
4319
|
+
config: wallet || {
|
|
4320
|
+
type: "UserPasscode"
|
|
4321
|
+
}
|
|
4322
4322
|
});
|
|
4323
4323
|
return /* @__PURE__ */ jsx31(IntlProvider, { locale: realLocale, messages: messages[realLocale], children: /* @__PURE__ */ jsx31(QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ jsx31(
|
|
4324
4324
|
MatchContext.Provider,
|
|
@@ -4676,4 +4676,4 @@ export {
|
|
|
4676
4676
|
MatchProvider,
|
|
4677
4677
|
useMatch
|
|
4678
4678
|
};
|
|
4679
|
-
//# sourceMappingURL=chunk-
|
|
4679
|
+
//# sourceMappingURL=chunk-FXRUBZOM.mjs.map
|