gantt-lib 0.88.0 → 0.88.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
@@ -2865,6 +2865,9 @@
2865
2865
  .gantt-resourceTimeline-resizeHandleEnd {
2866
2866
  right: 0;
2867
2867
  }
2868
+ .gantt-resourceTimeline-itemMoveOnly .gantt-resourceTimeline-resizeHandle {
2869
+ cursor: inherit;
2870
+ }
2868
2871
  .gantt-resourceTimeline-itemDragging {
2869
2872
  z-index: 5;
2870
2873
  cursor: grabbing;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.88.0",
3
+ "version": "0.88.2",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {