oolib 2.46.0 → 2.47.0
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.
|
@@ -25,7 +25,7 @@ var inPublishedSearch_svg_1 = __importDefault(require("../../assets/images/inPub
|
|
|
25
25
|
var learningModule_svg_1 = __importDefault(require("../../assets/images/learningModule.svg"));
|
|
26
26
|
var searchListing_svg_1 = __importDefault(require("../../assets/images/searchListing.svg"));
|
|
27
27
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
28
|
-
var StyledContainer = (0, styled_components_1.default)(Container_1.Container)(templateObject_1 || (templateObject_1 = __makeTemplateObject([" \n padding: ", "; \n display: ", ";\n justify-content: 'center'; \n text-align: ", ";\n ", "{\n
|
|
28
|
+
var StyledContainer = (0, styled_components_1.default)(Container_1.Container)(templateObject_1 || (templateObject_1 = __makeTemplateObject([" \n padding: ", "; \n display: ", ";\n justify-content: 'center'; \n text-align: ", ";\n \n ", "{\n padding: ", ";\n }\n"], [" \n padding: ", "; \n display: ", ";\n justify-content: 'center'; \n text-align: ", ";\n \n ", "{\n padding: ", ";\n }\n"])), function (props) { return props.layout === "center" ? '2rem 0rem' : '4rem 0'; }, function (props) { return props.layout === "center" && "flex"; }, function (props) { return props.layout === "center" && "center"; }, (0, mixins_1.mediaQuery)("sm"), function (props) { return props.layout === "center" ? "4rem 0" : "6rem 0"; });
|
|
29
29
|
var EmptyStates = function (_a) {
|
|
30
30
|
var preset = _a.preset, actionOnClick = _a.actionOnClick, additionalActionOnClick = _a.additionalActionOnClick;
|
|
31
31
|
var _b = config_1.emptyStatesConfig[preset], img = _b.img, imgSize = _b.imgSize, title = _b.title, subTitle = _b.subTitle, action = _b.action, additionalAction = _b.additionalAction, layout = _b.layout;
|