gantt-lib 0.87.0 → 0.88.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
@@ -507,7 +507,6 @@
507
507
  top: 0;
508
508
  width: 20px;
509
509
  height: 100%;
510
- cursor: ew-resize;
511
510
  pointer-events: auto;
512
511
  z-index: 10;
513
512
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.87.0",
3
+ "version": "0.88.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {