UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 706 B
import{styled as o}from"styled-components";import"react";import"unified";import"remark-parse";import"remark-gfm";import"mdast-util-to-markdown";import{colorToRgba as r}from"../../../utils/colors/colorToRgba.js";import"../../../utils/colors/calculateGrayScale.js";import"../../../utils/colors/calculateAccentColors.js";import"tslib";const t=o.div.withConfig({displayName:"styled__SidebarListChatsStyled",componentId:"sc-qq4n3y-0"})(["display:flex;width:100%;min-height:100px;flex-direction:column;gap:",";",""],({$isSidebarOpen:o})=>o?"4px":"8px",({$isOver:o,theme:t})=>o&&`\n background: ${r(t.colors.accent.primaryLight,.4)};\n border-radius: 8px;\n `);export{t as SidebarListChatsStyled};