@fractalpay/fractalpay-next-dev 0.0.224 → 0.0.225

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
@@ -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.224",
42
+ version: "0.0.225",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -5536,7 +5536,7 @@ function AddCardStyle() {
5536
5536
  padding: 0 20px
5537
5537
  }
5538
5538
  .add-card .form-group {
5539
- margin-bottom: 5px;
5539
+ // margin-bottom: 5px;
5540
5540
  }
5541
5541
 
5542
5542
  .add-card .idle-green-btn {
@@ -6304,7 +6304,7 @@ function AddCardEasyPay(props) {
6304
6304
  }
6305
6305
  }, children: [
6306
6306
  /* @__PURE__ */ jsxs14("div", { style: { maxHeight: "450px", minHeight: "0" }, className: "card-scrl", children: [
6307
- /* @__PURE__ */ jsx24("div", { className: "form-group", style: { marginTop: "0", marginBottom: "10px" }, children: /* @__PURE__ */ jsx24(
6307
+ /* @__PURE__ */ jsx24("div", { className: "form-group", style: { marginTop: "0", marginBottom: "0" }, children: /* @__PURE__ */ jsx24(
6308
6308
  DataCapFields,
6309
6309
  {
6310
6310
  isOpen: true,
@@ -9519,6 +9519,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
9519
9519
  const [remainingAmount, setRemainingAmount] = useState10("");
9520
9520
  const [paymentGateway, setPaymentGateway] = useState10();
9521
9521
  const [dcToken, setDCToken] = useState10();
9522
+ console.log(show, "show");
9522
9523
  let mastercard2 = S3Url + "widget/mc-img.svg";
9523
9524
  let visa2 = S3Url + "widget/visa-img.svg";
9524
9525
  let americanexp2 = S3Url + "widget/ae-img.svg";
@@ -10589,7 +10590,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
10589
10590
  ] }),
10590
10591
  /* @__PURE__ */ jsxs19("div", { className: "form-group-frac", children: [
10591
10592
  /* @__PURE__ */ jsx32("label", { htmlFor: "cardNumber", children: "CARD NUMBER" }),
10592
- /* @__PURE__ */ jsx32("div", { className: "toggle-num-wrapper", children: show && paymentGateway === 32 && /* @__PURE__ */ jsx32(
10593
+ /* @__PURE__ */ jsx32("div", { className: "toggle-num-wrapper", children: (show || autoTrigger) && paymentGateway === 32 && /* @__PURE__ */ jsx32(
10593
10594
  FractalFields_default,
10594
10595
  {
10595
10596
  fractalStyles,
@@ -10666,7 +10667,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
10666
10667
  /* @__PURE__ */ jsx32("div", { className: "form-group-frac", children: /* @__PURE__ */ jsx32(
10667
10668
  DataCapFields,
10668
10669
  {
10669
- isOpen: show,
10670
+ isOpen: show || autoTrigger,
10670
10671
  tokenKey: dcToken,
10671
10672
  setLoader: activeinCard === "form" ? setLoadingIframe : null
10672
10673
  }