Repository URL to install this package:
|
Version:
2.0.17 ▾
|
"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;