@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 CHANGED
@@ -27526,7 +27526,7 @@ ${prettyStateOverride(stateOverride)}`;
27526
27526
  document.removeEventListener("touchend", cancelHold);
27527
27527
  };
27528
27528
  card.addEventListener("remove", cleanup);
27529
- let gwOverlay = null, balTimer = null;
27529
+ let balEl = null, gwOverlay = null, balTimer = null;
27530
27530
  function depIcon() {
27531
27531
  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>';
27532
27532
  }