@fractalpay/fractalpay-next-dev 0.0.223 → 0.0.224
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
"package.json"(exports, module) {
|
|
40
40
|
module.exports = {
|
|
41
41
|
name: "@fractalpay/fractalpay-next-dev",
|
|
42
|
-
version: "0.0.
|
|
42
|
+
version: "0.0.224",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -6303,7 +6303,7 @@ function AddCardEasyPay(props) {
|
|
|
6303
6303
|
e.stopPropagation();
|
|
6304
6304
|
}
|
|
6305
6305
|
}, children: [
|
|
6306
|
-
/* @__PURE__ */ jsxs14("div", { style: { maxHeight: "
|
|
6306
|
+
/* @__PURE__ */ jsxs14("div", { style: { maxHeight: "450px", minHeight: "0" }, className: "card-scrl", children: [
|
|
6307
6307
|
/* @__PURE__ */ jsx24("div", { className: "form-group", style: { marginTop: "0", marginBottom: "10px" }, children: /* @__PURE__ */ jsx24(
|
|
6308
6308
|
DataCapFields,
|
|
6309
6309
|
{
|
|
@@ -6343,7 +6343,7 @@ function AddCardEasyPay(props) {
|
|
|
6343
6343
|
"input",
|
|
6344
6344
|
{
|
|
6345
6345
|
type: "text",
|
|
6346
|
-
id: "
|
|
6346
|
+
id: "",
|
|
6347
6347
|
name: "zipcode",
|
|
6348
6348
|
placeholder: "Zip",
|
|
6349
6349
|
value: (_b = cardData == null ? void 0 : cardData.zipCode) != null ? _b : "",
|