gantt-task-react-v 1.6.8 → 1.6.9
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.
|
@@ -13000,9 +13000,9 @@ const Milestone = ({
|
|
|
13000
13000
|
relationHandles
|
|
13001
13001
|
] });
|
|
13002
13002
|
};
|
|
13003
|
-
const barLabel = "
|
|
13004
|
-
const barLabelHidden = "
|
|
13005
|
-
const barLabelOutside = "
|
|
13003
|
+
const barLabel = "_barLabel_1m9it_1";
|
|
13004
|
+
const barLabelHidden = "_barLabelHidden_1m9it_33";
|
|
13005
|
+
const barLabelOutside = "_barLabelOutside_1m9it_43";
|
|
13006
13006
|
const style = {
|
|
13007
13007
|
barLabel,
|
|
13008
13008
|
barLabelHidden,
|
|
@@ -13017,9 +13017,9 @@
|
|
|
13017
13017
|
relationHandles
|
|
13018
13018
|
] });
|
|
13019
13019
|
};
|
|
13020
|
-
const barLabel = "
|
|
13021
|
-
const barLabelHidden = "
|
|
13022
|
-
const barLabelOutside = "
|
|
13020
|
+
const barLabel = "_barLabel_1m9it_1";
|
|
13021
|
+
const barLabelHidden = "_barLabelHidden_1m9it_33";
|
|
13022
|
+
const barLabelOutside = "_barLabelOutside_1m9it_43";
|
|
13023
13023
|
const style = {
|
|
13024
13024
|
barLabel,
|
|
13025
13025
|
barLabelHidden,
|
package/dist/style.css
CHANGED
|
@@ -673,11 +673,14 @@
|
|
|
673
673
|
._milestoneBackground_vcirf_11 {
|
|
674
674
|
user-select: none;
|
|
675
675
|
}
|
|
676
|
-
.
|
|
677
|
-
fill:
|
|
676
|
+
._barLabel_1m9it_1 {
|
|
677
|
+
fill: var(--gantt-secondary-text-color);
|
|
678
678
|
text-anchor: middle;
|
|
679
|
-
font-weight: lighter;
|
|
680
679
|
dominant-baseline: central;
|
|
680
|
+
stroke: white;
|
|
681
|
+
stroke-width: 4px;
|
|
682
|
+
stroke-linejoin: round;
|
|
683
|
+
paint-order: stroke;
|
|
681
684
|
-webkit-touch-callout: none;
|
|
682
685
|
-webkit-user-select: none;
|
|
683
686
|
-moz-user-select: none;
|
|
@@ -686,12 +689,12 @@
|
|
|
686
689
|
pointer-events: none;
|
|
687
690
|
}
|
|
688
691
|
|
|
689
|
-
.
|
|
692
|
+
._barLabelHidden_1m9it_33 {
|
|
690
693
|
display: none;
|
|
691
694
|
}
|
|
692
695
|
|
|
693
696
|
/*noinspection CssUnresolvedCustomProperty*/
|
|
694
|
-
.
|
|
697
|
+
._barLabelOutside_1m9it_43 {
|
|
695
698
|
fill: var(--gantt-secondary-text-color);
|
|
696
699
|
text-anchor: start;
|
|
697
700
|
stroke: white;
|
package/package.json
CHANGED