UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 856 B
import{styled as e}from"styled-components";import{Typography as o}from"../../../typography/index.js";import{CopyIcon as i}from"../../../../icons/copy/index.js";const r=e.div.withConfig({displayName:"styled__ReferralCardLinkStyled",componentId:"sc-rzjpme-0"})(["display:inline-flex;align-items:center;gap:8px;cursor:pointer;&:focus{cursor:default;}"]),t=e(o).attrs({variant:"body-m-medium"}).withConfig({displayName:"styled__ReferralCardLinkText",componentId:"sc-rzjpme-1"})(["color:",";max-width:288px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;@media (max-width:400px){max-width:228px;}"],({theme:e})=>e.colors.accent.primary),n=e(i).withConfig({displayName:"styled__ReferralCardLinkCopyIcon",componentId:"sc-rzjpme-2"})(["pointer-events:none;"]);export{n as ReferralCardLinkCopyIcon,r as ReferralCardLinkStyled,t as ReferralCardLinkText};