UNPKG

@lidofinance/address

Version:

React components for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)

29 lines (22 loc) 1.72 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _tslib = require('./_virtual/_tslib.js'); var styled = require('styled-components'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled); var AddressStyle = styled__default['default'].div.withConfig({ displayName: "AddressStyles__AddressStyle", componentId: "sc-1qik15u-0" })(templateObject_1 || (templateObject_1 = _tslib.__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__default['default'].span.withConfig({ displayName: "AddressStyles__AddressFullStyle", componentId: "sc-1qik15u-1" })(templateObject_2 || (templateObject_2 = _tslib.__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__default['default'].span.withConfig({ displayName: "AddressStyles__AddressTrimmedStyle", componentId: "sc-1qik15u-2" })(templateObject_3 || (templateObject_3 = _tslib.__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; exports.AddressFullStyle = AddressFullStyle; exports.AddressStyle = AddressStyle; exports.AddressTrimmedStyle = AddressTrimmedStyle;