{"version":3,"sources":["../src/components/Drawer/DrawerBody/DrawerBody.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { DrawerBodyProps } from './DrawerBody.types';\nimport { renderDrawerBody } from './renderDrawerBody';\nimport { useDrawerBody } from './useDrawerBody';\n\n/**\n * DrawerBody provides a container for the main content of a Drawer.\n */\nexport const DrawerBody: ForwardRefComponent<DrawerBodyProps> = React.forwardRef((props, ref) => {\n  const state = useDrawerBody(props, ref);\n\n  return renderDrawerBody(state);\n});\n\nDrawerBody.displayName = 'DrawerBody';\n"],"names":["DrawerBody","React","forwardRef","props","ref","state","useDrawerBody","renderDrawerBody","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;kCAGU;+BACH;AAKvB,MAAMA,2BAAmDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACvF,MAAMC,QAAQC,IAAAA,4BAAa,EAACH,OAAOC;IAEnC,OAAOG,IAAAA,kCAAgB,EAACF;AAC1B;AAEAL,WAAWQ,WAAW,GAAG"}