@fractalpay/fractalpay-next-dev 0.0.272 → 0.0.274

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.272",
42
+ version: "0.0.274",
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
  ] }) })