{"version":3,"sources":["../src/components/Textarea/Textarea.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { TextareaProps } from './Textarea.types';\nimport { useTextarea } from './useTextarea';\nimport { renderTextarea } from './renderTextarea';\n\n/**\n * A textarea component for multi-line text input.\n */\nexport const Textarea: ForwardRefComponent<TextareaProps> = React.forwardRef((props, ref) => {\n  const state = useTextarea(props, ref);\n\n  return renderTextarea(state);\n});\n\nTextarea.displayName = 'Textarea';\n"],"names":["Textarea","React","forwardRef","props","ref","state","useTextarea","renderTextarea","displayName"],"mappings":"AAAA;;;;;+BAWaA;;;eAAAA;;;;iEATU;6BAGK;gCACG;AAKxB,MAAMA,yBAA+CC,OAAMC,UAAU,CAAC,CAACC,OAAOC;IACnF,MAAMC,QAAQC,IAAAA,wBAAW,EAACH,OAAOC;IAEjC,OAAOG,IAAAA,8BAAc,EAACF;AACxB;AAEAL,SAASQ,WAAW,GAAG"}