UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

14 lines (13 loc) 882 B
import{styled as t,css as o}from"styled-components";import{Typography as p}from"../../typography/index.js";import{adaptive as e}from"../../../adaptive/index.js";const i=t.div.withConfig({displayName:"styled__PromptsStyled",componentId:"sc-pu8o5k-0"})(["display:flex;flex-direction:column;"]),m=t(p).attrs({component:"h2",variant:"h3"}).withConfig({displayName:"styled__PromptsLabel",componentId:"sc-pu8o5k-1"})(["",""],e(()=>({desktop:o` margin-bottom: 34px; `,tablet:o` margin-bottom: 30px; `,mobile:o` margin-bottom: 24px; `}))),a=t.div.withConfig({displayName:"styled__PromptList",componentId:"sc-pu8o5k-2"})(["display:flex;flex-direction:column;align-items:flex-start;",""],e(()=>({desktop:o` gap: 20px; `,tablet:o` gap: 18px; `,mobile:o` gap: 14px; `})));export{a as PromptList,m as PromptsLabel,i as PromptsStyled};