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 = "_barLabel_81831_1";
13004
- const barLabelHidden = "_barLabelHidden_81831_27";
13005
- const barLabelOutside = "_barLabelOutside_81831_37";
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 = "_barLabel_81831_1";
13021
- const barLabelHidden = "_barLabelHidden_81831_27";
13022
- const barLabelOutside = "_barLabelOutside_81831_37";
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
- ._barLabel_81831_1 {
677
- fill: #fff;
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
- ._barLabelHidden_81831_27 {
692
+ ._barLabelHidden_1m9it_33 {
690
693
  display: none;
691
694
  }
692
695
 
693
696
  /*noinspection CssUnresolvedCustomProperty*/
694
- ._barLabelOutside_81831_37 {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-task-react-v",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
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",