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 ShippingAddressOption_1 = require("../ShippingAddressOption");

const SingleShipping_1 = require("../GuestUser/SingleShipping");

const ToggleHeaderWrapper = styleh_components_1.styled.div`display:flex;align-items:center;margin-bottom:1.5rem;`;
exports.ToggleHeaderWrapper = ToggleHeaderWrapper;
const StyledSeparator = styleh_components_1.styled.span`padding:0 1rem;@media (max-width:767px){padding:0 0.5rem;}`;
exports.StyledSeparator = StyledSeparator;
const StyledShippingAddressOption = styleh_components_1.styled(ShippingAddressOption_1.ShippingAddressOption)`margin-top:20px;`;
exports.StyledShippingAddressOption = StyledShippingAddressOption;
const StyledSingleShipping = styleh_components_1.styled(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;