@pinerohit11/testwidget 0.2.102 → 0.2.104
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 +17 -5
- package/dist/index.mjs +17 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1582,8 +1582,8 @@ function Chargewidgetstyles() {
|
|
1582
1582
|
}
|
1583
1583
|
|
1584
1584
|
.error-span{
|
1585
|
-
color:red;
|
1586
|
-
font-size:12px
|
1585
|
+
color:red !important;
|
1586
|
+
font-size:12px !important
|
1587
1587
|
}
|
1588
1588
|
|
1589
1589
|
.charge-customer-name{
|
@@ -3631,7 +3631,19 @@ function AddCardStyle() {
|
|
3631
3631
|
.add-card .exp-cvc-container input::placeholder {
|
3632
3632
|
color: #867C94;
|
3633
3633
|
}
|
3634
|
-
|
3634
|
+
|
3635
|
+
.card-scrl {
|
3636
|
+
overflow-y: auto;
|
3637
|
+
padding-right: 6px !important;
|
3638
|
+
}
|
3639
|
+
.card-scrl::-webkit-scrollbar {
|
3640
|
+
width: 3px;
|
3641
|
+
background-color: #F5F5F5;
|
3642
|
+
}
|
3643
|
+
.card-scrl::-webkit-scrollbar-thumb {
|
3644
|
+
background-color: #35254D;
|
3645
|
+
}
|
3646
|
+
|
3635
3647
|
#add-credit-card-panel{
|
3636
3648
|
padding: auto 10px !important}
|
3637
3649
|
/* Responsive Design */
|
@@ -4452,11 +4464,11 @@ function AddCardEasyPay(props) {
|
|
4452
4464
|
return /* @__PURE__ */ import_react19.default.createElement(import_react19.default.Fragment, null, /* @__PURE__ */ import_react19.default.createElement(DataScript, null), /* @__PURE__ */ import_react19.default.createElement(AddCardStyle, null), /* @__PURE__ */ import_react19.default.createElement(Loader_default, { loading }), success ? /* @__PURE__ */ import_react19.default.createElement(SuccessCardMsz_default, { onClose: handleCloseSeccess }) : /* @__PURE__ */ import_react19.default.createElement(
|
4453
4465
|
"div",
|
4454
4466
|
{
|
4455
|
-
className: "container-creditcard add-card
|
4467
|
+
className: "container-creditcard add-card ",
|
4456
4468
|
id: "add-credit-card-panel",
|
4457
4469
|
style: { margin: "auto" }
|
4458
4470
|
},
|
4459
|
-
/* @__PURE__ */ import_react19.default.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ import_react19.default.createElement("div", { style: { maxHeight: "350px", minHeight: "0" }, className: "
|
4471
|
+
/* @__PURE__ */ import_react19.default.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ import_react19.default.createElement("div", { style: { maxHeight: "350px", minHeight: "0" }, className: "card-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(
|
4460
4472
|
"input",
|
4461
4473
|
{
|
4462
4474
|
type: "text",
|
package/dist/index.mjs
CHANGED
@@ -1544,8 +1544,8 @@ function Chargewidgetstyles() {
|
|
1544
1544
|
}
|
1545
1545
|
|
1546
1546
|
.error-span{
|
1547
|
-
color:red;
|
1548
|
-
font-size:12px
|
1547
|
+
color:red !important;
|
1548
|
+
font-size:12px !important
|
1549
1549
|
}
|
1550
1550
|
|
1551
1551
|
.charge-customer-name{
|
@@ -3593,7 +3593,19 @@ function AddCardStyle() {
|
|
3593
3593
|
.add-card .exp-cvc-container input::placeholder {
|
3594
3594
|
color: #867C94;
|
3595
3595
|
}
|
3596
|
-
|
3596
|
+
|
3597
|
+
.card-scrl {
|
3598
|
+
overflow-y: auto;
|
3599
|
+
padding-right: 6px !important;
|
3600
|
+
}
|
3601
|
+
.card-scrl::-webkit-scrollbar {
|
3602
|
+
width: 3px;
|
3603
|
+
background-color: #F5F5F5;
|
3604
|
+
}
|
3605
|
+
.card-scrl::-webkit-scrollbar-thumb {
|
3606
|
+
background-color: #35254D;
|
3607
|
+
}
|
3608
|
+
|
3597
3609
|
#add-credit-card-panel{
|
3598
3610
|
padding: auto 10px !important}
|
3599
3611
|
/* Responsive Design */
|
@@ -4414,11 +4426,11 @@ function AddCardEasyPay(props) {
|
|
4414
4426
|
return /* @__PURE__ */ React18.createElement(React18.Fragment, null, /* @__PURE__ */ React18.createElement(DataScript, null), /* @__PURE__ */ React18.createElement(AddCardStyle, null), /* @__PURE__ */ React18.createElement(Loader_default, { loading }), success ? /* @__PURE__ */ React18.createElement(SuccessCardMsz_default, { onClose: handleCloseSeccess }) : /* @__PURE__ */ React18.createElement(
|
4415
4427
|
"div",
|
4416
4428
|
{
|
4417
|
-
className: "container-creditcard add-card
|
4429
|
+
className: "container-creditcard add-card ",
|
4418
4430
|
id: "add-credit-card-panel",
|
4419
4431
|
style: { margin: "auto" }
|
4420
4432
|
},
|
4421
|
-
/* @__PURE__ */ React18.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ React18.createElement("div", { style: { maxHeight: "350px", minHeight: "0" }, className: "
|
4433
|
+
/* @__PURE__ */ React18.createElement("form", { id: "creditCardForm", onSubmit: addCardFunc }, /* @__PURE__ */ React18.createElement("div", { style: { maxHeight: "350px", minHeight: "0" }, className: "card-scrl" }, /* @__PURE__ */ React18.createElement("div", { className: "form-group", style: { marginTop: "0", marginBottom: "10px" } }, /* @__PURE__ */ React18.createElement("label", { htmlFor: "cardNumber" }, "Card Number"), /* @__PURE__ */ React18.createElement(
|
4422
4434
|
"input",
|
4423
4435
|
{
|
4424
4436
|
type: "text",
|