coinley-checkout 0.1.7 → 0.1.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.
package/dist/style.css CHANGED
@@ -800,6 +800,9 @@ video {
800
800
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
801
801
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
802
802
  }
803
+ .overflow-auto {
804
+ overflow: auto;
805
+ }
803
806
  .overflow-y-auto {
804
807
  overflow-y: auto;
805
808
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinley-checkout",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "A React SDK for Coinley cryptocurrency payment processing",
5
5
  "main": "dist/coinley-checkout.umd.js",
6
6
  "module": "dist/coinley-checkout.es.js",