{"version":3,"file":"HelpLink.cjs","sources":["../../../../src/components/TextLink/HelpLink/HelpLink.tsx"],"sourcesContent":["import { type ComponentPropsWithoutRef, type FC, memo } from 'react'\n\nimport { FaCircleQuestionIcon } from '../../Icon'\nimport { TextLink } from '../TextLink'\n\ntype Props = Omit<ComponentPropsWithoutRef<typeof TextLink>, 'rel' | 'prefix' | 'suffix'>\n\nexport const HelpLink: FC<Props> = memo(({ target, ...rest }) => (\n  <TextLink\n    {...rest}\n    rel=\"help\"\n    referrerPolicy=\"no-referrer-when-downgrade\"\n    target={target}\n    prefix={!target && <FaCircleQuestionIcon />}\n  />\n))\n"],"names":["memo","_jsx","TextLink","FaCircleQuestionIcon"],"mappings":";;;;;;;;;MAOa,QAAQ,GAAcA,UAAI,CAAC,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,MAC1DC,cAAA,CAACC,qCAAQ,OACH,IAAI,EACR,GAAG,EAAC,MAAM,EACV,cAAc,EAAC,4BAA4B,EAC3C,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,CAAC,MAAM,IAAID,cAAA,CAACE,2CAAoB,EAAA,EAAA,CAAG,EAAA,CAC3C,CACH;;;;"}