gantt-lib 0.115.0 → 0.115.2

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
@@ -1007,6 +1007,7 @@
1007
1007
  padding-left: 0;
1008
1008
  }
1009
1009
  .gantt-tl-row-parent {
1010
+ background-color: var(--gantt-plan-fact-parent-row-background, rgba(148, 163, 184, 0.22));
1010
1011
  font-weight: 600;
1011
1012
  --gantt-tl-name-actions-bg: inherit;
1012
1013
  }
@@ -3544,6 +3545,7 @@
3544
3545
  box-shadow: inset 0 calc(-1 * var(--gantt-pf-row-line-width)) 0 var(--gantt-pf-row-line-color);
3545
3546
  }
3546
3547
  .gantt-pf-row-parent {
3548
+ background-color: var(--gantt-plan-fact-parent-row-background, rgba(148, 163, 184, 0.22));
3547
3549
  background-image:
3548
3550
  linear-gradient(
3549
3551
  to right,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.115.0",
3
+ "version": "0.115.2",
4
4
  "description": "React scheduling UI library for Gantt charts, resource planners, and table-matrix views",
5
5
  "license": "MIT",
6
6
  "repository": {