diff --git a/package-lock.json b/package-lock.json index 385e334..86b15df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@svar-ui/react-gantt", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@svar-ui/react-gantt", - "version": "2.3.1", + "version": "2.3.2", "license": "GPL-3.0", "dependencies": { "@svar-ui/gantt-data-provider": "2.3.0", diff --git a/package.json b/package.json index d3a1552..3bf48e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svar-ui/react-gantt", - "version": "2.3.1", + "version": "2.3.2", "description": "A customizable, high-performance React Gantt chart component for building project timelines.", "productTag": "gantt", "type": "module", @@ -11,14 +11,14 @@ "react-gantt", "gantt-react", "gantt", - "gantt-chart", - "react-gantt-chart", - "gantt-chart-component", - "gantt-diagram", - "react-gantt-component", - "svar widgets", + "gantt-chart", + "react-gantt-chart", + "gantt-chart-component", + "gantt-diagram", + "react-gantt-component", + "svar widgets", "svar-react", - "timeline", + "timeline", "typescript" ], "license": "GPL-3.0", diff --git a/src/widgets/Tooltip.jsx b/src/widgets/Tooltip.jsx index 52986ed..5ab9f07 100644 --- a/src/widgets/Tooltip.jsx +++ b/src/widgets/Tooltip.jsx @@ -128,7 +128,7 @@ function Tooltip(props) { style={{ top: `${pos.top}px`, left: `${pos.left}px` }} > {Content ? ( - + ) : pos.text ? (
{pos.text}
) : null}