labsense-ui-kit 1.3.2 → 1.3.3
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -6112,7 +6112,7 @@ var Badge = function Badge(_ref8) {
|
|
|
6112
6112
|
"$position": 'relative',
|
|
6113
6113
|
onMouseEnter: tooltipText ? handleMouseEnter : undefined,
|
|
6114
6114
|
onMouseLeave: tooltipText ? handleMouseLeave : undefined
|
|
6115
|
-
}, (icon || image) && React.createElement(TooltipWrapper, null, image ? React.createElement("img", {
|
|
6115
|
+
}, (icon || image || tooltipText) && React.createElement(TooltipWrapper, null, image ? React.createElement("img", {
|
|
6116
6116
|
src: image.src,
|
|
6117
6117
|
alt: image.img_alt,
|
|
6118
6118
|
width: image.width,
|