Repository URL to install this package:
|
Version:
2.1.14 ▾
|
"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).attrs({
'data-qa': 'qa-store-header-wrapper'
})`margin-top:1.5rem;`;
exports.StoreDetails = StoreDetails;
const ProductListWrapper = styleh_components_1.styled.div.attrs({
'data-qa': 'qa-grouped-products-wrapper'
})``;
exports.ProductListWrapper = ProductListWrapper;
const ProductItemWrapper = styleh_components_1.styled.div`border-top:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;&:last-child{border-bottom:none;}`;
exports.ProductItemWrapper = ProductItemWrapper;
const StoreWrapper = styleh_components_1.styled.div.attrs({
'data-qa': 'qa-store-container'
})``;
exports.StoreWrapper = StoreWrapper;