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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -8023,6 +8023,7 @@ var IconTooltip = function IconTooltip(_ref12) {
|
|
|
8023
8023
|
}
|
|
8024
8024
|
}, [tooltipCSS === null || tooltipCSS === void 0 ? void 0 : tooltipCSS.position, icon === null || icon === void 0 ? void 0 : icon.size]);
|
|
8025
8025
|
var handleMouseEnter = function handleMouseEnter() {
|
|
8026
|
+
if (!infoText) return;
|
|
8026
8027
|
updateTooltipPosition();
|
|
8027
8028
|
setShowTooltip(true);
|
|
8028
8029
|
};
|