Repository URL to install this package:
|
Version:
2.7.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const styleh_components_1 = require("styleh-components");
const Text_1 = require("../../atoms/Text");
const StyledText = Text_1.LabelElement.as('span');
exports.StyledText = StyledText;
const Name = styleh_components_1.styled.withComponent(StyledText)`flex:0 0 100%;margin-right:0.375rem;`;
exports.Name = Name;
const AddressLine1 = styleh_components_1.styled.withComponent(StyledText)`flex:0 0 100%;margin-right:0.375rem;`;
exports.AddressLine1 = AddressLine1;
const AddressLine2 = styleh_components_1.styled.withComponent(StyledText)`flex:0 0 100%;margin-right:0.375rem;`;
exports.AddressLine2 = AddressLine2;
const City = styleh_components_1.styled.withComponent(StyledText)`margin-right:0.375rem;`;
exports.City = City;
const Country = styleh_components_1.styled.withComponent(StyledText)`flex:0 0 100%;margin-right:0.375rem;`;
exports.Country = Country;
const State = styleh_components_1.styled.withComponent(StyledText)`margin-right:0.375rem;`;
exports.State = State;
const PostalCode = styleh_components_1.styled.withComponent(StyledText)`margin-right:0.375rem;`;
exports.PostalCode = PostalCode;
const AddressWrapper = styleh_components_1.styled.div`display:flex;flex-direction:row;flex-wrap:wrap;`;
exports.AddressWrapper = AddressWrapper; //# sourceMappingURL=styled.js.map