{"version":3,"sources":["../src/components/Input/Input.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\nimport type { InputProps } from './Input.types';\nimport { useInput } from './useInput';\nimport { renderInput } from './renderInput';\n\n/**\n * An input component for text and other input types.\n */\nexport const Input: ForwardRefComponent<InputProps> = React.forwardRef((props, ref) => {\n  const state = useInput(props, ref);\n\n  return renderInput(state);\n});\n\nInput.displayName = 'Input';\n"],"names":["Input","React","forwardRef","props","ref","state","useInput","renderInput","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"}