next-helios-fe 1.8.60 → 1.8.62

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.8.60",
3
+ "version": "1.8.62",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -189,7 +189,7 @@ export const Tooltip: React.FC<TooltipProps> = ({
189
189
  <div
190
190
  ref={tooltipRef}
191
191
  className={`absolute z-50 duration-200 transition-opacity ${
192
- visible ? "opacity-100" : "opacity-0 pointer-events-none"
192
+ visible ? "" : "hidden pointer-events-none"
193
193
  } ${options?.enableHover ? "" : "pointer-events-none"}`}
194
194
  style={getTooltipPosition()}
195
195
  >