@matchain/matchid-sdk-react 0.1.42-alpha.7 → 0.1.42-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/{chunk-3IT55D2W.mjs → chunk-HXXIG4ZO.mjs} +3 -23
- package/dist/chunk-HXXIG4ZO.mjs.map +1 -0
- package/dist/{chunk-YUGXHHVO.mjs → chunk-KU726GST.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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -21
- 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-KU726GST.mjs.map} +0 -0
|
@@ -387,7 +387,7 @@ var toBindWalletApi = ({
|
|
|
387
387
|
};
|
|
388
388
|
|
|
389
389
|
// src/MatchContext.tsx
|
|
390
|
-
import { createContext, useContext
|
|
390
|
+
import { createContext, useContext } from "react";
|
|
391
391
|
|
|
392
392
|
// src/context/BusinessProvider.tsx
|
|
393
393
|
import { useEffect as useEffect17 } from "react";
|
|
@@ -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,
|
|
@@ -4299,24 +4297,6 @@ var MatchProvider = ({
|
|
|
4299
4297
|
locale,
|
|
4300
4298
|
wallet
|
|
4301
4299
|
});
|
|
4302
|
-
useEffect21(() => {
|
|
4303
|
-
console.log("appid", appid);
|
|
4304
|
-
}, [appid]);
|
|
4305
|
-
useEffect21(() => {
|
|
4306
|
-
console.log("events", events);
|
|
4307
|
-
}, [events]);
|
|
4308
|
-
useEffect21(() => {
|
|
4309
|
-
console.log("theme", theme);
|
|
4310
|
-
}, [theme]);
|
|
4311
|
-
useEffect21(() => {
|
|
4312
|
-
console.log("endpoints", endpoints);
|
|
4313
|
-
}, [endpoints]);
|
|
4314
|
-
useEffect21(() => {
|
|
4315
|
-
console.log("locale", locale);
|
|
4316
|
-
}, [locale]);
|
|
4317
|
-
useEffect21(() => {
|
|
4318
|
-
console.log("wallet", wallet);
|
|
4319
|
-
}, [wallet]);
|
|
4320
4300
|
useWalletInit({
|
|
4321
4301
|
config: wallet
|
|
4322
4302
|
});
|
|
@@ -4676,4 +4656,4 @@ export {
|
|
|
4676
4656
|
MatchProvider,
|
|
4677
4657
|
useMatch
|
|
4678
4658
|
};
|
|
4679
|
-
//# sourceMappingURL=chunk-
|
|
4659
|
+
//# sourceMappingURL=chunk-HXXIG4ZO.mjs.map
|