@swype-org/react-sdk 0.1.55 → 0.1.56

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/index.cjs CHANGED
@@ -1895,6 +1895,7 @@ var containerStyle5 = {
1895
1895
  width: "100%"
1896
1896
  };
1897
1897
  var inputStyle = (tokens, filled) => ({
1898
+ boxSizing: "border-box",
1898
1899
  width: 44,
1899
1900
  maxWidth: "calc((100% - 40px) / 6)",
1900
1901
  height: 52,
@@ -4428,13 +4429,14 @@ function SwypePaymentInner({
4428
4429
  if (mobileSetupFlowRef.current) {
4429
4430
  mobileSetupFlowRef.current = false;
4430
4431
  clearMobileFlowState();
4431
- setMobileFlow(false);
4432
4432
  setDeeplinkUri(null);
4433
4433
  polling.stopPolling();
4434
4434
  setTransfer(polledTransfer);
4435
4435
  reloadAccounts().catch(() => {
4436
+ }).then(() => {
4437
+ setMobileFlow(false);
4438
+ setStep("deposit");
4436
4439
  });
4437
- setStep("deposit");
4438
4440
  return;
4439
4441
  }
4440
4442
  if (transferSigning.signing) return;