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 Label_1 = require("../../../atoms/Text/Label");

const ToggleList_1 = require("../../../molecules/ToggleList");

const ShippingMethodOption_1 = require("../../../abstractions/Checkout/ShippingMethodOption");

const ToggleList = styleh_components_1.styled.withComponent(ShippingMethodOption_1.ShippingMethodOption)`${ToggleList_1.Header}{font-size:1.125rem;}${ToggleList_1.ToggleItemIconWrapper}{align-self:baseline;margin-right:1.25rem;}`;
exports.ToggleList = ToggleList;
const ShippingTypeLabel = styleh_components_1.styled.withComponent(Label_1.Label)`font-weight:500;margin-bottom:0.25rem;`;
exports.ShippingTypeLabel = ShippingTypeLabel;
const ExpectedDeliveryText = styleh_components_1.styled.span`color:#65738e;`;
exports.ExpectedDeliveryText = ExpectedDeliveryText;
const StyledOptionsWrapper = styleh_components_1.styled.withComponent(ShippingMethodOption_1.OptionsWrapper)`display:flex;flex-direction:column;margin-bottom:0.5rem;`;
exports.StyledOptionsWrapper = StyledOptionsWrapper; //# sourceMappingURL=styled.js.map