@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
21 lines (20 loc) • 2.14 kB
JavaScript
"use strict";
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.FooterTextContainer = exports.FooterSocialIconsContainer = exports.FooterMenuContainer = exports.FooterContainer = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
var type_1 = require("./type");
exports.FooterContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n padding: 3em;\n"], ["\n background-color: ", ";\n padding: 3em;\n"])), function (_a) {
var theme = _a.theme, type = _a.type;
return (type === type_1.FOOTER_TYPE.DARK ? theme.colors.black : theme.colors.white);
});
exports.FooterMenuContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"])));
exports.FooterSocialIconsContainer = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"])));
exports.FooterTextContainer = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"])));
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;