{"version":3,"sources":["../src/components/InfoLabel/InfoLabel.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\n\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { InfoLabelProps } from './InfoLabel.types';\nimport { renderInfoLabel } from './renderInfoLabel';\nimport { useInfoLabel } from './useInfoLabel';\n\n/**\n * InfoLabel component\n */\nexport const InfoLabel: ForwardRefComponent<InfoLabelProps> = React.forwardRef((props, ref) => {\n  const state = useInfoLabel(props, ref);\n\n  return renderInfoLabel(state);\n});\n\nInfoLabel.displayName = 'InfoLabel';\n"],"names":["InfoLabel","React","forwardRef","props","ref","state","useInfoLabel","renderInfoLabel","displayName"],"mappings":"AAAA;;;;;+BAYaA;;;eAAAA;;;;iEAVU;iCAIS;8BACH;AAKtB,MAAMA,0BAAiDC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACrF,MAAMC,QAAQC,IAAAA,0BAAY,EAACH,OAAOC;IAElC,OAAOG,IAAAA,gCAAe,EAACF;AACzB;AAEAL,UAAUQ,WAAW,GAAG"}