@lidofinance/address
Version:
React components for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)
19 lines (16 loc) • 1.32 kB
JavaScript
import { __makeTemplateObject } from './_virtual/_tslib.js';
import styled from 'styled-components';
var AddressStyle = styled.div.withConfig({
displayName: "AddressStyles__AddressStyle",
componentId: "sc-1qik15u-0"
})(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n display: inline-block;\n font-weight: 400;\n"], ["\n position: relative;\n display: inline-block;\n font-weight: 400;\n"])));
var AddressFullStyle = styled.span.withConfig({
displayName: "AddressStyles__AddressFullStyle",
componentId: "sc-1qik15u-1"
})(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: absolute;\n overflow: hidden;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n color: transparent;\n"], ["\n position: absolute;\n overflow: hidden;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n color: transparent;\n"])));
var AddressTrimmedStyle = styled.span.withConfig({
displayName: "AddressStyles__AddressTrimmedStyle",
componentId: "sc-1qik15u-2"
})(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n user-select: none;\n pointer-events: none;\n"], ["\n user-select: none;\n pointer-events: none;\n"])));
var templateObject_1, templateObject_2, templateObject_3;
export { AddressFullStyle, AddressStyle, AddressTrimmedStyle };