sag_components 1.0.244 → 1.0.246
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.
|
@@ -87,7 +87,7 @@ var OneColumnContainer = function OneColumnContainer(_ref) {
|
|
|
87
87
|
id: "InfoTextContainer",
|
|
88
88
|
width: width,
|
|
89
89
|
height: height
|
|
90
|
-
}, /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTitleLabel, {
|
|
90
|
+
}, infoTitle && /*#__PURE__*/_react.default.createElement(_OneColumnContainer.InfoTitleLabel, {
|
|
91
91
|
id: "InfoTitleLabel",
|
|
92
92
|
dangerouslySetInnerHTML: {
|
|
93
93
|
__html: infoTitle
|
|
@@ -22,9 +22,9 @@ var InfoTextContainer = _styledComponents.default.div(_templateObject2 || (_temp
|
|
|
22
22
|
exports.InfoTextContainer = InfoTextContainer;
|
|
23
23
|
var InfoTitleLabel = _styledComponents.default.div(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n font-weight: 600;\n color: black;\n margin: 0px 0px 10px 0px;\n font-size: 18px;\n line-height: 32px;\n /* overflow: scroll; */\n overflow: hidden;\n"])));
|
|
24
24
|
exports.InfoTitleLabel = InfoTitleLabel;
|
|
25
|
-
var InfoTextLabel = _styledComponents.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n color: black;\n font-size: 14px;\n line-height:
|
|
25
|
+
var InfoTextLabel = _styledComponents.default.div(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n color: black;\n font-size: 14px;\n line-height: 20px;\n font-weight: 400;\n\n /* overflow: scroll; */\n overflow: hidden;\n"])));
|
|
26
26
|
exports.InfoTextLabel = InfoTextLabel;
|
|
27
|
-
var IconContainer = _styledComponents.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n width:
|
|
27
|
+
var IconContainer = _styledComponents.default.div(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n width: 16px;\n height: 16px;\n position: absolute;\n margin-top: 10px;\n margin-right: 10px;\n top: 0;\n right: 0;\n"])));
|
|
28
28
|
exports.IconContainer = IconContainer;
|
|
29
29
|
var LoadingDiv = _styledComponents.default.div(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n margin-top: 20px;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n width: 76%;\n height: 65%;\n"])));
|
|
30
30
|
exports.LoadingDiv = LoadingDiv;
|