gantt-lib 0.86.1 → 0.87.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
@@ -939,6 +939,20 @@
939
939
  .gantt-tl-cell:last-child {
940
940
  border-right: none;
941
941
  }
942
+ .gantt-tl-cell-selection {
943
+ width: 36px;
944
+ min-width: 36px;
945
+ flex-shrink: 0;
946
+ justify-content: center;
947
+ padding: 0;
948
+ }
949
+ .gantt-tl-selection-checkbox {
950
+ width: 16px;
951
+ height: 16px;
952
+ margin: 0;
953
+ accent-color: #2563eb;
954
+ cursor: pointer;
955
+ }
942
956
  .gantt-tl-cell-number {
943
957
  width: 32px;
944
958
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.86.1",
3
+ "version": "0.87.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {