coinley-checkout 0.1.9 → 0.2.0

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
@@ -499,9 +499,6 @@ video {
499
499
  [hidden]:where(:not([hidden="until-found"])) {
500
500
  display: none;
501
501
  }
502
- .static {
503
- position: static;
504
- }
505
502
  .fixed {
506
503
  position: fixed;
507
504
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinley-checkout",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
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",