{"version":3,"file":"d4bd6db9.js","sources":["../../../src/components/base/text/Text.tsx"],"sourcesContent":["export default function Text({str}: {str?: string}): JSX.Element | null {\n return replaceNewlineWithBr(str);\n}\n\nfunction replaceNewlineWithBr(str?: string): JSX.Element | null {\n if (!str) return null;\n return (\n <>\n {str.split('\\n').map((item, index) => {\n return (\n <>\n {index !== 0 &&
}\n {item}\n \n );\n })}\n \n );\n}\n"],"names":["Text","str","replaceNewlineWithBr","_Fragment","split","map","item","index"],"mappings":"sDAAA,SAAwBA,EAAK,CAACC,IAAAA,CAAmB,EAAuB,CACtE,OAAOC,EAAqBD,CAAG,CACjC,CAEA,SAASC,EAAqBD,EAAkC,CAC9D,OAAKA,IAEHE,EAAA,CAAA,SACGF,EAAIG,MAAM;AAAA,CAAI,EAAEC,IAAI,CAACC,EAAMC,MAExBJ,EAAA,CAAA,SAAA,CACGI,IAAU,KAAK,KAAA,CAAA,CAAA,EACfD,CAAI,CAAA,CACJ,CAEN,CAAA,CACA,EAXY,IAanB"}