@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/dist/tonconnect-ui.min.js +3 -3
- package/dist/tonconnect-ui.min.js.map +1 -1
- package/lib/index.cjs +3 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.mjs +3 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +2 -2
package/lib/index.cjs
CHANGED
|
@@ -10014,10 +10014,11 @@ const WalletsModal = () => {
|
|
|
10014
10014
|
createEffect(() => locale(appState.language));
|
|
10015
10015
|
createEffect(() => {
|
|
10016
10016
|
if (getWalletsModalIsOpened()) {
|
|
10017
|
+
updateIsMobile();
|
|
10018
|
+
} else {
|
|
10017
10019
|
setSelectedWalletInfo(null);
|
|
10018
10020
|
setSelectedTab("universal");
|
|
10019
10021
|
setInfoTab(false);
|
|
10020
|
-
updateIsMobile();
|
|
10021
10022
|
}
|
|
10022
10023
|
});
|
|
10023
10024
|
const connector = useContext(ConnectorContext);
|
|
@@ -10903,7 +10904,7 @@ class TonConnectUITracker {
|
|
|
10903
10904
|
}
|
|
10904
10905
|
}
|
|
10905
10906
|
}
|
|
10906
|
-
const tonConnectUiVersion = "2.0.3
|
|
10907
|
+
const tonConnectUiVersion = "2.0.3";
|
|
10907
10908
|
class TonConnectUI {
|
|
10908
10909
|
constructor(options) {
|
|
10909
10910
|
__publicField(this, "walletInfoStorage", new WalletInfoStorage());
|