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