@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/dist/nibgate.js +1 -1
- package/dist/nibgate.js.map +2 -2
- package/dist/nibgate.min.js +13 -13
- package/dist/nibgate.min.js.map +3 -3
- package/package.json +1 -1
- package/src/browser/default-ui.js +1 -1
package/package.json
CHANGED
|
@@ -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>';
|