@pinerohit11/testwidget 0.2.101 → 0.2.102
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 +6 -4
- package/dist/index.mjs +6 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3631,7 +3631,9 @@ function AddCardStyle() {
|
|
3631
3631
|
.add-card .exp-cvc-container input::placeholder {
|
3632
3632
|
color: #867C94;
|
3633
3633
|
}
|
3634
|
-
|
3634
|
+
|
3635
|
+
#add-credit-card-panel{
|
3636
|
+
padding: auto 10px !important}
|
3635
3637
|
/* Responsive Design */
|
3636
3638
|
@media screen and (max-width: 768px) {
|
3637
3639
|
.add-card .container-creditcard {
|
@@ -4452,9 +4454,9 @@ function AddCardEasyPay(props) {
|
|
4452
4454
|
{
|
4453
4455
|
className: "container-creditcard add-card modal-content",
|
4454
4456
|
id: "add-credit-card-panel",
|
4455
|
-
style: { margin: "auto"
|
4457
|
+
style: { margin: "auto" }
|
4456
4458
|
},
|
4457
|
-
/* @__PURE__ */ import_react19.default.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ import_react19.default.createElement("div", { style: { maxHeight: "
|
4459
|
+
/* @__PURE__ */ import_react19.default.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ import_react19.default.createElement("div", { style: { maxHeight: "350px", minHeight: "0" }, className: "ach-scrl" }, /* @__PURE__ */ import_react19.default.createElement("div", { className: "form-group", style: { marginTop: "0", marginBottom: "10px" } }, /* @__PURE__ */ import_react19.default.createElement("label", { htmlFor: "cardNumber" }, "Card Number"), /* @__PURE__ */ import_react19.default.createElement(
|
4458
4460
|
"input",
|
4459
4461
|
{
|
4460
4462
|
type: "text",
|
@@ -4465,7 +4467,7 @@ function AddCardEasyPay(props) {
|
|
4465
4467
|
value: (cardData == null ? void 0 : cardData.cardNumber) || "",
|
4466
4468
|
onChange: (e) => handleCardNumberChange(e)
|
4467
4469
|
}
|
4468
|
-
), (cardError == null ? void 0 : cardError.cardNumber) && /* @__PURE__ */ import_react19.default.createElement("span", { className: "error-span" }, cardError == null ? void 0 : cardError.cardNumber), /* @__PURE__ */ import_react19.default.createElement("br", null)), /* @__PURE__ */ import_react19.default.createElement("div", { className: "card-dtl" }, /* @__PURE__ */ import_react19.default.createElement("div", { className: "exp-cvc-container" }, /* @__PURE__ */ import_react19.default.createElement("div", { className: "form-group", style: { marginTop: "0" } }, /* @__PURE__ */ import_react19.default.createElement("label", { htmlFor: "expMonth" }, "MM"), /* @__PURE__ */ import_react19.default.createElement(
|
4470
|
+
), (cardError == null ? void 0 : cardError.cardNumber) && /* @__PURE__ */ import_react19.default.createElement("span", { className: "error-span" }, cardError == null ? void 0 : cardError.cardNumber), /* @__PURE__ */ import_react19.default.createElement("br", null)), /* @__PURE__ */ import_react19.default.createElement("div", { className: "card-dtl" }, /* @__PURE__ */ import_react19.default.createElement("div", { className: "exp-cvc-container", style: { margin: "0" } }, /* @__PURE__ */ import_react19.default.createElement("div", { className: "form-group", style: { marginTop: "0" } }, /* @__PURE__ */ import_react19.default.createElement("label", { htmlFor: "expMonth" }, "MM"), /* @__PURE__ */ import_react19.default.createElement(
|
4469
4471
|
"input",
|
4470
4472
|
{
|
4471
4473
|
"data-token": "exp_month",
|
package/dist/index.mjs
CHANGED
@@ -3593,7 +3593,9 @@ function AddCardStyle() {
|
|
3593
3593
|
.add-card .exp-cvc-container input::placeholder {
|
3594
3594
|
color: #867C94;
|
3595
3595
|
}
|
3596
|
-
|
3596
|
+
|
3597
|
+
#add-credit-card-panel{
|
3598
|
+
padding: auto 10px !important}
|
3597
3599
|
/* Responsive Design */
|
3598
3600
|
@media screen and (max-width: 768px) {
|
3599
3601
|
.add-card .container-creditcard {
|
@@ -4414,9 +4416,9 @@ function AddCardEasyPay(props) {
|
|
4414
4416
|
{
|
4415
4417
|
className: "container-creditcard add-card modal-content",
|
4416
4418
|
id: "add-credit-card-panel",
|
4417
|
-
style: { margin: "auto"
|
4419
|
+
style: { margin: "auto" }
|
4418
4420
|
},
|
4419
|
-
/* @__PURE__ */ React18.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ React18.createElement("div", { style: { maxHeight: "
|
4421
|
+
/* @__PURE__ */ React18.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ React18.createElement("div", { style: { maxHeight: "350px", minHeight: "0" }, className: "ach-scrl" }, /* @__PURE__ */ React18.createElement("div", { className: "form-group", style: { marginTop: "0", marginBottom: "10px" } }, /* @__PURE__ */ React18.createElement("label", { htmlFor: "cardNumber" }, "Card Number"), /* @__PURE__ */ React18.createElement(
|
4420
4422
|
"input",
|
4421
4423
|
{
|
4422
4424
|
type: "text",
|
@@ -4427,7 +4429,7 @@ function AddCardEasyPay(props) {
|
|
4427
4429
|
value: (cardData == null ? void 0 : cardData.cardNumber) || "",
|
4428
4430
|
onChange: (e) => handleCardNumberChange(e)
|
4429
4431
|
}
|
4430
|
-
), (cardError == null ? void 0 : cardError.cardNumber) && /* @__PURE__ */ React18.createElement("span", { className: "error-span" }, cardError == null ? void 0 : cardError.cardNumber), /* @__PURE__ */ React18.createElement("br", null)), /* @__PURE__ */ React18.createElement("div", { className: "card-dtl" }, /* @__PURE__ */ React18.createElement("div", { className: "exp-cvc-container" }, /* @__PURE__ */ React18.createElement("div", { className: "form-group", style: { marginTop: "0" } }, /* @__PURE__ */ React18.createElement("label", { htmlFor: "expMonth" }, "MM"), /* @__PURE__ */ React18.createElement(
|
4432
|
+
), (cardError == null ? void 0 : cardError.cardNumber) && /* @__PURE__ */ React18.createElement("span", { className: "error-span" }, cardError == null ? void 0 : cardError.cardNumber), /* @__PURE__ */ React18.createElement("br", null)), /* @__PURE__ */ React18.createElement("div", { className: "card-dtl" }, /* @__PURE__ */ React18.createElement("div", { className: "exp-cvc-container", style: { margin: "0" } }, /* @__PURE__ */ React18.createElement("div", { className: "form-group", style: { marginTop: "0" } }, /* @__PURE__ */ React18.createElement("label", { htmlFor: "expMonth" }, "MM"), /* @__PURE__ */ React18.createElement(
|
4431
4433
|
"input",
|
4432
4434
|
{
|
4433
4435
|
"data-token": "exp_month",
|