@nibgate/sdk 0.2.36 → 0.2.37

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.36",
3
+ "version": "0.2.37",
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": [
@@ -242,7 +242,7 @@ export function renderDefaultUnlockUI(container, resource, options = {}) {
242
242
  card.addEventListener('remove', cleanup);
243
243
 
244
244
  // ── Gateway balance + deposit icon ─────────────────────────────────────
245
- let gwOverlay = null, balTimer = null;
245
+ let balEl = null, gwOverlay = null, balTimer = null;
246
246
 
247
247
  function depIcon() {
248
248
  return '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline;vertical-align:middle"><path d="M12 17V3"/><path d="m6 11 6 6 6-6"/><path d="M19 21H5"/></svg>';