coinley-checkout 0.1.5 → 0.1.7

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,9 +800,6 @@ 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
- }
806
803
  .overflow-y-auto {
807
804
  overflow-y: auto;
808
805
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinley-checkout",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
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",