@thepocman/gantt-task-react 1.0.23 → 1.0.25

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/style.css CHANGED
@@ -441,6 +441,27 @@
441
441
  stroke-width: 2;
442
442
  stroke-dasharray: 4;
443
443
  }
444
+ ._hoverVisibleWrapper_11ld1_1:hover ._wrapper_11ld1_1 {
445
+ display: initial;
446
+ }
447
+
448
+ ._wrapper_11ld1_1 {
449
+ cursor: pointer;
450
+ }
451
+
452
+ ._wrapper_11ld1_1:hover ._mainPath_11ld1_17 {
453
+ filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .7));
454
+ }
455
+
456
+ ._mainPath_11ld1_17 {
457
+ fill: none;
458
+ stroke-width: 1.5px;
459
+ }
460
+
461
+ ._clickZone_11ld1_35 {
462
+ fill: transparent;
463
+ stroke: transparent;
464
+ }
444
465
  ._barWrapper_1kg71_1 {
445
466
  cursor: pointer;
446
467
  outline: none;
@@ -522,27 +543,6 @@
522
543
  user-select: none;
523
544
  pointer-events: none;
524
545
  }
525
- ._hoverVisibleWrapper_11ld1_1:hover ._wrapper_11ld1_1 {
526
- display: initial;
527
- }
528
-
529
- ._wrapper_11ld1_1 {
530
- cursor: pointer;
531
- }
532
-
533
- ._wrapper_11ld1_1:hover ._mainPath_11ld1_17 {
534
- filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .7));
535
- }
536
-
537
- ._mainPath_11ld1_17 {
538
- fill: none;
539
- stroke-width: 1.5px;
540
- }
541
-
542
- ._clickZone_11ld1_35 {
543
- fill: transparent;
544
- stroke: transparent;
545
- }
546
546
  ._menuOption_z7pb4_1 {
547
547
  display: flex;
548
548
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thepocman/gantt-task-react",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
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",