@thepocman/gantt-task-react 1.0.5 → 1.0.6

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.
@@ -4979,9 +4979,9 @@ const Grid = (props) => {
4979
4979
  /* @__PURE__ */ jsx(GridBody, { ...props })
4980
4980
  ] });
4981
4981
  };
4982
- const ganttTaskRoot = "_ganttTaskRoot_1g0yd_1";
4983
- const ganttTaskContent = "_ganttTaskContent_1g0yd_81";
4984
- const wrapper$2 = "_wrapper_1g0yd_107";
4982
+ const ganttTaskRoot = "_ganttTaskRoot_dpeya_1";
4983
+ const ganttTaskContent = "_ganttTaskContent_dpeya_81";
4984
+ const wrapper$2 = "_wrapper_dpeya_107";
4985
4985
  const styles$9 = {
4986
4986
  ganttTaskRoot,
4987
4987
  ganttTaskContent,
@@ -4992,9 +4992,9 @@
4992
4992
  /* @__PURE__ */ jsxRuntime.jsx(GridBody, { ...props })
4993
4993
  ] });
4994
4994
  };
4995
- const ganttTaskRoot = "_ganttTaskRoot_1g0yd_1";
4996
- const ganttTaskContent = "_ganttTaskContent_1g0yd_81";
4997
- const wrapper$2 = "_wrapper_1g0yd_107";
4995
+ const ganttTaskRoot = "_ganttTaskRoot_dpeya_1";
4996
+ const ganttTaskContent = "_ganttTaskContent_dpeya_81";
4997
+ const wrapper$2 = "_wrapper_dpeya_107";
4998
4998
  const styles$9 = {
4999
4999
  ganttTaskRoot,
5000
5000
  ganttTaskContent,
package/dist/style.css CHANGED
@@ -332,7 +332,7 @@
332
332
  stroke: #e0e0e0;
333
333
  stroke-width: 1.4;
334
334
  }
335
- ._ganttTaskRoot_1g0yd_1 {
335
+ ._ganttTaskRoot_dpeya_1 {
336
336
  display:flex;
337
337
  flex-direction: column;
338
338
  overflow-x: scroll;
@@ -343,7 +343,7 @@
343
343
  }
344
344
  /* Only chrome otherwise the firefox scrollbar has no edge*/
345
345
  @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
346
- ._ganttTaskRoot_1g0yd_1 {
346
+ ._ganttTaskRoot_dpeya_1 {
347
347
  scrollbar-width: thin;
348
348
  }
349
349
  }
@@ -372,7 +372,7 @@
372
372
  background-clip: padding-box;
373
373
  } */
374
374
 
375
- ._ganttTaskContent_1g0yd_81 {
375
+ ._ganttTaskContent_dpeya_81 {
376
376
  margin: 0;
377
377
  padding: 0;
378
378
  overflow-x: hidden;
@@ -380,12 +380,12 @@
380
380
  }
381
381
  /* Only chrome otherwise the firefox scrollbar has no edges*/
382
382
  @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
383
- ._ganttTaskContent_1g0yd_81 {
383
+ ._ganttTaskContent_dpeya_81 {
384
384
  scrollbar-width: thin;
385
385
  }
386
386
  }
387
387
 
388
- ._wrapper_1g0yd_107 {
388
+ ._wrapper_dpeya_107 {
389
389
  display:grid;
390
390
  overflow-x: hidden;
391
391
  overflow-y: hidden;
@@ -394,6 +394,7 @@
394
394
  list-style: none;
395
395
  outline: none;
396
396
  position: relative;
397
+ height: 800px;
397
398
  }
398
399
  ._hoverVisibleWrapper_11ld1_1:hover ._wrapper_11ld1_1 {
399
400
  display: initial;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thepocman/gantt-task-react",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Fork of gantt-task-react with support for grouped tasks on a single row when collapsed",
5
5
  "author": "Adrian Bueno <adrianlbueno@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/adrianlbueno/gantt-task-react#readme",