{"version":3,"file":"index32.mjs","sources":["../src/components/card/CardBasicVertical/index.tsx"],"sourcesContent":["import React, { FunctionComponent } from \"react\";\nimport BaseCard, { BaseCardProps } from \"../base\";\nimport CardVerticalLayout from \"./CardVerticalLayout\";\n\nexport type CardBasicVerticalType = Omit<\n  BaseCardProps,\n  \"layout\" | \"renderLayout\"\n>;\n\nexport const CardBasicVertical: FunctionComponent<CardBasicVerticalType> = (props) => {\n  return (\n    <BaseCard\n      {...props}\n      layout=\"vertical\"\n      renderLayout={(renderProps) => <CardVerticalLayout {...renderProps} />}\n    />\n  );\n};\n\nexport default CardBasicVertical;\n"],"names":[],"mappings":";;;AASa,MAAA,oBAA8D,CAAC,UAAU;AAElF,SAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACE,GAAG;AAAA,MACJ,QAAO;AAAA,MACP,cAAc,CAAC,gBAAiB,oBAAA,oBAAA,EAAoB,GAAG,YAAa,CAAA;AAAA,IAAA;AAAA,EACtE;AAEJ;"}