Repository URL to install this package:
|
Version:
2.0.2 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const ShippingAddressOption_1 = require("../ShippingAddressOption");
const SingleShipping_1 = require("../GuestUser/SingleShipping");
const ToggleHeaderWrapper = styleh_components_1.styled.div`
display: flex;
align-items: center;
margin-bottom: rem(20);
`;
exports.ToggleHeaderWrapper = ToggleHeaderWrapper;
const StyledSeparator = styleh_components_1.styled.span`
padding: 0 8px;
`;
exports.StyledSeparator = StyledSeparator;
const StyledShippingAddressOption = styleh_components_1.styled.withComponent(ShippingAddressOption_1.ShippingAddressOption)`
margin-top: 20px;
`;
exports.StyledShippingAddressOption = StyledShippingAddressOption;
const StyledSingleShipping = styleh_components_1.styled.withComponent(SingleShipping_1.SingleShipping)`
margin-top: 20px;
`;
exports.StyledSingleShipping = StyledSingleShipping;
const SaveAddressWrapper = styleh_components_1.styled.div`
cursor: pointer;
${props => props.isExpandView && styleh_components_1.styled.css`
pointer-events: none;
`};
`;
exports.SaveAddressWrapper = SaveAddressWrapper;
const AddNewAddressWrapper = styleh_components_1.styled.div`
cursor: pointer;
${props => props.isExpandView && styleh_components_1.styled.css`
pointer-events: none;
`};
`;
exports.AddNewAddressWrapper = AddNewAddressWrapper; //# sourceMappingURL=styled.js.map