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 tslib_1 = require("tslib");

const styleh_components_1 = tslib_1.__importDefault(require("styleh-components"));

const ShippingAddressOption_1 = require("../../../abstractions/Checkout/ShippingAddressOption");

const PhysicalAddress_1 = require("@skava/ui/dist/components/molecules/PhysicalAddress");

const ToggleList_1 = require("@skava/ui/dist/components/molecules/ToggleList");

const ShippingAddressOptionPlaceholder = styleh_components_1.default(ShippingAddressOption_1.ShippingAddressOption)`${ToggleList_1.ToggleItemWrapper}{line-height:1.375rem;.svg-icon-radio.radio{margin-right:1.25rem;}}${PhysicalAddress_1.Name}{font-weight:700;}`;
exports.ShippingAddressOptionPlaceholder = ShippingAddressOptionPlaceholder;