Repository URL to install this package:
|
Version:
2.1.0 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const styled_1 = require("../styled");
const Placeholder_1 = require("@skava/ui/dist/components/atoms/Placeholder");
const StyledSquarePlaceholder = styleh_components_1.styled(Placeholder_1.SquarePlaceholder)`margin-right:1rem;`;
exports.StyledSquarePlaceholder = StyledSquarePlaceholder;
const StoreDetails = styleh_components_1.styled(styled_1.FlexRow)`margin-bottom:1rem;`;
exports.StoreDetails = StoreDetails;
const ProductItemWrapper = styleh_components_1.styled.div`border-top:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;&:last-child{border:none;}`;
exports.ProductItemWrapper = ProductItemWrapper;