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/index.css.map +1 -1
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +5 -3
- package/package.json +1 -1
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,
|
|
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:
|
|
3621
|
+
background: rgb(244 113 143 / 30%);
|
|
3620
3622
|
color: #dc2626;
|
|
3621
3623
|
}
|
|
3622
3624
|
.gantt-pf-cell-active {
|