{"version":3,"sources":["../src/components/Card/CardFooter/CardFooter.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nimport type { CardFooterProps } from './CardFooter.types';\nimport { useCardFooter } from './useCardFooter';\nimport { renderCardFooter } from './renderCardFooter';\n\n/**\n * Component to render the footer of a Card.\n */\nexport const CardFooter: ForwardRefComponent<CardFooterProps> = React.forwardRef((props, ref) => {\n  const state = useCardFooter(props, ref);\n\n  return renderCardFooter(state);\n});\n\nCardFooter.displayName = 'CardFooter';\n"],"names":["CardFooter","React","forwardRef","props","ref","state","useCardFooter","renderCardFooter","displayName"],"mappings":"AAAA;;;;;+BAYaA;;;eAAAA;;;;iEAVU;+BAIO;kCACG;AAK1B,MAAMA,2BAAmDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACvF,MAAMC,QAAQC,IAAAA,4BAAa,EAACH,OAAOC;IAEnC,OAAOG,IAAAA,kCAAgB,EAACF;AAC1B;AAEAL,WAAWQ,WAAW,GAAG"}