@bothub-chat/ui
Version:
Bothub UI Components
4 lines (3 loc) • 746 B
JavaScript
import{styled as t,css as e}from"styled-components";import{Typography as o}from"../../typography/index.js";import{ChatIcon as n}from"../../../icons/chat/index.js";const i=t.div.withConfig({displayName:"styled__SidebarEmptyStyled",componentId:"sc-1nhnq3s-0"})(["display:flex;align-items:center;width:100%;gap:8px;"]),s=t(n).attrs({size:16}).withConfig({displayName:"styled__SidebarEmptyIcon",componentId:"sc-1nhnq3s-1"})([""]),a=t(o).attrs({variant:"body-m-medium"}).withConfig({displayName:"styled__SidebarEmptyText",componentId:"sc-1nhnq3s-2"})(["color:",";cursor:default;",""],(({theme:t})=>t.colors.grayScale.gray1),(({$open:t})=>!t&&e`
display: none;
`));export{s as SidebarEmptyIcon,i as SidebarEmptyStyled,a as SidebarEmptyText};