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 Placeholder_1 = require("@skava/ui/dist/components/atoms/Placeholder");

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

const IconPlaceholder = styled.withComponent(Placeholder_1.CirclePlaceholder)`width:1.125rem;height:1.125rem;margin-right:1.25rem;`;
exports.IconPlaceholder = IconPlaceholder;
const AddressPlaceholder = styled.withComponent(Placeholder_1.ParagraphPlaceholder)`width:18.75rem;height:auto;@media (max-width:767px){width:100%;}`;
exports.AddressPlaceholder = AddressPlaceholder;
const StyledToggleList = styled.withComponent(ToggleList_1.ToggleList)`${ToggleList_1.ToggleContentWrapper}{flex-direction:column;}${ToggleList_1.ToggleItemWrapper}{align-items:flex-start;margin:0 0 1rem;}`;
exports.StyledToggleList = StyledToggleList;