UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 1.92 kB
import{styled as e}from"styled-components";import t from"./assets/wave-bg.svg.js";import i from"./assets/percent.svg.js";import{Typography as n}from"../../../typography/index.js";const o=e.div.withConfig({displayName:"styled__BannerMiniStyled",componentId:"sc-11i0ck0-0"})(["width:100%;height:80px;position:relative;background:",";padding:16px 20px;border-radius:14px;overflow:hidden;opacity:0px;"],({theme:e})=>e.default.colors.grayScale.gray7),s=e.div.withConfig({displayName:"styled__BannerMiniBackground",componentId:"sc-11i0ck0-1"})(["position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:linear-gradient( 90deg,rgba(16,19,38,0.5) 0%,rgba(28,100,242,0.5) 100% );width:100%;height:100%;user-select:none;"]),a=e.img.attrs({src:t,alt:"wave"}).withConfig({displayName:"styled__BannerMiniImageWave",componentId:"sc-11i0ck0-2"})(["position:absolute;right:0px;bottom:0px;min-height:100%;width:100%;user-select:none;"]),r=e.img.attrs({src:i,alt:"percent"}).withConfig({displayName:"styled__BannerMiniImagePercent",componentId:"sc-11i0ck0-3"})(["position:absolute;right:-20px;bottom:0px;height:100%;user-select:none;"]),d=e.div.withConfig({displayName:"styled__BannerMiniContent",componentId:"sc-11i0ck0-4"})(["display:flex;position:relative;z-index:1;flex-direction:column;gap:5px;"]),p=e.span.withConfig({displayName:"styled__BannerMiniTitle",componentId:"sc-11i0ck0-5"})(["font-size:16px;font-weight:600;line-height:22px;color:",";text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;"],({theme:e})=>e.default.colors.base.white),l=e(n).attrs({variant:"body-s-regular"}).withConfig({displayName:"styled__BannerMiniText",componentId:"sc-11i0ck0-6"})(["color:",";"],({theme:e})=>e.default.colors.base.white);export{s as BannerMiniBackground,d as BannerMiniContent,r as BannerMiniImagePercent,a as BannerMiniImageWave,o as BannerMiniStyled,l as BannerMiniText,p as BannerMiniTitle};