@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 +8 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42183,7 +42183,7 @@ const defaultPrivyConfig = {
|
|
|
42183
42183
|
class PrivyWalletProvider {
|
|
42184
42184
|
constructor(appName, appLogoUrl, privyConfig, networkUrl = null) {
|
|
42185
42185
|
this.containerElement = null;
|
|
42186
|
-
this.chainId = 'solana:
|
|
42186
|
+
this.chainId = 'solana:mainnet';
|
|
42187
42187
|
this.root = null;
|
|
42188
42188
|
this.privyMethods = null;
|
|
42189
42189
|
this.privyConfig = defaultPrivyConfig;
|
|
@@ -43094,6 +43094,13 @@ class OffchainAuthProvider {
|
|
|
43094
43094
|
}
|
|
43095
43095
|
getModalStyles() {
|
|
43096
43096
|
return `
|
|
43097
|
+
/* Ensure inert elements remain visible while being non-interactive */
|
|
43098
|
+
[inert] {
|
|
43099
|
+
visibility: visible !important;
|
|
43100
|
+
opacity: 1 !important;
|
|
43101
|
+
display: unset !important;
|
|
43102
|
+
}
|
|
43103
|
+
|
|
43097
43104
|
.poofnet-modal-overlay {
|
|
43098
43105
|
position: fixed;
|
|
43099
43106
|
top: 0;
|