@tonconnect/ui 2.0.3-beta.3 → 2.0.3

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/lib/index.mjs CHANGED
@@ -10009,10 +10009,11 @@ const WalletsModal = () => {
10009
10009
  createEffect(() => locale(appState.language));
10010
10010
  createEffect(() => {
10011
10011
  if (getWalletsModalIsOpened()) {
10012
+ updateIsMobile();
10013
+ } else {
10012
10014
  setSelectedWalletInfo(null);
10013
10015
  setSelectedTab("universal");
10014
10016
  setInfoTab(false);
10015
- updateIsMobile();
10016
10017
  }
10017
10018
  });
10018
10019
  const connector = useContext(ConnectorContext);
@@ -10898,7 +10899,7 @@ class TonConnectUITracker {
10898
10899
  }
10899
10900
  }
10900
10901
  }
10901
- const tonConnectUiVersion = "2.0.3-beta.3";
10902
+ const tonConnectUiVersion = "2.0.3";
10902
10903
  class TonConnectUI {
10903
10904
  constructor(options) {
10904
10905
  __publicField(this, "walletInfoStorage", new WalletInfoStorage());