gantt-lib 0.115.2 → 0.116.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
@@ -1007,10 +1007,12 @@
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));
1011
1010
  font-weight: 600;
1012
1011
  --gantt-tl-name-actions-bg: inherit;
1013
1012
  }
1013
+ .gantt-tl-row-parent-filled {
1014
+ background-color: var(--gantt-plan-fact-parent-row-background, rgba(148, 163, 184, 0.22));
1015
+ }
1014
1016
  .gantt-tl-row-closed {
1015
1017
  color: var(--gantt-closed-row-color, #6b7280);
1016
1018
  }
@@ -3611,12 +3613,12 @@
3611
3613
  background: var(--gantt-plan-fact-plan-fill, rgb(59 130 246 / 30%));
3612
3614
  }
3613
3615
  .gantt-pf-cell-fact.gantt-pf-cell-hasValue {
3614
- background: var(--gantt-plan-fact-fact-fill, rgba(34, 197, 94, 0.14));
3616
+ background: var(--gantt-plan-fact-fact-fill, rgb(33 196 33 / 25%));
3615
3617
  color: #15803d;
3616
3618
  }
3617
3619
  .gantt-pf-cell-fact.gantt-pf-cell-factWarning,
3618
3620
  .gantt-pf-cell-factWarning {
3619
- background: rgba(244, 114, 182, 0.16);
3621
+ background: rgb(244 113 143 / 30%);
3620
3622
  color: #dc2626;
3621
3623
  }
3622
3624
  .gantt-pf-cell-active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.115.2",
3
+ "version": "0.116.0",
4
4
  "description": "React scheduling UI library for Gantt charts, resource planners, and table-matrix views",
5
5
  "license": "MIT",
6
6
  "repository": {