@fractalpay/fractalpay-next-dev 0.0.271 → 0.0.273

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.271",
42
+ version: "0.0.273",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -3313,7 +3313,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
3313
3313
  {
3314
3314
  id: "exp_month",
3315
3315
  className: "form-control required card-cvv-in",
3316
- style: { height: "38px", display: "block", minHeight: "38px" }
3316
+ style: { height: "46px", display: "block", minHeight: "46px" }
3317
3317
  }
3318
3318
  ) }),
3319
3319
  /* @__PURE__ */ jsx17("div", { className: "exp-year form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
@@ -3321,7 +3321,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
3321
3321
  {
3322
3322
  id: "exp_year",
3323
3323
  className: "form-control required card-cvv-in",
3324
- style: { height: "38px", display: "block", minHeight: "38px" }
3324
+ style: { height: "46px", display: "block", minHeight: "46px" }
3325
3325
  }
3326
3326
  ) }),
3327
3327
  /* @__PURE__ */ jsx17("div", { className: "security-digit form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
@@ -3329,7 +3329,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
3329
3329
  {
3330
3330
  id: "cvv",
3331
3331
  className: "form-control card-cvv-in required",
3332
- style: { height: "38px", display: "block", minHeight: "38px" }
3332
+ style: { height: "46px", display: "block", minHeight: "46px" }
3333
3333
  }
3334
3334
  ) })
3335
3335
  ] }) })
@@ -4350,7 +4350,7 @@ function GetPaymentPage(props) {
4350
4350
  "."
4351
4351
  ] }),
4352
4352
  (activetab === "card" || activetab === "reader") && (props == null ? void 0 : props.pass_fee) && cashDiscount && cashDiscount > 0 && /* @__PURE__ */ jsxs11("small", { className: "frac-fee-text", children: [
4353
- "Credit cards include a fee amount of ",
4353
+ "Cards include a fee amount of ",
4354
4354
  /* @__PURE__ */ jsx19("span", { className: "frac-fee-amount", children: formatUSD((Number(props.amount) - cashDiscount).toFixed(2)) }),
4355
4355
  "."
4356
4356
  ] })
@@ -11558,7 +11558,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
11558
11558
  /* @__PURE__ */ jsx36("input", { type: "text", className: "form-control-frac", maxLength: 100, placeholder: "000000", value: (_g = cardData == null ? void 0 : cardData.zipCode) != null ? _g : "", onChange: (e) => handleCardChange("zipCode", e.target.value) }),
11559
11559
  (cardError == null ? void 0 : cardError.zipCode) && /* @__PURE__ */ jsx36("span", { className: "error-span", children: cardError == null ? void 0 : cardError.zipCode }),
11560
11560
  pass_fee && cardFeeAmount > 0 && /* @__PURE__ */ jsxs21("small", { className: "frac-fee-text", children: [
11561
- "Credit cards include a fee amount of ",
11561
+ "Cards include a fee amount of ",
11562
11562
  /* @__PURE__ */ jsx36("span", { className: "frac-fee-amount", children: formatUSD(cardFeeAmount.toFixed(2)) }),
11563
11563
  "."
11564
11564
  ] })
@@ -11639,7 +11639,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
11639
11639
  /* @__PURE__ */ jsx36("input", { type: "text", className: "form-control-frac", maxLength: 100, placeholder: "000000", value: (_j = cardData == null ? void 0 : cardData.zipCode) != null ? _j : "", onChange: (e) => handleCardChange("zipCode", e.target.value) }),
11640
11640
  (cardError == null ? void 0 : cardError.zipCode) && /* @__PURE__ */ jsx36("span", { className: "error-span", children: cardError == null ? void 0 : cardError.zipCode }),
11641
11641
  pass_fee && cardFeeAmount > 0 && /* @__PURE__ */ jsxs21("small", { className: "frac-fee-text", children: [
11642
- "Credit cards include a fee amount of ",
11642
+ "Cards include a fee amount of ",
11643
11643
  /* @__PURE__ */ jsx36("span", { className: "frac-fee-amount", children: formatUSD(cardFeeAmount.toFixed(2)) }),
11644
11644
  "."
11645
11645
  ] })