labsense-ui-kit 1.3.1 → 1.3.2

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
@@ -6114,8 +6114,8 @@ var Badge = function Badge(_ref8) {
6114
6114
  "$width": 'fit-content',
6115
6115
  "$gap": '4px',
6116
6116
  "$position": 'relative',
6117
- onMouseEnter: tooltipText && icon ? handleMouseEnter : undefined,
6118
- onMouseLeave: tooltipText && icon ? handleMouseLeave : undefined
6117
+ onMouseEnter: tooltipText ? handleMouseEnter : undefined,
6118
+ onMouseLeave: tooltipText ? handleMouseLeave : undefined
6119
6119
  }, (icon || image) && React__default.createElement(TooltipWrapper, null, image ? React__default.createElement("img", {
6120
6120
  src: image.src,
6121
6121
  alt: image.img_alt,