@funnelsgrove/payments 0.7.15 → 0.7.16

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.
@@ -458,7 +458,7 @@ const solidgateCheckoutDialogStyles = `
458
458
 
459
459
  .solidgate-checkout-dialog.is-preparing {
460
460
  position: absolute;
461
- visibility: hidden;
461
+ opacity: 0;
462
462
  pointer-events: none;
463
463
  }
464
464
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnelsgrove/payments",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/The-Solid-Grove/funnelsgrove.git",