@fractalpay/fractalpay-next-dev 0.0.237 → 0.0.238
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 +4 -4
- 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.238",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -3248,7 +3248,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3248
3248
|
{
|
|
3249
3249
|
id: "exp_month",
|
|
3250
3250
|
className: "form-control required card-cvv-in",
|
|
3251
|
-
style: { height: "36px", display: "
|
|
3251
|
+
style: { height: "36px", display: "block", minHeight: "36px" }
|
|
3252
3252
|
}
|
|
3253
3253
|
) }),
|
|
3254
3254
|
/* @__PURE__ */ jsx17("div", { className: "exp-year form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
|
|
@@ -3256,7 +3256,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3256
3256
|
{
|
|
3257
3257
|
id: "exp_year",
|
|
3258
3258
|
className: "form-control required card-cvv-in",
|
|
3259
|
-
style: { height: "36px", display: "
|
|
3259
|
+
style: { height: "36px", display: "block", minHeight: "36px" }
|
|
3260
3260
|
}
|
|
3261
3261
|
) }),
|
|
3262
3262
|
/* @__PURE__ */ jsx17("div", { className: "security-digit form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
|
|
@@ -3264,7 +3264,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3264
3264
|
{
|
|
3265
3265
|
id: "cvv",
|
|
3266
3266
|
className: "form-control card-cvv-in required",
|
|
3267
|
-
style: { height: "36px", display: "
|
|
3267
|
+
style: { height: "36px", display: "block", minHeight: "36px" }
|
|
3268
3268
|
}
|
|
3269
3269
|
) })
|
|
3270
3270
|
] }) })
|