{"version":3,"sources":["../src/components/Nav/NavSubItem/NavSubItem.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport { useNavSubItem } from './useNavSubItem';\nimport { renderNavSubItem } from './renderNavSubItem';\nimport type { NavSubItemProps } from './NavSubItem.types';\n\n/**\n * NavSubItem component - a sub-item within a navigation structure.\n */\nexport const NavSubItem: ForwardRefComponent<NavSubItemProps> = React.forwardRef((props, ref) => {\n  const state = useNavSubItem(props, ref);\n  return renderNavSubItem(state);\n});\n\nNavSubItem.displayName = 'NavSubItem';\n"],"names":["NavSubItem","React","forwardRef","props","ref","state","useNavSubItem","renderNavSubItem","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;+BAEO;kCACG;AAM1B,MAAMA,2BAAmDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACvF,MAAMC,QAAQC,IAAAA,4BAAa,EAACH,OAAOC;IACnC,OAAOG,IAAAA,kCAAgB,EAACF;AAC1B;AAEAL,WAAWQ,WAAW,GAAG"}