@pinerohit11/testwidget 0.1.65 → 0.1.66
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 +3 -14
- package/dist/index.mjs +3 -14
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -484,9 +484,9 @@ var import_react5 = __toESM(require("react"));
|
|
484
484
|
var RequestPaymentstyles = (props) => {
|
485
485
|
return /* @__PURE__ */ import_react5.default.createElement("style", null, `
|
486
486
|
body {
|
487
|
-
font-family: 'Inter', sans-serif;
|
487
|
+
font-family: 'Inter', sans-serif !important;
|
488
488
|
}
|
489
|
-
|
489
|
+
|
490
490
|
.paymentBtn {
|
491
491
|
background-color: black;
|
492
492
|
border: none;
|
@@ -506,7 +506,6 @@ var RequestPaymentstyles = (props) => {
|
|
506
506
|
.request-payment-amount {
|
507
507
|
color: #161616;
|
508
508
|
text-align: center;
|
509
|
-
font-family: Inter;
|
510
509
|
font-size: 42px;
|
511
510
|
font-style: normal;
|
512
511
|
font-weight: 600;
|
@@ -517,7 +516,6 @@ var RequestPaymentstyles = (props) => {
|
|
517
516
|
.request-payment-orderid {
|
518
517
|
color: #727272;
|
519
518
|
text-align: center;
|
520
|
-
font-family: Inter;
|
521
519
|
font-size: 14px;
|
522
520
|
font-style: normal;
|
523
521
|
font-weight: 500;
|
@@ -527,7 +525,6 @@ var RequestPaymentstyles = (props) => {
|
|
527
525
|
.request-payment-pre-auth-merchantname {
|
528
526
|
color: #727272;
|
529
527
|
text-align: center;
|
530
|
-
font-family: Inter;
|
531
528
|
font-size: 14px;
|
532
529
|
font-style: normal;
|
533
530
|
font-weight: 500;
|
@@ -538,7 +535,6 @@ var RequestPaymentstyles = (props) => {
|
|
538
535
|
.request-payment-merchantname {
|
539
536
|
color: #727272;
|
540
537
|
text-align: center;
|
541
|
-
font-family: Inter;
|
542
538
|
font-size: 14px;
|
543
539
|
font-style: normal;
|
544
540
|
font-weight: 500;
|
@@ -569,7 +565,6 @@ var RequestPaymentstyles = (props) => {
|
|
569
565
|
|
570
566
|
.request-payment-input-label {
|
571
567
|
color: #727272;
|
572
|
-
font-family: Inter;
|
573
568
|
font-size: 12px;
|
574
569
|
font-style: normal;
|
575
570
|
font-weight: 500;
|
@@ -588,7 +583,6 @@ var RequestPaymentstyles = (props) => {
|
|
588
583
|
width: 100%;
|
589
584
|
color: #161616;
|
590
585
|
margin-top: 6px !important;
|
591
|
-
font-family: Inter;
|
592
586
|
font-size: 14px;
|
593
587
|
font-style: normal;
|
594
588
|
font-weight: 500;
|
@@ -607,7 +601,6 @@ var RequestPaymentstyles = (props) => {
|
|
607
601
|
color: #fff;
|
608
602
|
width: 100% !important;
|
609
603
|
border: none !important;
|
610
|
-
font-family: Inter;
|
611
604
|
font-size: 16px;
|
612
605
|
font-style: normal;
|
613
606
|
font-weight: 500;
|
@@ -620,7 +613,6 @@ var RequestPaymentstyles = (props) => {
|
|
620
613
|
|
621
614
|
.request-payment-fractal-powerd-by {
|
622
615
|
color: #727272;
|
623
|
-
font-family: Inter;
|
624
616
|
font-size: 14px;
|
625
617
|
font-style: normal;
|
626
618
|
font-weight: 500;
|
@@ -657,7 +649,6 @@ var RequestPaymentstyles = (props) => {
|
|
657
649
|
.request-payment-success-text {
|
658
650
|
color: #161616;
|
659
651
|
text-align: center;
|
660
|
-
font-family: Inter;
|
661
652
|
font-size: 32px;
|
662
653
|
font-style: normal;
|
663
654
|
font-weight: 500;
|
@@ -671,7 +662,6 @@ var RequestPaymentstyles = (props) => {
|
|
671
662
|
.request-payment-success-subtext {
|
672
663
|
color: #727272;
|
673
664
|
text-align: center;
|
674
|
-
font-family: Inter;
|
675
665
|
font-size: 14px;
|
676
666
|
font-style: normal;
|
677
667
|
font-weight: 500;
|
@@ -718,7 +708,6 @@ var RequestPaymentstyles = (props) => {
|
|
718
708
|
gap: 6px;
|
719
709
|
background-color: #161616;
|
720
710
|
color: #fff;
|
721
|
-
font-family: Inter;
|
722
711
|
font-size: 14px;
|
723
712
|
font-style: normal;
|
724
713
|
font-weight: 500;
|
@@ -726,7 +715,7 @@ var RequestPaymentstyles = (props) => {
|
|
726
715
|
|
727
716
|
.request-payment-error-msg{
|
728
717
|
color: #dc3545;
|
729
|
-
|
718
|
+
|
730
719
|
font-size: 12px;
|
731
720
|
}
|
732
721
|
`);
|
package/dist/index.mjs
CHANGED
@@ -443,9 +443,9 @@ import React5 from "react";
|
|
443
443
|
var RequestPaymentstyles = (props) => {
|
444
444
|
return /* @__PURE__ */ React5.createElement("style", null, `
|
445
445
|
body {
|
446
|
-
font-family: 'Inter', sans-serif;
|
446
|
+
font-family: 'Inter', sans-serif !important;
|
447
447
|
}
|
448
|
-
|
448
|
+
|
449
449
|
.paymentBtn {
|
450
450
|
background-color: black;
|
451
451
|
border: none;
|
@@ -465,7 +465,6 @@ var RequestPaymentstyles = (props) => {
|
|
465
465
|
.request-payment-amount {
|
466
466
|
color: #161616;
|
467
467
|
text-align: center;
|
468
|
-
font-family: Inter;
|
469
468
|
font-size: 42px;
|
470
469
|
font-style: normal;
|
471
470
|
font-weight: 600;
|
@@ -476,7 +475,6 @@ var RequestPaymentstyles = (props) => {
|
|
476
475
|
.request-payment-orderid {
|
477
476
|
color: #727272;
|
478
477
|
text-align: center;
|
479
|
-
font-family: Inter;
|
480
478
|
font-size: 14px;
|
481
479
|
font-style: normal;
|
482
480
|
font-weight: 500;
|
@@ -486,7 +484,6 @@ var RequestPaymentstyles = (props) => {
|
|
486
484
|
.request-payment-pre-auth-merchantname {
|
487
485
|
color: #727272;
|
488
486
|
text-align: center;
|
489
|
-
font-family: Inter;
|
490
487
|
font-size: 14px;
|
491
488
|
font-style: normal;
|
492
489
|
font-weight: 500;
|
@@ -497,7 +494,6 @@ var RequestPaymentstyles = (props) => {
|
|
497
494
|
.request-payment-merchantname {
|
498
495
|
color: #727272;
|
499
496
|
text-align: center;
|
500
|
-
font-family: Inter;
|
501
497
|
font-size: 14px;
|
502
498
|
font-style: normal;
|
503
499
|
font-weight: 500;
|
@@ -528,7 +524,6 @@ var RequestPaymentstyles = (props) => {
|
|
528
524
|
|
529
525
|
.request-payment-input-label {
|
530
526
|
color: #727272;
|
531
|
-
font-family: Inter;
|
532
527
|
font-size: 12px;
|
533
528
|
font-style: normal;
|
534
529
|
font-weight: 500;
|
@@ -547,7 +542,6 @@ var RequestPaymentstyles = (props) => {
|
|
547
542
|
width: 100%;
|
548
543
|
color: #161616;
|
549
544
|
margin-top: 6px !important;
|
550
|
-
font-family: Inter;
|
551
545
|
font-size: 14px;
|
552
546
|
font-style: normal;
|
553
547
|
font-weight: 500;
|
@@ -566,7 +560,6 @@ var RequestPaymentstyles = (props) => {
|
|
566
560
|
color: #fff;
|
567
561
|
width: 100% !important;
|
568
562
|
border: none !important;
|
569
|
-
font-family: Inter;
|
570
563
|
font-size: 16px;
|
571
564
|
font-style: normal;
|
572
565
|
font-weight: 500;
|
@@ -579,7 +572,6 @@ var RequestPaymentstyles = (props) => {
|
|
579
572
|
|
580
573
|
.request-payment-fractal-powerd-by {
|
581
574
|
color: #727272;
|
582
|
-
font-family: Inter;
|
583
575
|
font-size: 14px;
|
584
576
|
font-style: normal;
|
585
577
|
font-weight: 500;
|
@@ -616,7 +608,6 @@ var RequestPaymentstyles = (props) => {
|
|
616
608
|
.request-payment-success-text {
|
617
609
|
color: #161616;
|
618
610
|
text-align: center;
|
619
|
-
font-family: Inter;
|
620
611
|
font-size: 32px;
|
621
612
|
font-style: normal;
|
622
613
|
font-weight: 500;
|
@@ -630,7 +621,6 @@ var RequestPaymentstyles = (props) => {
|
|
630
621
|
.request-payment-success-subtext {
|
631
622
|
color: #727272;
|
632
623
|
text-align: center;
|
633
|
-
font-family: Inter;
|
634
624
|
font-size: 14px;
|
635
625
|
font-style: normal;
|
636
626
|
font-weight: 500;
|
@@ -677,7 +667,6 @@ var RequestPaymentstyles = (props) => {
|
|
677
667
|
gap: 6px;
|
678
668
|
background-color: #161616;
|
679
669
|
color: #fff;
|
680
|
-
font-family: Inter;
|
681
670
|
font-size: 14px;
|
682
671
|
font-style: normal;
|
683
672
|
font-weight: 500;
|
@@ -685,7 +674,7 @@ var RequestPaymentstyles = (props) => {
|
|
685
674
|
|
686
675
|
.request-payment-error-msg{
|
687
676
|
color: #dc3545;
|
688
|
-
|
677
|
+
|
689
678
|
font-size: 12px;
|
690
679
|
}
|
691
680
|
`);
|