sag_components 1.0.137 → 1.0.139
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.
|
@@ -132,9 +132,9 @@ var TotalBenchmarkAreachart = function TotalBenchmarkAreachart(_ref) {
|
|
|
132
132
|
data: areaChartData,
|
|
133
133
|
margin: {
|
|
134
134
|
top: 0,
|
|
135
|
-
right:
|
|
135
|
+
right: 15,
|
|
136
136
|
bottom: 0,
|
|
137
|
-
left:
|
|
137
|
+
left: 15
|
|
138
138
|
}
|
|
139
139
|
}, /*#__PURE__*/_react.default.createElement(_recharts.CartesianGrid, {
|
|
140
140
|
strokeDasharray: "3 3",
|
|
@@ -18,7 +18,7 @@ var ControlsContainer = _styledComponents.default.div(_templateObject || (_templ
|
|
|
18
18
|
return props.height;
|
|
19
19
|
});
|
|
20
20
|
exports.ControlsContainer = ControlsContainer;
|
|
21
|
-
var Controls = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n border-radius: 12px;\n background: #ffffff;\n justify-content: center; \n flex-direction: column;\n flex-basis: 100%;\n padding: 0 16px;\n justify-content: space-between;\n"])));
|
|
21
|
+
var Controls = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n border-radius: 12px;\n background: #ffffff;\n justify-content: center; \n flex-direction: column;\n flex-basis: 100%;\n padding: 0 16px;\n justify-content: space-between;\n width: 90%;\n"])));
|
|
22
22
|
exports.Controls = Controls;
|
|
23
23
|
var TitleAndValueContainer = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n \n"])));
|
|
24
24
|
exports.TitleAndValueContainer = TitleAndValueContainer;
|
|
@@ -32,7 +32,7 @@ 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 display: flex;\n margin-left: 0.7rem;\n /* width: 5.35rem; */\n"])));
|
|
34
34
|
exports.BenchmarkContainer = BenchmarkContainer;
|
|
35
|
-
var AreaChartContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n width:
|
|
35
|
+
var AreaChartContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n height: 51%;\n\n"])));
|
|
36
36
|
exports.AreaChartContainer = AreaChartContainer;
|
|
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"])));
|
|
38
38
|
exports.BottomDetailsRowContainer = BottomDetailsRowContainer;
|
|
@@ -26,7 +26,7 @@ var Title = _styledComponents.default.div(_templateObject4 || (_templateObject4
|
|
|
26
26
|
exports.Title = Title;
|
|
27
27
|
var CurrencySignAndFormattedValueContainer = _styledComponents.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: row;\n align-items: baseline;\n"])));
|
|
28
28
|
exports.CurrencySignAndFormattedValueContainer = CurrencySignAndFormattedValueContainer;
|
|
29
|
-
var CurrencySign = _styledComponents.default.div(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 500;\n font-size:
|
|
29
|
+
var CurrencySign = _styledComponents.default.div(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 500;\n font-size: 1rem;\n"])));
|
|
30
30
|
exports.CurrencySign = CurrencySign;
|
|
31
31
|
var FormattedValue = _styledComponents.default.div(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 500;\n font-size: 2.22rem;\n"])));
|
|
32
32
|
exports.FormattedValue = FormattedValue;
|