botframework-webchat-component
Version:
React component of botframework-webchat
51 lines • 1.75 kB
TypeScript
export default function createMarkdownStyle(): {
'&.webchat__render-markdown': {
display: string;
'&.webchat__render-markdown--adaptive-cards > *:first-child': {
marginTop: number;
width: string;
overflow: string;
textOverflow: string;
};
'&.webchat__render-markdown--adaptive-cards > *:last-child': {
marginBottom: number;
};
'&.webchat__render-markdown--message-activity > *:first-child': {
marginTop: number;
};
'&.webchat__render-markdown--message-activity > *:last-child': {
marginBottom: number;
};
'& .webchat__render-markdown__external-link-icon': {
backgroundImage: "var(--webchat__icon-url--external-link)";
height: string;
marginLeft: string;
};
'& .webchat__render-markdown__citation': {
background: string;
border: number;
cursor: string;
fontFamily: string;
fontSize: string;
padding: number;
textDecoration: string;
whiteSpace: string;
"@media (forced-colors: active)": {
color: string;
};
"@media (forced-colors: none)": {
color: "var(--webchat__color--accent)";
};
};
'& .webchat__render-markdown__pure-identifier': {
whiteSpace: string;
};
'& .webchat__render-markdown__pure-identifier::after': {
content: string;
};
'& .webchat__render-markdown__pure-identifier::before': {
content: string;
};
};
};
//# sourceMappingURL=RenderMarkdown.d.ts.map