sag_components 1.0.162 → 1.0.164
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.
|
@@ -89,9 +89,12 @@ var OneColumnContainer = function OneColumnContainer(_ref) {
|
|
|
89
89
|
height: height
|
|
90
90
|
}, /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTitleLabel, {
|
|
91
91
|
id: "infoTitleLabel"
|
|
92
|
-
}, infoTitle), /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextLabel, {
|
|
93
|
-
id: "InfoTextLabel"
|
|
94
|
-
|
|
92
|
+
}, " ", infoTitle), /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextLabel, {
|
|
93
|
+
id: "InfoTextLabel",
|
|
94
|
+
dangerouslySetInnerHTML: {
|
|
95
|
+
__html: infoText
|
|
96
|
+
}
|
|
97
|
+
})), /*#__PURE__*/_react.default.createElement(_OneColumnContainer.IconContainer, {
|
|
95
98
|
id: "IconContainer",
|
|
96
99
|
onMouseEnter: function onMouseEnter() {
|
|
97
100
|
return setHover(true);
|
|
@@ -40,9 +40,9 @@ var DoughnutChart = _styledComponents.default.div(_templateObject11 || (_templat
|
|
|
40
40
|
exports.DoughnutChart = DoughnutChart;
|
|
41
41
|
var LegendContainer = _styledComponents.default.div(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n width: 66%;\n padding-left: 10px;\n flex-direction: column;\n align-items: left;\n justify-content: space-between;\n"])));
|
|
42
42
|
exports.LegendContainer = LegendContainer;
|
|
43
|
-
var LegendControlsContainer = _styledComponents.default.div(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: row
|
|
43
|
+
var LegendControlsContainer = _styledComponents.default.div(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n /* flex-direction: row; */\n align-items: center;\n /* height: 50%;\n width: 100%; */\n margin-bottom: 5px;\n"])));
|
|
44
44
|
exports.LegendControlsContainer = LegendControlsContainer;
|
|
45
|
-
var LegendTitleAndFormatedValueContainer = _styledComponents.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n //display: flex;\n width: 100%;\n height: 100
|
|
45
|
+
var LegendTitleAndFormatedValueContainer = _styledComponents.default.div(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["\n //display: flex;\n /* width: 100%;\n height: 100%; */\n margin-left: 0.1rem;\n //flex-direction: column;\n"])));
|
|
46
46
|
exports.LegendTitleAndFormatedValueContainer = LegendTitleAndFormatedValueContainer;
|
|
47
47
|
var LegendFormatedValueContainer = _styledComponents.default.div(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: row;\n /* width: 100%;\n height: 50%; */\n font-weight: 600;\n font-size: 13px;\n"])));
|
|
48
48
|
exports.LegendFormatedValueContainer = LegendFormatedValueContainer;
|
|
@@ -50,7 +50,7 @@ var LegendColorRectangle = _styledComponents.default.div(_templateObject16 || (_
|
|
|
50
50
|
return props.color;
|
|
51
51
|
});
|
|
52
52
|
exports.LegendColorRectangle = LegendColorRectangle;
|
|
53
|
-
var LegendTitle = _styledComponents.default.div(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 400;\n font-size:
|
|
53
|
+
var LegendTitle = _styledComponents.default.div(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 400;\n font-size: 13px;\n //width: 100%;\n //height: 50%;\n"])));
|
|
54
54
|
exports.LegendTitle = LegendTitle;
|
|
55
55
|
var LegendCurrencySign = _styledComponents.default.div(_templateObject18 || (_templateObject18 = (0, _taggedTemplateLiteral2.default)(["\n /* font-weight: 600;\n font-size: 0.8rem; */\n"])));
|
|
56
56
|
exports.LegendCurrencySign = LegendCurrencySign;
|