{"version":3,"file":"__federation_expose_Loading-xBlarUZC.js","sources":["../../src/common/loading/Loading.tsx","../../src/common/loading/LoadingPage.tsx"],"sourcesContent":["import { HTMLProps } from 'react'\nimport clsx from 'clsx'\nimport styles from './Loading.module.scss'\nimport { useTranslation } from 'react-i18next'\n\ntype LoadingProps = HTMLProps & {\n showText?: boolean\n text?: string\n}\n\nexport function Loading(props: LoadingProps) {\n const { text, showText = false, className, ...rest } = props\n\n const { t } = useTranslation()\n\n const message = text ?? t('common.loading')\n\n return (\n \n {showText ? message : null}\n \n )\n}\n","import { Loading } from './Loading'\nimport styles from './LoadingPage.module.scss'\n\nexport function LoadingPage() {\n return (\n
\n \n
\n )\n}\n"],"names":["clsx","importShared","useTranslation","Loading","props","text","showText","className","rest","t","message","jsx","styles","LoadingPage"],"mappings":"2JACAA,EAAA,MAAAC,EAAA,MAAA,EAEA,CAAA,eAAAC,CAAA,EAAA,MAAAD,EAAA,eAAA,EAOO,SAASE,EAAQC,EAAqB,CAC3C,KAAM,CAAE,KAAAC,EAAM,SAAAC,EAAW,GAAO,UAAAC,EAAW,GAAGC,GAASJ,EAEjD,CAAE,EAAAK,CAAE,EAAIP,EAAe,EAEvBQ,EAAUL,GAAQI,EAAE,gBAAgB,EAGxC,OAAAE,EAAA,IAAC,MAAA,CACE,GAAGH,EACJ,UAAWR,EAAKY,EAAO,QAASL,EAAW,SAAS,EACpD,cAAY,UAEZ,SAACI,EAAA,IAAA,OAAA,CAAM,SAAWL,EAAAI,EAAU,IAAK,CAAA,CAAA,CACnC,CAEJ,gECvBO,SAASG,GAAc,CAE1B,OAAAF,EAAAA,IAAC,MAAI,CAAA,UAAWC,EAAO,mBACrB,SAACD,EAAA,IAAAR,EAAA,CAAQ,SAAQ,GAAC,KAAK,YAAa,CAAA,EACtC,CAEJ"}