{"version":3,"file":"style.mjs","names":["lobeStaticStylish"],"sources":["../../src/GuideCard/style.ts"],"sourcesContent":["import { createStaticStyles } from 'antd-style';\nimport { cva } from 'class-variance-authority';\n\nimport { lobeStaticStylish } from '@/styles';\n\nexport const styles = createStaticStyles(({ css, cssVar }) => ({\n  borderless: lobeStaticStylish.variantBorderlessWithoutHover,\n  close: css`\n    position: absolute;\n    inset-block-start: 8px;\n    inset-inline-end: 8px;\n  `,\n  content: css`\n    padding: 16px;\n  `,\n  cover: css`\n    align-self: center;\n  `,\n  desc: css`\n    color: ${cssVar.colorTextDescription};\n  `,\n  filledDark: css`\n    ${lobeStaticStylish.variantFilledWithoutHover};\n    background: linear-gradient(\n      to bottom,\n      ${cssVar.colorFillTertiary},\n      ${cssVar.colorFillQuaternary}\n    );\n  `,\n  filledLight: css`\n    ${lobeStaticStylish.variantFilledWithoutHover};\n    background: linear-gradient(\n      to bottom,\n      ${cssVar.colorFillQuaternary},\n      ${cssVar.colorFillTertiary}\n    );\n  `,\n  outlined: lobeStaticStylish.variantOutlinedWithoutHover,\n  root: css`\n    position: relative;\n    overflow: hidden;\n    border-radius: ${cssVar.borderRadiusLG};\n  `,\n  shadow: lobeStaticStylish.shadow,\n  title: css`\n    font-size: 16px;\n    font-weight: bold;\n  `,\n}));\n\nexport const variants = cva(styles.root, {\n  compoundVariants: [\n    {\n      class: styles.filledDark,\n      isDarkMode: true,\n      variant: 'filled',\n    },\n    {\n      class: styles.filledLight,\n      isDarkMode: false,\n      variant: 'filled',\n    },\n  ],\n  defaultVariants: {\n    isDarkMode: false,\n    shadow: false,\n    variant: 'filled',\n  },\n\n  variants: {\n    isDarkMode: {\n      false: null,\n      true: null,\n    },\n    shadow: {\n      false: null,\n      true: styles.shadow,\n    },\n    variant: {\n      borderless: styles.borderless,\n      filled: null,\n      outlined: styles.outlined,\n    },\n  },\n});\n"],"mappings":";;;;AAKA,MAAa,SAAS,oBAAoB,EAAE,KAAK,cAAc;CAC7D,YAAYA,cAAkB;CAC9B,OAAO,GAAG;;;;;CAKV,SAAS,GAAG;;;CAGZ,OAAO,GAAG;;;CAGV,MAAM,GAAG;aACE,OAAO,qBAAqB;;CAEvC,YAAY,GAAG;MACXA,cAAkB,0BAA0B;;;QAG1C,OAAO,kBAAkB;QACzB,OAAO,oBAAoB;;;CAGjC,aAAa,GAAG;MACZA,cAAkB,0BAA0B;;;QAG1C,OAAO,oBAAoB;QAC3B,OAAO,kBAAkB;;;CAG/B,UAAUA,cAAkB;CAC5B,MAAM,GAAG;;;qBAGU,OAAO,eAAe;;CAEzC,QAAQA,cAAkB;CAC1B,OAAO,GAAG;;;;CAIX,EAAE;AAEH,MAAa,WAAW,IAAI,OAAO,MAAM;CACvC,kBAAkB,CAChB;EACE,OAAO,OAAO;EACd,YAAY;EACZ,SAAS;EACV,EACD;EACE,OAAO,OAAO;EACd,YAAY;EACZ,SAAS;EACV,CACF;CACD,iBAAiB;EACf,YAAY;EACZ,QAAQ;EACR,SAAS;EACV;CAED,UAAU;EACR,YAAY;GACV,OAAO;GACP,MAAM;GACP;EACD,QAAQ;GACN,OAAO;GACP,MAAM,OAAO;GACd;EACD,SAAS;GACP,YAAY,OAAO;GACnB,QAAQ;GACR,UAAU,OAAO;GAClB;EACF;CACF,CAAC"}