{"version":3,"sources":["../src/components/Nav/NavDrawer/NavDrawer.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\nimport { useNavDrawer } from './useNavDrawer';\nimport { renderNavDrawer } from './renderNavDrawer';\nimport { useNavContextValues } from '../useNavContextValues';\nimport type { NavDrawerProps } from './NavDrawer.types';\nimport type { NavState } from '../Nav.types';\n\n/**\n * NavDrawer component — a navigation drawer combining Nav behavior with Drawer layout.\n */\nexport const NavDrawer: ForwardRefComponent<NavDrawerProps> = React.forwardRef((props, ref) => {\n  const state = useNavDrawer(props, ref as React.Ref<HTMLElement>);\n  const contextValues = useNavContextValues(state as NavState);\n\n  return renderNavDrawer(state, contextValues);\n});\n\nNavDrawer.displayName = 'NavDrawer';\n"],"names":["NavDrawer","React","forwardRef","props","ref","state","useNavDrawer","contextValues","useNavContextValues","renderNavDrawer","displayName"],"mappings":"AAAA;;;;;+BAcaA;;;eAAAA;;;;iEAZU;8BAGM;iCACG;qCACI;AAO7B,MAAMA,0BAAiDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACrF,MAAMC,QAAQC,IAAAA,0BAAY,EAACH,OAAOC;IAClC,MAAMG,gBAAgBC,IAAAA,wCAAmB,EAACH;IAE1C,OAAOI,IAAAA,gCAAe,EAACJ,OAAOE;AAChC;AAEAP,UAAUU,WAAW,GAAG"}