gantt-task-react-v 1.4.9 → 1.5.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.
|
@@ -12892,9 +12892,9 @@ const Milestone = ({
|
|
|
12892
12892
|
relationHandles
|
|
12893
12893
|
] });
|
|
12894
12894
|
};
|
|
12895
|
-
const barLabel = "
|
|
12896
|
-
const barLabelHidden = "
|
|
12897
|
-
const barLabelOutside = "
|
|
12895
|
+
const barLabel = "_barLabel_81831_1";
|
|
12896
|
+
const barLabelHidden = "_barLabelHidden_81831_27";
|
|
12897
|
+
const barLabelOutside = "_barLabelOutside_81831_37";
|
|
12898
12898
|
const style = {
|
|
12899
12899
|
barLabel,
|
|
12900
12900
|
barLabelHidden,
|
|
@@ -12909,9 +12909,9 @@
|
|
|
12909
12909
|
relationHandles
|
|
12910
12910
|
] });
|
|
12911
12911
|
};
|
|
12912
|
-
const barLabel = "
|
|
12913
|
-
const barLabelHidden = "
|
|
12914
|
-
const barLabelOutside = "
|
|
12912
|
+
const barLabel = "_barLabel_81831_1";
|
|
12913
|
+
const barLabelHidden = "_barLabelHidden_81831_27";
|
|
12914
|
+
const barLabelOutside = "_barLabelOutside_81831_37";
|
|
12915
12915
|
const style = {
|
|
12916
12916
|
barLabel,
|
|
12917
12917
|
barLabelHidden,
|
package/dist/style.css
CHANGED
|
@@ -673,7 +673,7 @@
|
|
|
673
673
|
._milestoneBackground_vcirf_11 {
|
|
674
674
|
user-select: none;
|
|
675
675
|
}
|
|
676
|
-
.
|
|
676
|
+
._barLabel_81831_1 {
|
|
677
677
|
fill: #fff;
|
|
678
678
|
text-anchor: middle;
|
|
679
679
|
font-weight: lighter;
|
|
@@ -686,14 +686,18 @@
|
|
|
686
686
|
pointer-events: none;
|
|
687
687
|
}
|
|
688
688
|
|
|
689
|
-
.
|
|
689
|
+
._barLabelHidden_81831_27 {
|
|
690
690
|
display: none;
|
|
691
691
|
}
|
|
692
692
|
|
|
693
693
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
694
|
-
.
|
|
694
|
+
._barLabelOutside_81831_37 {
|
|
695
695
|
fill: var(--gantt-secondary-text-color);
|
|
696
696
|
text-anchor: start;
|
|
697
|
+
stroke: white;
|
|
698
|
+
stroke-width: 4px;
|
|
699
|
+
stroke-linejoin: round;
|
|
700
|
+
paint-order: stroke;
|
|
697
701
|
-webkit-touch-callout: none;
|
|
698
702
|
-webkit-user-select: none;
|
|
699
703
|
-moz-user-select: none;
|
package/package.json
CHANGED