paymob-pixel-alpha 1.0.7 → 1.0.9

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.
Files changed (4) hide show
  1. package/README.md +9 -1
  2. package/main.js +2338 -2204
  3. package/package.json +1 -1
  4. package/styles.css +36 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paymob-pixel-alpha",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "keywords": ["paymob","pixel","paymob-pixel"],
5
5
  "main": "./main.js",
6
6
  "homepage": "https://developers.paymob.com",
package/styles.css CHANGED
@@ -521,12 +521,20 @@ video {
521
521
  --tw-contain-style: ;
522
522
  }
523
523
 
524
+ .\!container {
525
+ width: 100% !important;
526
+ }
527
+
524
528
  .container {
525
529
  width: 100%;
526
530
  }
527
531
 
528
532
  @media (min-width: 640px) {
529
533
 
534
+ .\!container {
535
+ max-width: 640px !important;
536
+ }
537
+
530
538
  .container {
531
539
  max-width: 640px;
532
540
  }
@@ -534,6 +542,10 @@ video {
534
542
 
535
543
  @media (min-width: 768px) {
536
544
 
545
+ .\!container {
546
+ max-width: 768px !important;
547
+ }
548
+
537
549
  .container {
538
550
  max-width: 768px;
539
551
  }
@@ -541,6 +553,10 @@ video {
541
553
 
542
554
  @media (min-width: 1024px) {
543
555
 
556
+ .\!container {
557
+ max-width: 1024px !important;
558
+ }
559
+
544
560
  .container {
545
561
  max-width: 1024px;
546
562
  }
@@ -548,6 +564,10 @@ video {
548
564
 
549
565
  @media (min-width: 1280px) {
550
566
 
567
+ .\!container {
568
+ max-width: 1280px !important;
569
+ }
570
+
551
571
  .container {
552
572
  max-width: 1280px;
553
573
  }
@@ -555,6 +575,10 @@ video {
555
575
 
556
576
  @media (min-width: 1536px) {
557
577
 
578
+ .\!container {
579
+ max-width: 1536px !important;
580
+ }
581
+
558
582
  .container {
559
583
  max-width: 1536px;
560
584
  }
@@ -580,6 +604,10 @@ video {
580
604
  visibility: visible !important;
581
605
  }
582
606
 
607
+ .visible {
608
+ visibility: visible;
609
+ }
610
+
583
611
  .invisible {
584
612
  visibility: hidden;
585
613
  }
@@ -693,11 +721,6 @@ video {
693
721
  margin-right: auto;
694
722
  }
695
723
 
696
- .my-16 {
697
- margin-top: 4rem;
698
- margin-bottom: 4rem;
699
- }
700
-
701
724
  .my-2 {
702
725
  margin-top: 0.5rem;
703
726
  margin-bottom: 0.5rem;
@@ -717,6 +740,10 @@ video {
717
740
  margin-top: 0px !important;
718
741
  }
719
742
 
743
+ .-mt-1 {
744
+ margin-top: -0.25rem;
745
+ }
746
+
720
747
  .-mt-6 {
721
748
  margin-top: -1.5rem;
722
749
  }
@@ -2878,6 +2905,10 @@ video {
2878
2905
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2879
2906
  }
2880
2907
 
2908
+ .\[\&\>\*\]\:flex-1>* {
2909
+ flex: 1 1 0%;
2910
+ }
2911
+
2881
2912
  .\[\&\>div\:nth-child\(even\)\]\:w-\[calc\(100\%-1px\)\]>div:nth-child(even) {
2882
2913
  width: calc(100% - 1px);
2883
2914
  }
@@ -2942,7 +2973,3 @@ video {
2942
2973
  .\[\&_input\]\:pl-6 input {
2943
2974
  padding-left: 1.5rem;
2944
2975
  }
2945
-
2946
- .\[\&_svg\]\:fill-gray-700 svg {
2947
- fill: #344054;
2948
- }