labsense-ui-kit 1.2.57 → 1.2.58
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 +4 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5926,11 +5926,10 @@ var Badge = function Badge(_ref8) {
|
|
|
5926
5926
|
"$justifyContent": 'center',
|
|
5927
5927
|
"$width": 'fit-content',
|
|
5928
5928
|
"$gap": '4px',
|
|
5929
|
-
"$position": 'relative'
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
}, React__default.createElement(Icon, {
|
|
5929
|
+
"$position": 'relative',
|
|
5930
|
+
onMouseEnter: tooltipText && icon ? handleMouseEnter : undefined,
|
|
5931
|
+
onMouseLeave: tooltipText && icon ? handleMouseLeave : undefined
|
|
5932
|
+
}, tooltipText && icon && React__default.createElement(TooltipWrapper, null, React__default.createElement(Icon, {
|
|
5934
5933
|
icon: icon.icon,
|
|
5935
5934
|
size: icon.size,
|
|
5936
5935
|
weight: icon.weight,
|