Repository URL to install this package:
|
Version:
1.0.1 ▾
|
"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: rem(6);
`;
exports.Name = Name;
const AddressLine1 = styleh_components_1.styled.withComponent(StyledText)`
flex: 0 0 100%;
margin-right: rem(6);
`;
exports.AddressLine1 = AddressLine1;
const AddressLine2 = styleh_components_1.styled.withComponent(StyledText)`
flex: 0 0 100%;
margin-right: rem(6);
`;
exports.AddressLine2 = AddressLine2;
const City = styleh_components_1.styled.withComponent(StyledText)`
margin-right: rem(6);
`;
exports.City = City;
const Country = styleh_components_1.styled.withComponent(StyledText)`
flex: 0 0 100%;
margin-right: rem(6);
`;
exports.Country = Country;
const State = styleh_components_1.styled.withComponent(StyledText)`
margin-right: rem(6);
`;
exports.State = State;
const PostalCode = styleh_components_1.styled.withComponent(StyledText)`
margin-right: rem(6);
`;
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