gantt-task-react-v 1.0.27 → 1.0.29

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.
@@ -13146,12 +13146,12 @@ const TaskGanttContentInner = (props) => {
13146
13146
  ] });
13147
13147
  };
13148
13148
  const TaskGanttContent = memo(TaskGanttContentInner);
13149
- const ganttVerticalContainer = "_ganttVerticalContainer_1xboz_1";
13150
- const horizontalContainer = "_horizontalContainer_1xboz_81";
13151
- const ganttHeader = "_ganttHeader_1xboz_97";
13152
- const ganttBodyScroll = "_ganttBodyScroll_1xboz_107";
13153
- const wrapper = "_wrapper_1xboz_123";
13154
- const calendarDragging = "_calendarDragging_1xboz_153";
13149
+ const ganttVerticalContainer = "_ganttVerticalContainer_18oi6_1";
13150
+ const horizontalContainer = "_horizontalContainer_18oi6_81";
13151
+ const ganttHeader = "_ganttHeader_18oi6_97";
13152
+ const ganttBodyScroll = "_ganttBodyScroll_18oi6_107";
13153
+ const wrapper = "_wrapper_18oi6_121";
13154
+ const calendarDragging = "_calendarDragging_18oi6_151";
13155
13155
  const styles$2 = {
13156
13156
  ganttVerticalContainer,
13157
13157
  horizontalContainer,
@@ -13163,12 +13163,12 @@
13163
13163
  ] });
13164
13164
  };
13165
13165
  const TaskGanttContent = React.memo(TaskGanttContentInner);
13166
- const ganttVerticalContainer = "_ganttVerticalContainer_1xboz_1";
13167
- const horizontalContainer = "_horizontalContainer_1xboz_81";
13168
- const ganttHeader = "_ganttHeader_1xboz_97";
13169
- const ganttBodyScroll = "_ganttBodyScroll_1xboz_107";
13170
- const wrapper = "_wrapper_1xboz_123";
13171
- const calendarDragging = "_calendarDragging_1xboz_153";
13166
+ const ganttVerticalContainer = "_ganttVerticalContainer_18oi6_1";
13167
+ const horizontalContainer = "_horizontalContainer_18oi6_81";
13168
+ const ganttHeader = "_ganttHeader_18oi6_97";
13169
+ const ganttBodyScroll = "_ganttBodyScroll_18oi6_107";
13170
+ const wrapper = "_wrapper_18oi6_121";
13171
+ const calendarDragging = "_calendarDragging_18oi6_151";
13172
13172
  const styles$2 = {
13173
13173
  ganttVerticalContainer,
13174
13174
  horizontalContainer,
package/dist/style.css CHANGED
@@ -583,7 +583,7 @@
583
583
  user-select: none;
584
584
  stroke-width: 0;
585
585
  }
586
- ._ganttVerticalContainer_1xboz_1 {
586
+ ._ganttVerticalContainer_18oi6_1 {
587
587
  display: flex;
588
588
  flex-direction: column;
589
589
  overflow-x: auto;
@@ -599,16 +599,16 @@
599
599
  max-width: 100%;
600
600
  }
601
601
 
602
- ._ganttVerticalContainer_1xboz_1::-webkit-scrollbar {
602
+ ._ganttVerticalContainer_18oi6_1::-webkit-scrollbar {
603
603
  width: 1rem;
604
604
  height: 1rem;
605
605
  }
606
606
 
607
- ._ganttVerticalContainer_1xboz_1::-webkit-scrollbar-corner {
607
+ ._ganttVerticalContainer_18oi6_1::-webkit-scrollbar-corner {
608
608
  background: transparent;
609
609
  }
610
610
 
611
- ._ganttVerticalContainer_1xboz_1::-webkit-scrollbar-thumb {
611
+ ._ganttVerticalContainer_18oi6_1::-webkit-scrollbar-thumb {
612
612
  border: 4px solid transparent;
613
613
  /*noinspection CssUnresolvedCustomProperty*/
614
614
  background: var(--gantt-scrollbar-thumb-color);
@@ -616,14 +616,14 @@
616
616
  background-clip: padding-box;
617
617
  }
618
618
 
619
- ._ganttVerticalContainer_1xboz_1::-webkit-scrollbar-thumb:hover {
619
+ ._ganttVerticalContainer_18oi6_1::-webkit-scrollbar-thumb:hover {
620
620
  border: 2px solid transparent;
621
621
  /*noinspection CssUnresolvedCustomProperty*/
622
622
  background: var(--gantt-scrollbar-thumb-color);
623
623
  background-clip: padding-box;
624
624
  }
625
625
 
626
- ._horizontalContainer_1xboz_81 {
626
+ ._horizontalContainer_18oi6_81 {
627
627
  margin: 0;
628
628
  padding: 0;
629
629
  overflow: hidden;
@@ -631,20 +631,19 @@
631
631
  min-height: 0;
632
632
  }
633
633
 
634
- ._ganttHeader_1xboz_97 {
634
+ ._ganttHeader_18oi6_97 {
635
635
  flex: 0 0 auto;
636
636
  z-index: 3;
637
637
  }
638
638
 
639
- ._ganttBodyScroll_1xboz_107 {
639
+ ._ganttBodyScroll_18oi6_107 {
640
640
  flex: 1 1 auto;
641
- overflow-y: auto;
642
- overflow-x: hidden;
641
+ overflow: hidden;
643
642
  min-height: 0;
644
643
  height: 100%;
645
644
  }
646
645
 
647
- ._wrapper_1xboz_123 {
646
+ ._wrapper_18oi6_121 {
648
647
  display: flex;
649
648
  padding: 0;
650
649
  margin: 0;
@@ -659,7 +658,7 @@
659
658
  overflow: hidden;
660
659
  }
661
660
 
662
- ._calendarDragging_1xboz_153 {
661
+ ._calendarDragging_18oi6_151 {
663
662
  cursor: grabbing;
664
663
  }
665
664
  /*noinspection CssUnresolvedCustomProperty*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-task-react-v",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "Interactive Gantt Chart for React with TypeScript.",
5
5
  "author": "aguilanbon",
6
6
  "homepage": "https://github.com/aguilanbon/gantt-task-react-v",