@matchain/matchid-sdk-react 0.1.42-alpha.14 → 0.1.42-alpha.15

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.
@@ -3248,7 +3248,7 @@ function BusinessProvider({ children }) {
3248
3248
  onClose: WalletModalStore.close,
3249
3249
  type: WalletModalStore.type,
3250
3250
  methods: WalletModalStore.methods,
3251
- zIndex: 199
3251
+ zIndex: 150
3252
3252
  }
3253
3253
  ),
3254
3254
  children
@@ -3822,10 +3822,10 @@ function useInit({
3822
3822
  token: res.data.token || `${res.data.token_type} ${res.data.access_token}`
3823
3823
  });
3824
3824
  } else if (res.event == "bind") {
3825
+ walletModalStore.close();
3825
3826
  eventManager_default.emit("onBind", res.data);
3826
3827
  if (events && events.onBind) {
3827
3828
  events.onBind(res.data);
3828
- walletModalStore.close();
3829
3829
  }
3830
3830
  }
3831
3831
  };
@@ -4741,4 +4741,4 @@ export {
4741
4741
  MatchProvider,
4742
4742
  useMatch
4743
4743
  };
4744
- //# sourceMappingURL=chunk-DWW3ZAJJ.mjs.map
4744
+ //# sourceMappingURL=chunk-5MBBID4C.mjs.map