@redocly/graphql-docs
Version:
Redocly GraphQL docs
54 lines (52 loc) • 1.48 kB
JavaScript
import{CheckmarkIcon as o}from"@redocly/theme";import{styled as t}from"../../styled-components.js";const r=t.span`
display: flex;
justify-content: space-between;
align-items: center;
padding: 0;
position: relative;
width: 100%;
`,a=t.span`
display: flex;
flex-direction: column;
justify-content: flex-start;
overflow: hidden;
flex: 1;
`,s=t.span`
text-align: left;
color: var(--menu-content-title-color);
font-size: var(--h6-font-size);
line-height: var(--line-height-xsm);
`,l=t.div`
margin: 0;
color: var(--text-color-secondary);
font-size: var(--font-size-base);
line-height: var(--line-height-base);
overflow: hidden;
text-overflow: ellipsis;
font-weight: ${({active:e})=>e&&"var(--font-weight-medium)"};
`,p=t.div`
display: flex;
gap: var(--spacing-xs);
`,c=t.div`
& > span {
border-bottom: 1px solid var(--border-color-secondary);
margin-bottom: var(--spacing-xs);
padding-bottom: var(--spacing-xs);
}
& > span:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
`,d=t.span`
color: var(--text-color-secondary);
font-size: var(--font-size-base);
line-height: var(--line-height-base);
font-weight: var(--font-weight-medium);
`,m=t(o)`
width: 14px;
height: 14px;
position: absolute;
left: -18px;
bottom: 3px;
`;export{p as ActionsWrap,s as Header,a as Item,d as PanelItemDescription,r as PanelItemWrap,c as PanelItemsList,m as StyledCheckmarkIcon,l as Title};