gantt-lib 0.64.0 → 0.70.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
@@ -448,6 +448,16 @@
448
448
  transition: box-shadow 0.15s ease;
449
449
  cursor: grab;
450
450
  }
451
+ .gantt-tr-milestone {
452
+ border-radius: 2px;
453
+ overflow: visible;
454
+ transform: translateY(-50%) rotate(45deg);
455
+ transform-origin: center;
456
+ box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 15%, transparent);
457
+ }
458
+ .gantt-tr-milestone:hover {
459
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
460
+ }
451
461
  .gantt-tr-taskBar:hover {
452
462
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
453
463
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.64.0",
3
+ "version": "0.70.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {