@flopay/react 0.3.4 → 0.3.5

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.mjs CHANGED
@@ -311,6 +311,14 @@ function ProcessingOverlay({ status, errorMessage }) {
311
311
  status === "success" && "PAYMENT SUCCESSFUL",
312
312
  status === "error" && "PAYMENT FAILED"
313
313
  ] }),
314
+ status === "success" && /* @__PURE__ */ jsx4("p", { style: {
315
+ fontSize: 13,
316
+ color: "#6b7280",
317
+ fontWeight: 400,
318
+ maxWidth: 260,
319
+ lineHeight: 1.4,
320
+ margin: 0
321
+ }, children: "You will be automatically redirected, do not close or navigate away from this window." }),
314
322
  status === "error" && errorMessage && /* @__PURE__ */ jsx4("p", { style: {
315
323
  fontSize: 13,
316
324
  color: "#6b7280",