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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -6110,8 +6110,8 @@ var Badge = function Badge(_ref8) {
|
|
|
6110
6110
|
"$width": 'fit-content',
|
|
6111
6111
|
"$gap": '4px',
|
|
6112
6112
|
"$position": 'relative',
|
|
6113
|
-
onMouseEnter: tooltipText
|
|
6114
|
-
onMouseLeave: tooltipText
|
|
6113
|
+
onMouseEnter: tooltipText ? handleMouseEnter : undefined,
|
|
6114
|
+
onMouseLeave: tooltipText ? handleMouseLeave : undefined
|
|
6115
6115
|
}, (icon || image) && React.createElement(TooltipWrapper, null, image ? React.createElement("img", {
|
|
6116
6116
|
src: image.src,
|
|
6117
6117
|
alt: image.img_alt,
|