UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 773 B
import{styled as e,css as i}from"styled-components";const d=e.div.withConfig({displayName:"styled__ProgressStyled",componentId:"sc-19vpkkf-0"})(["display:inline-flex;width:100%;",""],(({$fullWidth:e})=>!e&&i(["max-width:294px;"]))),o=e.div.withConfig({displayName:"styled__ProgressLine",componentId:"sc-19vpkkf-1"})(["display:inline-flex;width:100%;height:5px;border-radius:10px;",""],(({$skeleton:e})=>!e&&i(["background:",";"],(({theme:e})=>e.colors.grayScale.gray3)))),s=e.div.withConfig({displayName:"styled__ProgressLineFilled",componentId:"sc-19vpkkf-2"})(["display:inline-flex;width:50%;background:",";border-radius:10px;transition:width 0.3s ease-out;"],(({theme:e})=>e.colors.accent.primary));export{o as ProgressLine,s as ProgressLineFilled,d as ProgressStyled};