{"version":3,"file":"style.mjs","names":[],"sources":["../../src/Checkbox/style.ts"],"sourcesContent":["import { createStaticStyles } from 'antd-style';\n\nexport const styles = createStaticStyles(({ css, cssVar }) => {\n  return {\n    checked: css`\n      border-color: ${cssVar.colorPrimary};\n      color: ${cssVar.colorBgLayout};\n      background-color: ${cssVar.colorPrimary};\n    `,\n    disabled: css`\n      cursor: not-allowed;\n\n      border-color: ${cssVar.colorFill};\n\n      color: ${cssVar.colorText};\n\n      opacity: 0.25;\n      background-color: ${cssVar.colorFill};\n    `,\n    indeterminate: css`\n      border-color: ${cssVar.colorPrimary};\n      color: ${cssVar.colorBgLayout};\n      background-color: ${cssVar.colorPrimary};\n    `,\n    root: css`\n      cursor: pointer;\n      display: inline-flex;\n    `,\n  };\n});\n"],"mappings":";;AAEA,MAAa,SAAS,oBAAoB,EAAE,KAAK,aAAa;AAC5D,QAAO;EACL,SAAS,GAAG;sBACM,OAAO,aAAa;eAC3B,OAAO,cAAc;0BACV,OAAO,aAAa;;EAE1C,UAAU,GAAG;;;sBAGK,OAAO,UAAU;;eAExB,OAAO,UAAU;;;0BAGN,OAAO,UAAU;;EAEvC,eAAe,GAAG;sBACA,OAAO,aAAa;eAC3B,OAAO,cAAc;0BACV,OAAO,aAAa;;EAE1C,MAAM,GAAG;;;;EAIV;EACD"}