sag_components 1.0.420 → 1.0.421

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.
@@ -98,14 +98,30 @@ const TotalBenchmarkAreachart = props => {
98
98
  const endWeekRangeNumeric = Number(endWeekRange);
99
99
  return /*#__PURE__*/_react.default.createElement("g", {
100
100
  transform: "translate(".concat(x, ",").concat(y, ")")
101
- }, currentWeekNumeric >= startWeekRangeNumeric && currentWeekNumeric <= endWeekRangeNumeric ? /*#__PURE__*/_react.default.createElement("rect", {
101
+ }, currentWeekNumeric === startWeekRangeNumeric ? /*#__PURE__*/_react.default.createElement("rect", {
102
102
  x: -15,
103
103
  y: 0,
104
- width: "40",
104
+ width: "70",
105
105
  height: "18",
106
106
  rx: 9,
107
- fill: xselectedColor,
108
- fillOpacity: "0.50"
107
+ fill: xselectedColor
108
+ //fillOpacity="0.30"
109
+ }) : currentWeekNumeric > startWeekRangeNumeric && currentWeekNumeric < endWeekRangeNumeric ? /*#__PURE__*/_react.default.createElement("rect", {
110
+ x: -30,
111
+ y: 0,
112
+ width: "80",
113
+ height: "18",
114
+ rx: 9,
115
+ fill: xselectedColor
116
+ //fillOpacity="0.30"
117
+ }) : currentWeekNumeric === endWeekRangeNumeric ? /*#__PURE__*/_react.default.createElement("rect", {
118
+ x: -30,
119
+ y: 0,
120
+ width: "55",
121
+ height: "18",
122
+ rx: 9,
123
+ fill: xselectedColor
124
+ // fillOpacity="0.30"
109
125
  }) : "", /*#__PURE__*/_react.default.createElement("text", {
110
126
  x: 0,
111
127
  y: 14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.420",
3
+ "version": "1.0.421",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {