paymob-pixel-alpha 1.1.57 → 1.1.58

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/main.css +8 -5
  2. package/main.js +13618 -13246
  3. package/package.json +1 -1
  4. package/styles.css +1 -1
package/main.css CHANGED
@@ -4783,11 +4783,14 @@ p,h3{margin:0}.modal-header_modal-header__CaU0q{padding:1.5rem;border-bottom:.06
4783
4783
  right: 0;
4784
4784
  height: 100%;
4785
4785
  background-repeat: no-repeat;
4786
- background-image: linear-gradient(
4787
- 90deg,
4788
- var(--base-color),
4789
- var(--highlight-color),
4790
- var(--base-color)
4786
+ background-image: var(
4787
+ --custom-highlight-background,
4788
+ linear-gradient(
4789
+ 90deg,
4790
+ var(--base-color) 0%,
4791
+ var(--highlight-color) 50%,
4792
+ var(--base-color) 100%
4793
+ )
4791
4794
  );
4792
4795
  transform: translateX(-100%);
4793
4796