@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.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -355,6 +355,14 @@ function ProcessingOverlay({ status, errorMessage }) {
|
|
|
355
355
|
status === "success" && "PAYMENT SUCCESSFUL",
|
|
356
356
|
status === "error" && "PAYMENT FAILED"
|
|
357
357
|
] }),
|
|
358
|
+
status === "success" && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("p", { style: {
|
|
359
|
+
fontSize: 13,
|
|
360
|
+
color: "#6b7280",
|
|
361
|
+
fontWeight: 400,
|
|
362
|
+
maxWidth: 260,
|
|
363
|
+
lineHeight: 1.4,
|
|
364
|
+
margin: 0
|
|
365
|
+
}, children: "You will be automatically redirected, do not close or navigate away from this window." }),
|
|
358
366
|
status === "error" && errorMessage && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("p", { style: {
|
|
359
367
|
fontSize: 13,
|
|
360
368
|
color: "#6b7280",
|