This commit is contained in:
Marta Kowalska
2025-10-23 09:24:31 +00:00
parent 80ca059fb8
commit 41cf34bb8f
3 changed files with 11 additions and 11 deletions

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -128,7 +128,7 @@ function Tooltip(props) {
style={{ top: `${pos.top}px`, left: `${pos.left}px` }}
>
{Content ? (
<Content data={getTaskObj(tooltipData)} />
<Content data={tooltipData} />
) : pos.text ? (
<div className="wx-KG0Lwsqo wx-gantt-tooltip-text">{pos.text}</div>
) : null}