@flopay/react 1.2.0 → 1.2.1
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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -5517,6 +5517,8 @@ function FloPayCheckout({
|
|
|
5517
5517
|
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(CheckoutContext.Provider, { value: checkoutValue, children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
5518
5518
|
"div",
|
|
5519
5519
|
{
|
|
5520
|
+
role: "alert",
|
|
5521
|
+
"data-testid": "flopay-load-error",
|
|
5520
5522
|
style: {
|
|
5521
5523
|
padding: 24,
|
|
5522
5524
|
textAlign: "center",
|