sag_components 1.0.350 → 1.0.352
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.
|
@@ -48,8 +48,8 @@ var PerformanceAnalyticsLegend = exports.PerformanceAnalyticsLegend = function P
|
|
|
48
48
|
};
|
|
49
49
|
var _default = exports.default = PerformanceAnalyticsLegend;
|
|
50
50
|
PerformanceAnalyticsLegend.defaultProps = {
|
|
51
|
-
width:
|
|
52
|
-
height:
|
|
51
|
+
width: '',
|
|
52
|
+
height: '',
|
|
53
53
|
legendData: [{
|
|
54
54
|
title: '',
|
|
55
55
|
iconType: ICON_TYPE_SQUARE,
|
|
@@ -57,8 +57,8 @@ var PerformanceAnalyticsTotals = exports.PerformanceAnalyticsTotals = function P
|
|
|
57
57
|
var _default = exports.default = PerformanceAnalyticsTotals;
|
|
58
58
|
PerformanceAnalyticsTotals.defaultProps = {
|
|
59
59
|
textcolor: '#212121',
|
|
60
|
-
width: '
|
|
61
|
-
height: '
|
|
60
|
+
width: '',
|
|
61
|
+
height: '',
|
|
62
62
|
totalsData: [{
|
|
63
63
|
title: '',
|
|
64
64
|
value: '',
|
|
@@ -8,7 +8,7 @@ exports.TotalsDataContainer = exports.TitleAndValueContainer = exports.Title = e
|
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
9
9
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
10
10
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10;
|
|
11
|
-
var ControlsContainer = exports.ControlsContainer = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n font-family: \"Poppins\", sans-serif;\n font-
|
|
11
|
+
var ControlsContainer = exports.ControlsContainer = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n font-family: \"Poppins\", sans-serif;\n font-size: ", ";\n color: ", ";\n width: ", ";\n height: ", ";\n border-radius: 12px;\n align-self: center;\n\n > * {\n box-sizing: border-box;\n }\n"])), function (props) {
|
|
12
12
|
return props.rootFont;
|
|
13
13
|
}, function (props) {
|
|
14
14
|
return props.textColor;
|