labsense-ui-kit 1.4.3 → 1.4.4
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/Badge/IconTooltip.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -7271,6 +7271,7 @@ var IconTooltip = function IconTooltip(_ref11) {
|
|
|
7271
7271
|
image = _ref11.image,
|
|
7272
7272
|
infoIcon = _ref11.infoIcon,
|
|
7273
7273
|
infoText = _ref11.infoText,
|
|
7274
|
+
iconOnClick = _ref11.iconOnClick,
|
|
7274
7275
|
_ref11$tooltipCSS = _ref11.tooltipCSS,
|
|
7275
7276
|
tooltipCSS = _ref11$tooltipCSS === void 0 ? {
|
|
7276
7277
|
gap: '4px',
|
|
@@ -7286,7 +7287,8 @@ var IconTooltip = function IconTooltip(_ref11) {
|
|
|
7286
7287
|
height: image.height,
|
|
7287
7288
|
draggable: false
|
|
7288
7289
|
}) : React.createElement(Icon, Object.assign({}, icon, {
|
|
7289
|
-
cursor: 'pointer'
|
|
7290
|
+
cursor: 'pointer',
|
|
7291
|
+
onClick: iconOnClick
|
|
7290
7292
|
})), React.createElement(TooltipContainer, {
|
|
7291
7293
|
"$tooltipPosition": (_tooltipCSS$position = tooltipCSS.position) != null ? _tooltipCSS$position : 'bottomCenter',
|
|
7292
7294
|
"$minWidth": tooltipCSS.minWidth,
|