sag_components 1.0.216 → 1.0.218

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.
@@ -126,7 +126,7 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
126
126
  }, activeLabel === payload.value && /*#__PURE__*/_react.default.createElement("rect", {
127
127
  x: -10,
128
128
  y: 0,
129
- width: "26",
129
+ width: "32",
130
130
  height: "18",
131
131
  rx: 9,
132
132
  fill: xselectedColor,
@@ -136,7 +136,7 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
136
136
  y: 13,
137
137
  dx: -5,
138
138
  fill: "black",
139
- fontSize: "8px"
139
+ fontSize: "12px"
140
140
  }, payload.value));
141
141
  };
142
142
  var CustomTooltip = function CustomTooltip(_ref3) {
@@ -193,7 +193,7 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
193
193
  data: areaChartData,
194
194
  margin: {
195
195
  top: 0,
196
- right: 20,
196
+ right: 22,
197
197
  bottom: 0,
198
198
  left: 20
199
199
  }
@@ -186,7 +186,9 @@ var TotalBenchmarkBarchart = function TotalBenchmarkBarchart(_ref) {
186
186
  }, /*#__PURE__*/_react.default.createElement(_recharts.LabelList, {
187
187
  dataKey: "formattedValue1",
188
188
  position: "top",
189
- fill: textColor
189
+ fill: textColor,
190
+ fontWeight: 400,
191
+ fontSize: "14px"
190
192
  })), /*#__PURE__*/_react.default.createElement(_recharts.Bar, {
191
193
  dataKey: "value2",
192
194
  fill: getFormattedBarChartData()[0].color2,
@@ -197,7 +199,9 @@ var TotalBenchmarkBarchart = function TotalBenchmarkBarchart(_ref) {
197
199
  }, /*#__PURE__*/_react.default.createElement(_recharts.LabelList, {
198
200
  dataKey: "formattedValue2",
199
201
  position: "top",
200
- fill: textColor
202
+ fill: textColor,
203
+ fontWeight: 400,
204
+ fontSize: "14px"
201
205
  }))), getFormattedBarChartData().length > 0 ? /*#__PURE__*/_react.default.createElement(_TotalBenchmarkBarchartStyle.BottomDetailsRowContainer, {
202
206
  id: "BottomDetailsRowContainer"
203
207
  }, /*#__PURE__*/_react.default.createElement(_TotalBenchmarkBarchartStyle.BottomDetailsRowTitle, {
@@ -32,9 +32,9 @@ var FormattedValue = _styledComponents.default.div(_templateObject7 || (_templat
32
32
  exports.FormattedValue = FormattedValue;
33
33
  var BenchmarkContainer = _styledComponents.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n margin-left: 0.7em;\n width: 5.35em;\n"])));
34
34
  exports.BenchmarkContainer = BenchmarkContainer;
35
- var BarchartContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n width: 14em;\n"])));
35
+ var BarchartContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n width: 14em;\n\n"])));
36
36
  exports.BarchartContainer = BarchartContainer;
37
37
  var BottomDetailsRowContainer = _styledComponents.default.div(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: flex-start;\n justify-content: center;\n text-align: center; \n\n"])));
38
38
  exports.BottomDetailsRowContainer = BottomDetailsRowContainer;
39
- var BottomDetailsRowTitle = _styledComponents.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center; \n margin-top: 0.2em;\n width: 14em;\n font-weight: 400;\n font-size: 0.77778rem;\n"])));
39
+ var BottomDetailsRowTitle = _styledComponents.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center; \n margin-top: 0.2em;\n width: 14em;\n font-weight: 400;\n font-size: 14px;\n"])));
40
40
  exports.BottomDetailsRowTitle = BottomDetailsRowTitle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.216",
3
+ "version": "1.0.218",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {