gantt-lib 0.77.0 → 0.78.0

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/styles.css CHANGED
@@ -1990,6 +1990,7 @@
1990
1990
  top: 0;
1991
1991
  z-index: 2;
1992
1992
  background: var(--gantt-cell-background, #ffffff);
1993
+ border-bottom: 1px solid var(--gantt-grid-line-color, #e0e0e0);
1993
1994
  }
1994
1995
  .gantt-resourceTimeline-grid {
1995
1996
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.77.0",
3
+ "version": "0.78.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {