labsense-ui-kit 1.4.34 → 1.4.35

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/index.js CHANGED
@@ -8028,6 +8028,7 @@ var IconTooltip = function IconTooltip(_ref12) {
8028
8028
  }
8029
8029
  }, [tooltipCSS === null || tooltipCSS === void 0 ? void 0 : tooltipCSS.position, icon === null || icon === void 0 ? void 0 : icon.size]);
8030
8030
  var handleMouseEnter = function handleMouseEnter() {
8031
+ if (!infoText) return;
8031
8032
  updateTooltipPosition();
8032
8033
  setShowTooltip(true);
8033
8034
  };