@getpara/react-sdk-lite 2.0.0-alpha.68 → 2.0.0-alpha.69

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.
@@ -153,7 +153,9 @@ function AuthProvider({
153
153
  setAuthStepRoute();
154
154
  setIFrameUrl();
155
155
  setIsIFrameReady(false);
156
- setStep(ModalStep.AWAITING_ACCOUNT);
156
+ if (refs.currentStep.current !== ModalStep.LOGIN_DONE && refs.currentStep.current !== ModalStep.AWAITING_ACCOUNT) {
157
+ setStep(ModalStep.AWAITING_ACCOUNT);
158
+ }
157
159
  }
158
160
  window.removeEventListener("message", handleMessage);
159
161
  messageHandlerRef.current = null;
@@ -633,6 +633,7 @@ function ExternalWalletProvider({ children }) {
633
633
  if (popupCloseIntervalRef.current) {
634
634
  clearInterval(popupCloseIntervalRef.current);
635
635
  popupCloseIntervalRef.current = null;
636
+ refs.popupWindow.current = null;
636
637
  }
637
638
  };
638
639
  const handlePostConnectRetry = () => {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@getpara/react-sdk-lite",
3
- "version": "2.0.0-alpha.68",
3
+ "version": "2.0.0-alpha.69",
4
4
  "bin": {
5
5
  "setup-para": "dist/cli/cli.mjs"
6
6
  },
7
7
  "dependencies": {
8
- "@getpara/react-common": "2.0.0-alpha.68",
9
- "@getpara/react-components": "2.0.0-alpha.68",
10
- "@getpara/web-sdk": "2.0.0-alpha.68",
8
+ "@getpara/react-common": "2.0.0-alpha.69",
9
+ "@getpara/react-components": "2.0.0-alpha.69",
10
+ "@getpara/web-sdk": "2.0.0-alpha.69",
11
11
  "date-fns": "^3.6.0",
12
12
  "framer-motion": "^11.3.31",
13
13
  "libphonenumber-js": "^1.11.7",
@@ -16,9 +16,9 @@
16
16
  "zustand-sync-tabs": "^0.2.2"
17
17
  },
18
18
  "devDependencies": {
19
- "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.68",
20
- "@getpara/evm-wallet-connectors": "2.0.0-alpha.68",
21
- "@getpara/solana-wallet-connectors": "2.0.0-alpha.68",
19
+ "@getpara/cosmos-wallet-connectors": "2.0.0-alpha.69",
20
+ "@getpara/evm-wallet-connectors": "2.0.0-alpha.69",
21
+ "@getpara/solana-wallet-connectors": "2.0.0-alpha.69",
22
22
  "@tanstack/react-query": "^5.74.0",
23
23
  "@testing-library/dom": "^10.4.0",
24
24
  "@testing-library/react": "^16.3.0",
@@ -38,7 +38,7 @@
38
38
  "package.json",
39
39
  "styles.css"
40
40
  ],
41
- "gitHead": "98955203281606201609bb4674f5984acb63d3bf",
41
+ "gitHead": "956310e0ff58cc8e2736625d221245ab68304855",
42
42
  "main": "dist/index.js",
43
43
  "peerDependencies": {
44
44
  "@tanstack/react-query": ">=5.0.0",