gantt-lib 0.63.0 → 0.64.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
@@ -1071,9 +1071,6 @@
1071
1071
  .gantt-tl-name-input:focus {
1072
1072
  box-shadow: 0 2px 10px rgba(59, 130, 246, 0.3);
1073
1073
  }
1074
- .gantt-tl-name-locked {
1075
- cursor: default !important;
1076
- }
1077
1074
  .gantt-tl-name-color-stripe {
1078
1075
  position: absolute;
1079
1076
  right: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.63.0",
3
+ "version": "0.64.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {