paymob-pixel-alpha 1.0.6 → 1.0.8

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 -3
  2. package/main.js +2114 -2068
  3. package/package.json +1 -1
  4. package/styles.css +32 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paymob-pixel-alpha",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
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
  }
@@ -712,6 +736,10 @@ video {
712
736
  margin-top: 0px !important;
713
737
  }
714
738
 
739
+ .-mt-1 {
740
+ margin-top: -0.25rem;
741
+ }
742
+
715
743
  .-mt-6 {
716
744
  margin-top: -1.5rem;
717
745
  }
@@ -2873,6 +2901,10 @@ video {
2873
2901
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2874
2902
  }
2875
2903
 
2904
+ .\[\&\>\*\]\:flex-1>* {
2905
+ flex: 1 1 0%;
2906
+ }
2907
+
2876
2908
  .\[\&\>div\:nth-child\(even\)\]\:w-\[calc\(100\%-1px\)\]>div:nth-child(even) {
2877
2909
  width: calc(100% - 1px);
2878
2910
  }