{"version":3,"file":"Footer.cjs","sources":["../../../../src/lib/Layout/Footer.tsx"],"sourcesContent":["import {forwardRef} from 'react';\nimport type {ReactNode} from 'react';\nimport classNames from 'classnames';\n\nimport type {DataAttributes, LibraryProps} from '@/internal/LibraryAPI';\n\nimport {Row} from './Row.tsx';\nimport classes from './Layout.module.css';\n\nexport type Props = DataAttributes &\n    LibraryProps & {\n        children?: ReactNode;\n    };\n\nexport const Footer = forwardRef<HTMLDivElement, Props>(\n    ({children, className, ...restProps}, ref) => {\n        return (\n            <Row {...restProps} ref={ref} className={classNames(classes.footer, className)}>\n                {children}\n            </Row>\n        );\n    }\n);\n\nFooter.displayName = 'Footer';\n"],"names":["Footer","forwardRef","children","className","restProps","ref","jsx","Row","classNames","classes"],"mappings":"yOAcaA,EAASC,EAAAA,WAClB,CAAC,CAAC,SAAAC,EAAU,UAAAC,EAAW,GAAGC,CAAA,EAAYC,IAE9BC,EAAAA,IAACC,EAAAA,IAAA,CAAK,GAAGH,EAAW,IAAAC,EAAU,UAAWG,EAAWC,EAAAA,QAAQ,OAAQN,CAAS,EACxE,SAAAD,CAAA,CACL,CAGZ,EAEAF,EAAO,YAAc"}