@matchain/matchid-sdk-react 0.1.40-alpha.9 → 0.1.41
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-G7Y6FXS2.mjs → chunk-B2HVAJPQ.mjs} +2 -2
- package/dist/{chunk-PPKUHUE3.mjs → chunk-RYZFW6P6.mjs} +4 -2
- package/dist/{chunk-PPKUHUE3.mjs.map → chunk-RYZFW6P6.mjs.map} +1 -1
- package/dist/components/index.js +3 -1
- 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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
- /package/dist/{chunk-G7Y6FXS2.mjs.map → chunk-B2HVAJPQ.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -3740,7 +3740,9 @@ function WalletContent2({
|
|
|
3740
3740
|
setVisible: async (v) => {
|
|
3741
3741
|
console.log("setVisible", v);
|
|
3742
3742
|
if (v) {
|
|
3743
|
-
|
|
3743
|
+
if (wallet) {
|
|
3744
|
+
await tonConnectUI.disconnect();
|
|
3745
|
+
}
|
|
3744
3746
|
setStatus("");
|
|
3745
3747
|
statusRef.current = "";
|
|
3746
3748
|
open();
|