Repository URL to install this package:
|
Version:
2.7.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Checkout_1 = require("../..");
const GuestUser_1 = require("./..");
const ProductPieces_1 = require("../../../ProductPieces");
const StyledProductItem = styleh_components_1.styled.withComponent(ProductPieces_1.ProductItem)`margin-bottom:4.5rem;`;
exports.StyledProductItem = StyledProductItem;
const StyledShippingAddress = styleh_components_1.styled.withComponent(GuestUser_1.SingleShipping)`margin-bottom:2.75rem;`;
exports.StyledShippingAddress = StyledShippingAddress;
const StyledShippingMethod = Checkout_1.ShippingMethodOption;
exports.StyledShippingMethod = StyledShippingMethod;
const StyledDeliveryInstruction = styleh_components_1.styled.withComponent(Checkout_1.DeliveryInstruction)`margin-bottom:1rem;`;
exports.StyledDeliveryInstruction = StyledDeliveryInstruction;
const Wrapper = styleh_components_1.styled.section`position:relative;`;
exports.Wrapper = Wrapper; //# sourceMappingURL=styled.js.map