@fractalpay/fractalpay-next-dev 0.0.219 → 0.0.220
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 +8 -5
- 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.220",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -3213,7 +3213,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3213
3213
|
}
|
|
3214
3214
|
),
|
|
3215
3215
|
/* @__PURE__ */ jsx17("div", { className: "card-crdi card-expiry-new", children: /* @__PURE__ */ jsxs10("div", { className: "exp-date-year-container", children: [
|
|
3216
|
-
/* @__PURE__ */ jsx17("div", { className: "exp-date form-group ",
|
|
3216
|
+
/* @__PURE__ */ jsx17("div", { className: "exp-date form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
|
|
3217
3217
|
"div",
|
|
3218
3218
|
{
|
|
3219
3219
|
id: "exp_month",
|
|
@@ -3221,7 +3221,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3221
3221
|
style: { height: "36px", display: "inline-block" }
|
|
3222
3222
|
}
|
|
3223
3223
|
) }),
|
|
3224
|
-
/* @__PURE__ */ jsx17("div", { className: "exp-year form-group ",
|
|
3224
|
+
/* @__PURE__ */ jsx17("div", { className: "exp-year form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
|
|
3225
3225
|
"div",
|
|
3226
3226
|
{
|
|
3227
3227
|
id: "exp_year",
|
|
@@ -3229,7 +3229,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3229
3229
|
style: { height: "36px", display: "inline-block" }
|
|
3230
3230
|
}
|
|
3231
3231
|
) }),
|
|
3232
|
-
/* @__PURE__ */ jsx17("div", { className: "security-digit form-group ",
|
|
3232
|
+
/* @__PURE__ */ jsx17("div", { className: "security-digit form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
|
|
3233
3233
|
"div",
|
|
3234
3234
|
{
|
|
3235
3235
|
id: "cvv",
|
|
@@ -9338,7 +9338,10 @@ position:relative;
|
|
|
9338
9338
|
.exp-date-year-container .form-group {
|
|
9339
9339
|
flex: 1;
|
|
9340
9340
|
}
|
|
9341
|
-
|
|
9341
|
+
.input-main-wrap-frac{
|
|
9342
|
+
margin:0px !important;
|
|
9343
|
+
padding:0px !important;
|
|
9344
|
+
}
|
|
9342
9345
|
|
|
9343
9346
|
|
|
9344
9347
|
|