@pooflabs/web 0.0.49 → 0.0.50

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.
@@ -13072,7 +13072,7 @@ async function loadDependencies() {
13072
13072
  const [reactModule, reactDomModule, phantomModule] = await Promise.all([
13073
13073
  import('react'),
13074
13074
  import('react-dom/client'),
13075
- Promise.resolve().then(function () { return require('./index-BM6eGmtn.js'); })
13075
+ Promise.resolve().then(function () { return require('./index-CcTRxMfo.js'); })
13076
13076
  ]);
13077
13077
  // Extract default export from ESM module namespace
13078
13078
  // Dynamic import() returns { default: Module, ...exports }, not the module directly
@@ -13370,7 +13370,7 @@ class PhantomWalletProvider {
13370
13370
  let socialBtnContainer = null;
13371
13371
  let didAutoClick = false;
13372
13372
  const enhanceModal = () => {
13373
- var _a, _b;
13373
+ var _a, _b, _c;
13374
13374
  const overlayEl = ((_a = that.containerElement) === null || _a === void 0 ? void 0 : _a.querySelector('div[style*="z-index"]'))
13375
13375
  || document.querySelector('div[style*="z-index: 9999"]');
13376
13376
  const modalCard = overlayEl === null || overlayEl === void 0 ? void 0 : overlayEl.firstElementChild;
@@ -13403,6 +13403,16 @@ class PhantomWalletProvider {
13403
13403
  break;
13404
13404
  }
13405
13405
  }
13406
+ // Hide the "OR" divider that appears between injected wallet and deeplink
13407
+ const allSpans = modalCard.querySelectorAll('span');
13408
+ for (const span of allSpans) {
13409
+ if (((_c = span.textContent) === null || _c === void 0 ? void 0 : _c.trim()) === 'OR') {
13410
+ const dividerContainer = span.parentElement;
13411
+ if (dividerContainer)
13412
+ dividerContainer.style.display = 'none';
13413
+ break;
13414
+ }
13415
+ }
13406
13416
  // Inject the email login button if not already present
13407
13417
  if (socialBtnContainer || modalCard.querySelector('[data-privy-fallback-btn]'))
13408
13418
  return;
@@ -34506,4 +34516,4 @@ exports.signSessionCreateMessage = signSessionCreateMessage;
34506
34516
  exports.signTransaction = signTransaction;
34507
34517
  exports.subscribe = subscribe;
34508
34518
  exports.useAuth = useAuth;
34509
- //# sourceMappingURL=index-BluuzeCc.js.map
34519
+ //# sourceMappingURL=index-6xbUpF_l.js.map