@pooflabs/web 0.0.23 → 0.0.25

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/index.esm.js CHANGED
@@ -42163,7 +42163,7 @@ const defaultPrivyConfig = {
42163
42163
  class PrivyWalletProvider {
42164
42164
  constructor(appName, appLogoUrl, privyConfig, networkUrl = null) {
42165
42165
  this.containerElement = null;
42166
- this.chainId = 'solana:devnet';
42166
+ this.chainId = 'solana:mainnet';
42167
42167
  this.root = null;
42168
42168
  this.privyMethods = null;
42169
42169
  this.privyConfig = defaultPrivyConfig;
@@ -43074,6 +43074,13 @@ class OffchainAuthProvider {
43074
43074
  }
43075
43075
  getModalStyles() {
43076
43076
  return `
43077
+ /* Ensure inert elements remain visible while being non-interactive */
43078
+ [inert] {
43079
+ visibility: visible !important;
43080
+ opacity: 1 !important;
43081
+ display: unset !important;
43082
+ }
43083
+
43077
43084
  .poofnet-modal-overlay {
43078
43085
  position: fixed;
43079
43086
  top: 0;