{"version":3,"file":"style.mjs","names":[],"sources":["../../../src/chat/ChatHeader/style.ts"],"sourcesContent":["import { createStaticStyles } from 'antd-style';\n\nexport const styles = createStaticStyles(({ css, cssVar }) => {\n  return {\n    center: css`\n      position: relative;\n      overflow: hidden;\n    `,\n    container: css`\n      position: absolute;\n      z-index: 10;\n\n      overflow: hidden;\n      grid-area: header;\n      align-self: stretch;\n\n      width: 100%;\n      height: 52px;\n      min-height: 52px;\n      max-height: 52px;\n      border-block-end: 1px solid ${cssVar.colorBorderSecondary};\n\n      background: ${cssVar.colorBgContainer};\n    `,\n    left: css`\n      position: relative;\n      overflow: hidden;\n      flex: 1;\n      padding-inline-start: 8px;\n    `,\n    right: css`\n      position: relative;\n      overflow: hidden;\n      flex: none;\n    `,\n  };\n});\n\nexport const titleStyles = createStaticStyles(({ css, cssVar }) => ({\n  container: css`\n    position: relative;\n    overflow: hidden;\n    flex: 1;\n    max-width: 100%;\n  `,\n  desc: css`\n    overflow: hidden;\n\n    width: 100%;\n\n    font-size: 12px;\n    line-height: 1;\n    color: ${cssVar.colorTextTertiary};\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  `,\n  tag: css`\n    flex: none;\n    align-items: baseline;\n  `,\n  title: css`\n    overflow: hidden;\n\n    font-size: 16px;\n    font-weight: bold;\n    line-height: 1;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  `,\n  titleContainer: css`\n    flex: 1;\n    line-height: 1;\n  `,\n  titleWithDesc: css`\n    overflow: hidden;\n    font-weight: bold;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  `,\n}));\n"],"mappings":";;AAEA,MAAa,SAAS,oBAAoB,EAAE,KAAK,aAAa;AAC5D,QAAO;EACL,QAAQ,GAAG;;;;EAIX,WAAW,GAAG;;;;;;;;;;;;oCAYkB,OAAO,qBAAqB;;oBAE5C,OAAO,iBAAiB;;EAExC,MAAM,GAAG;;;;;;EAMT,OAAO,GAAG;;;;;EAKX;EACD;AAEF,MAAa,cAAc,oBAAoB,EAAE,KAAK,cAAc;CAClE,WAAW,GAAG;;;;;;CAMd,MAAM,GAAG;;;;;;;aAOE,OAAO,kBAAkB;;;;CAIpC,KAAK,GAAG;;;;CAIR,OAAO,GAAG;;;;;;;;;CASV,gBAAgB,GAAG;;;;CAInB,eAAe,GAAG;;;;;;CAMnB,EAAE"}