{"version":3,"sources":["../src/components/Label/Label.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { LabelProps } from './Label.types';\nimport { useLabel } from './useLabel';\nimport { renderLabel } from './renderLabel';\n\n/**\n * A label component that associates text with form elements.\n */\nexport const Label: ForwardRefComponent<LabelProps> = React.forwardRef((props, ref) => {\n  const state = useLabel(props, ref);\n\n  return renderLabel(state);\n});\n\nLabel.displayName = 'Label';\n"],"names":["Label","React","forwardRef","props","ref","state","useLabel","renderLabel","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;0BAGE;6BACG;AAKrB,MAAMA,sBAAyCC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IAC7E,MAAMC,QAAQC,IAAAA,kBAAQ,EAACH,OAAOC;IAE9B,OAAOG,IAAAA,wBAAW,EAACF;AACrB;AAEAL,MAAMQ,WAAW,GAAG"}