gantt-lib 0.17.2 → 0.18.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
@@ -760,48 +760,8 @@
760
760
  .gantt-tl-row-child {
761
761
  padding-left: 0;
762
762
  }
763
- .gantt-tl-hierarchy-connector {
764
- position: absolute;
765
- left: 4px;
766
- top: 0;
767
- width: 16px;
768
- height: 100%;
769
- color: #d4bceb;
770
- pointer-events: none;
771
- }
772
- .gantt-tl-hc-vline {
773
- position: absolute;
774
- left: 5px;
775
- top: 0;
776
- bottom: 0;
777
- width: 1.5px;
778
- background: currentColor;
779
- border-radius: 1px;
780
- }
781
- .gantt-tl-hierarchy-connector--last .gantt-tl-hc-vline {
782
- bottom: 50%;
783
- }
784
- .gantt-tl-hc-hline {
785
- position: absolute;
786
- left: 5px;
787
- top: calc(50% - 0.75px);
788
- width: 6px;
789
- height: 1.5px;
790
- background: currentColor;
791
- border-radius: 1px;
792
- }
793
- .gantt-tl-hc-dot {
794
- position: absolute;
795
- left: 9px;
796
- top: calc(50% - 2.5px);
797
- width: 5px;
798
- height: 5px;
799
- border-radius: 50%;
800
- background: currentColor;
801
- }
802
763
  .gantt-tl-row-parent {
803
764
  font-weight: 600;
804
- background-color: var(--gantt-parent-row-bg, #f2ebf9);
805
765
  }
806
766
  .gantt-tl-collapse-btn {
807
767
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.17.2",
3
+ "version": "0.18.0",
4
4
  "description": "Lightweight React Gantt chart component library",
5
5
  "license": "MIT",
6
6
  "repository": {