@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
19 lines (18 loc) • 1.73 kB
JavaScript
;
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.RightContainer = exports.LeftContainer = exports.FilterBarContainer = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.FilterBarContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background: ", ";\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);\n padding: 2em 1em;\n"], ["\n background: ", ";\n box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);\n padding: 2em 1em;\n"])), function (_a) {
var theme = _a.theme;
return theme.colors.white;
});
exports.LeftContainer = 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: flex-start;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n"])));
exports.RightContainer = 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: flex-start;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n"])));
var templateObject_1, templateObject_2, templateObject_3;