Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"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;