sag_components 1.0.412 → 1.0.414
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.
|
@@ -28,7 +28,7 @@ const KpiFilter = props => {
|
|
|
28
28
|
buttonsBackgroundColorChecked,
|
|
29
29
|
buttonsBackgroundColorUnchecked,
|
|
30
30
|
onClick,
|
|
31
|
-
onClickIncludeBenchmark,
|
|
31
|
+
// onClickIncludeBenchmark,
|
|
32
32
|
onClickPeriod
|
|
33
33
|
} = props;
|
|
34
34
|
const DEFAULT_PERIOD = {
|
|
@@ -311,6 +311,6 @@ KpiFilter.defaultProps = {
|
|
|
311
311
|
buttonsBackgroundColorChecked: "#E9F1FF",
|
|
312
312
|
buttonsBackgroundColorUnchecked: "#F2F2F2",
|
|
313
313
|
onClick: () => {},
|
|
314
|
-
onClickIncludeBenchmark: () => {},
|
|
314
|
+
// onClickIncludeBenchmark: () => {},
|
|
315
315
|
onClickPeriod: () => {}
|
|
316
316
|
};
|
|
@@ -13,7 +13,7 @@ const MainContainer = exports.MainContainer = _styledComponents.default.div(_tem
|
|
|
13
13
|
}, props => {
|
|
14
14
|
return props.height;
|
|
15
15
|
});
|
|
16
|
-
const PanelContainer = exports.PanelContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 12px;\n background: #ffffff;\n padding:
|
|
16
|
+
const PanelContainer = exports.PanelContainer = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n border-radius: 12px;\n background: #ffffff;\n padding: 1rem 1rem 0.3rem 1rem;\n font-weight: 400;\n font-size: 14px;\n line-height: 19px;\n white-space: pre-wrap;\n overflow: hidden;\n width: 100%;\n"])));
|
|
17
17
|
const MainTitleContainer = exports.MainTitleContainer = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-content: center;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n"])));
|
|
18
18
|
const MainTitle = exports.MainTitle = _styledComponents.default.h4(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 500;\n font-size: 18px;\n margin: 5px;\n @media (max-width: 1536px) {\n font-size: 14px;\n }\n @media (max-width: 1366px) {\n font-size: 12px;\n }\n"])));
|
|
19
19
|
const ColumnTitle = exports.ColumnTitle = _styledComponents.default.h4(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 600;\n font-size: 14px;\n margin: 5px;\n @media (max-width: 1536px) {\n font-size: 11px;\n }\n @media (max-width: 1366px) {\n font-size: 10px;\n }\n"])));
|