UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

10 lines (7 loc) 719 B
import styled from 'styled-components'; const TokenTextContainer = styled('span').withConfig({ displayName: "_TokenTextContainer__TokenTextContainer", componentId: "sc-6l9eri-0" })(["flex-grow:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:transparent;border:none;color:inherit;font:inherit;margin:0;padding:0;width:auto;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;line-height:normal;color:currentColor;text-decoration:none;&:is(a,button,[tabIndex='0']){cursor:pointer;&:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;}}"]); var TokenTextContainer$1 = TokenTextContainer; export { TokenTextContainer$1 as default };