@thepocman/gantt-task-react 1.0.27 → 1.0.28

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.
@@ -5005,7 +5005,6 @@ const GridBodyInner = ({
5005
5005
  i2,
5006
5006
  startColumnIndex
5007
5007
  )) {
5008
- console.log("Drawing divider at column", i2, "date", currentDate);
5009
5008
  const x3 = additionalLeftSpace + columnWidth * i2;
5010
5009
  console.log("debugging x:", x3);
5011
5010
  console.log("divider color", dividerColor);
@@ -5019,7 +5018,7 @@ const GridBodyInner = ({
5019
5018
  y2: ganttFullHeight,
5020
5019
  stroke: dividerColor,
5021
5020
  opacity: 0.15,
5022
- strokeWidth: 5
5021
+ strokeWidth: 2
5023
5022
  },
5024
5023
  `divider-${i2}`
5025
5024
  )
@@ -5018,7 +5018,6 @@
5018
5018
  i,
5019
5019
  startColumnIndex
5020
5020
  )) {
5021
- console.log("Drawing divider at column", i, "date", currentDate);
5022
5021
  const x2 = additionalLeftSpace + columnWidth * i;
5023
5022
  console.log("debugging x:", x2);
5024
5023
  console.log("divider color", dividerColor);
@@ -5032,7 +5031,7 @@
5032
5031
  y2: ganttFullHeight,
5033
5032
  stroke: dividerColor,
5034
5033
  opacity: 0.15,
5035
- strokeWidth: 5
5034
+ strokeWidth: 2
5036
5035
  },
5037
5036
  `divider-${i}`
5038
5037
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thepocman/gantt-task-react",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Fork of gantt-task-react with support for grouped tasks on a single row when collapsed",
5
5
  "author": "Adrian Bueno <adrianlbueno@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/adrianlbueno/gantt-task-react#readme",