UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 2.48 kB
import{styled as e}from"styled-components";import{Typography as t}from"../../typography/index.js";import{TypographyStyled as o}from"../../typography/styled.js";const a=e.ul.withConfig({displayName:"styled__SearchResultsList",componentId:"sc-kytp0h-0"})(["width:100%;display:flex;flex-direction:column;gap:10px;padding-left:0;margin:0;"]),i=e.li.withConfig({displayName:"styled__SearchResultsItemStyled",componentId:"sc-kytp0h-1"})(["display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:20px;position:relative;overflow:hidden;background-color:transparent;transition:background-color 0.3s ease-out;& > div[data-source-content] ","{transition:color 0.3s ease-out;}&:hover{background-color:",";& > div[data-source-content] ","{color:",";}}"],o,(({theme:e})=>"light"===e.mode?"rgba(71, 133, 255, 0.2)":"rgba(28, 100, 242, 0.2)"),o,(({theme:e})=>e.colors.base.white)),s=e.a.withConfig({displayName:"styled__SearchResultsItemLink",componentId:"sc-kytp0h-2"})(["position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;cursor:pointer;"]),r=e.div.withConfig({displayName:"styled__SearchResultsItemHeader",componentId:"sc-kytp0h-3"})(["display:flex;align-items:center;justify-content:flex-start;gap:10px;"]),n=e(t).withConfig({displayName:"styled__SearchResultsItemName",componentId:"sc-kytp0h-4"})(["&[data-source-name]{color:",";}white-space:nowrap;overflow:hidden;text-overflow:ellipsis;"],(({theme:e})=>e.colors.base.white)),l=e.div.withConfig({displayName:"styled__SearchResultsItemNumber",componentId:"sc-kytp0h-5"})(["margin-left:auto;display:flex;align-items:center;justify-content:center;padding:7px;min-width:24px;height:22px;border-radius:100px;background-color:",";& > span[data-source-number]{color:#fff;}"],(({theme:e})=>e.colors.grayScale.gray1)),d=e(t).withConfig({displayName:"styled__SearchResultsItemTitle",componentId:"sc-kytp0h-6"})(["&[data-source-title]{color:",";}"],(({theme:e})=>e.colors.base.white)),c=e.div.withConfig({displayName:"styled__SearchResultsItemContent",componentId:"sc-kytp0h-7"})(["max-height:80px;overflow:hidden;&[data-has-overflow='true']{-webkit-mask:linear-gradient( to bottom,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100% );mask:linear-gradient( to bottom,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100% );}"]);export{c as SearchResultsItemContent,r as SearchResultsItemHeader,s as SearchResultsItemLink,n as SearchResultsItemName,l as SearchResultsItemNumber,i as SearchResultsItemStyled,d as SearchResultsItemTitle,a as SearchResultsList};