sag_components 1.0.164 → 1.0.166

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.
@@ -88,8 +88,11 @@ var OneColumnContainer = function OneColumnContainer(_ref) {
88
88
  width: width,
89
89
  height: height
90
90
  }, /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTitleLabel, {
91
- id: "infoTitleLabel"
92
- }, " ", infoTitle), /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextLabel, {
91
+ id: "InfoTitleLabel",
92
+ dangerouslySetInnerHTML: {
93
+ __html: infoTitle
94
+ }
95
+ }), /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTextLabel, {
93
96
  id: "InfoTextLabel",
94
97
  dangerouslySetInnerHTML: {
95
98
  __html: infoText
@@ -36,7 +36,7 @@ var FormattedValue = _styledComponents.default.div(_templateObject9 || (_templat
36
36
  exports.FormattedValue = FormattedValue;
37
37
  var DoughnutChartAndLegendContainer = _styledComponents.default.div(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: row;\n width: 90%;\n height: 37%;\n margin-top: 1em; // 35px;\n margin-bottom: 1em; // 35px;\n"])));
38
38
  exports.DoughnutChartAndLegendContainer = DoughnutChartAndLegendContainer;
39
- var DoughnutChart = _styledComponents.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n width: 34%;\n height: 100%;\n"])));
39
+ var DoughnutChart = _styledComponents.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n width: 34%;\n height: 100%;\n min-width: 90px;\n min-height: 90px;\n"])));
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.164",
3
+ "version": "1.0.166",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {