gantt-lib 0.83.0 → 0.85.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
@@ -2243,6 +2243,19 @@
2243
2243
  background: #f4f8ff;
2244
2244
  box-shadow: inset 0 0 0 9999px rgba(9, 30, 66, 0.015);
2245
2245
  }
2246
+ .gantt-resourceTimeline-resourceHeaderInactive {
2247
+ color: #6b778c;
2248
+ }
2249
+ .gantt-resourceTimeline-resourceHeaderInactive .gantt-resourceTimeline-resourceNumber,
2250
+ .gantt-resourceTimeline-resourceHeaderInactive .gantt-resourceTimeline-resourceNameButton,
2251
+ .gantt-resourceTimeline-resourceHeaderInactive .gantt-resourceTimeline-resourceAssignments,
2252
+ .gantt-resourceTimeline-resourceHeaderInactive .gantt-resourceTimeline-resourceScopeChip {
2253
+ color: #6b778c;
2254
+ }
2255
+ .gantt-resourceTimeline-resourceHeaderInactive .gantt-resourceTimeline-resourceTypeIconButton,
2256
+ .gantt-resourceTimeline-resourceHeaderInactive .gantt-resourceTimeline-resourceMenuButton {
2257
+ opacity: 0.7;
2258
+ }
2246
2259
  .gantt-resourceTimeline-resourceHeaderNew {
2247
2260
  align-items: center;
2248
2261
  padding-top: 0;
@@ -2301,6 +2314,18 @@
2301
2314
  white-space: normal;
2302
2315
  overflow-wrap: anywhere;
2303
2316
  }
2317
+ .gantt-resourceTimeline-resourceNameContent {
2318
+ display: inline-flex;
2319
+ min-width: 0;
2320
+ max-width: 100%;
2321
+ flex-wrap: wrap;
2322
+ align-items: center;
2323
+ gap: 6px;
2324
+ }
2325
+ .gantt-resourceTimeline-resourceNameText {
2326
+ min-width: 0;
2327
+ overflow-wrap: anywhere;
2328
+ }
2304
2329
  .gantt-resourceTimeline-resourceNameButton:hover,
2305
2330
  .gantt-resourceTimeline-resourceNameButton:focus-visible {
2306
2331
  outline: none;
@@ -2316,6 +2341,20 @@
2316
2341
  height: 32px;
2317
2342
  font-size: 0.8rem;
2318
2343
  }
2344
+ .gantt-resourceTimeline-resourceStatusMarker {
2345
+ display: inline-flex;
2346
+ align-items: center;
2347
+ color: #5e6c84;
2348
+ flex: 0 0 auto;
2349
+ }
2350
+ .gantt-resourceTimeline-resourceStatusIcon {
2351
+ flex: 0 0 auto;
2352
+ fill: none;
2353
+ stroke: currentColor;
2354
+ stroke-linecap: round;
2355
+ stroke-linejoin: round;
2356
+ stroke-width: 2;
2357
+ }
2319
2358
  .gantt-resourceTimeline-resourceTypeIconButton {
2320
2359
  display: inline-flex;
2321
2360
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.83.0",
3
+ "version": "0.85.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {