@nibgate/sdk 0.2.39 → 0.2.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nibgate/sdk",
3
- "version": "0.2.39",
3
+ "version": "0.2.40",
4
4
  "description": "Framework-agnostic browser and server package for creator-owned gated content, unlock events, and receipts.",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -425,10 +425,9 @@ export function renderDefaultGatewayWalletUI(container, options = {}) {
425
425
  <div style="display:flex;gap:12px;margin-bottom:20px">
426
426
  <div data-gw-wallet-card style="flex:1;background:${theme.bg};border:1px solid ${theme.border};border-radius:12px;padding:16px">
427
427
  <div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:4px">
428
- <div></div>
428
+ <div data-gw-wallet-addr class="nui-mono" style="font-size:13px;color:${theme.muted}"></div>
429
429
  <span data-gw-connect-label style="font-size:12px;font-weight:600;color:${theme.accent}">Connected</span>
430
430
  </div>
431
- <div data-gw-wallet-addr class="nui-mono" style="font-size:13px;color:${theme.muted};margin-bottom:4px"></div>
432
431
  <div data-gw-wallet-balance class="nui-mono" style="font-size:24px;font-weight:700;color:${theme.fg}">—</div>
433
432
  </div>
434
433
  <div style="flex:1;background:${theme.bg};border:1px solid ${theme.border};border-radius:12px;padding:16px">