sag_components 1.0.161 → 1.0.162

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.
@@ -42,17 +42,17 @@ var LegendContainer = _styledComponents.default.div(_templateObject12 || (_templ
42
42
  exports.LegendContainer = LegendContainer;
43
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"])));
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%;\n margin-left: 0.1rem;\n flex-direction: column;\n"])));
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
- var LegendFormatedValueContainer = _styledComponents.default.div(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: row;\n width: 100%;\n height: 50%;\n"])));
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;
49
49
  var LegendColorRectangle = _styledComponents.default.div(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["\n width: 0.8rem;\n height: 0.7rem;\n margin-right: 0.3rem;\n background: ", ";\n"])), function (props) {
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: 0.8rem;\n width: 100%;\n height: 50%;\n"])));
53
+ var LegendTitle = _styledComponents.default.div(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 400;\n font-size: 0.8rem;\n //width: 100%;\n //height: 50%;\n"])));
54
54
  exports.LegendTitle = LegendTitle;
55
- var LegendCurrencySign = _styledComponents.default.div(_templateObject18 || (_templateObject18 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 600;\n font-size: 0.8rem;\n"])));
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;
57
- var LegendFormattedValue = _styledComponents.default.div(_templateObject19 || (_templateObject19 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 600;\n font-size: 0.8rem;\n"])));
57
+ var LegendFormattedValue = _styledComponents.default.div(_templateObject19 || (_templateObject19 = (0, _taggedTemplateLiteral2.default)(["\n /* font-weight: 600;\n font-size: 0.8rem; */\n"])));
58
58
  exports.LegendFormattedValue = LegendFormattedValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.161",
3
+ "version": "1.0.162",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {