sag_components 1.0.169 → 1.0.171

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.
@@ -39,6 +39,8 @@ var Datepicker = function Datepicker(_ref) {
39
39
  if (value) {
40
40
  console.log("value", value);
41
41
  setvalueState((0, _dayjs.default)(value));
42
+ } else {
43
+ setvalueState(null);
42
44
  }
43
45
  }, [value]);
44
46
  var getTextFieldStyle = function getTextFieldStyle() {
@@ -47,19 +49,23 @@ var Datepicker = function Datepicker(_ref) {
47
49
  return {
48
50
  "& .MuiOutlinedInput-root": {
49
51
  borderRadius: "12px",
52
+ fontSize: "14px",
50
53
  width: width,
51
54
  legend: {
52
55
  marginLeft: "6px"
53
56
  }
54
57
  },
55
58
  "& .MuiAutocomplete-inputRoot": {
59
+ fontSize: "14px",
56
60
  paddingLeft: "10px !important",
57
61
  borderRadius: "12px"
58
62
  },
59
63
  "& .MuiInputLabel-outlined": {
64
+ fontSize: "14px",
60
65
  paddingLeft: "10px"
61
66
  },
62
67
  "& .MuiInputLabel-shrink": {
68
+ fontSize: "14px",
63
69
  marginLeft: "1px",
64
70
  paddingLeft: "4px",
65
71
  paddingRight: 0,
@@ -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 min-width: 90px;\n min-height: 90px;\n"])));
39
+ var DoughnutChart = _styledComponents.default.div(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n width: 34%;\n height: 100%;\n min-width: 96px;\n min-height: 96px;\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.169",
3
+ "version": "1.0.171",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {