{"version":3,"file":"session-DXfEMMjS.js","sources":["../../../app/javascript/components/lv1Atoms/Logo.tsx","../../../app/javascript/entrypoints/session.tsx"],"sourcesContent":["export const Logo: React.FC<{img: string; size: string;}> = (props) => {\n const { img, size } = props;\n return (\n \n );\n};\n","import { createRoot } from 'react-dom/client';\nimport { Logo } from '@/components/lv1Atoms/Logo';\nimport dfLogo from '@/src/assets/logo.png';\nimport dfLogoNotext from '@/src/assets/logo_notext.png';\n\nconst container = document.getElementById('logo');\n\nif (container) {\n const language = container.getAttribute('used_language');\n const serviceLogo = container.getAttribute('service_logo');\n const currentLogo = serviceLogo || (language === 'ja' ? dfLogo : dfLogoNotext);\n\n const root = createRoot(container);\n root.render(\n \n );\n}\n"],"names":["Logo","props","img","size","jsx","container","language","currentLogo","dfLogo","dfLogoNotext","createRoot"],"mappings":"qGAAa,MAAAA,EAAgDC,GAAU,CAC/D,KAAA,CAAE,IAAAC,EAAK,KAAAC,CAAA,EAASF,EACtB,OACGG,EAAAA,IAAA,MAAA,CAAI,IAAKF,EAAK,UAAWC,EAAM,CAEpC,ECAME,EAAY,SAAS,eAAe,MAAM,EAEhD,GAAIA,EAAW,CACP,MAAAC,EAAWD,EAAU,aAAa,eAAe,EAEjDE,EADcF,EAAU,aAAa,cAAc,IACrBC,IAAa,KAAOE,EAASC,GAEpDC,EAAWL,CAAS,EAC5B,OACFD,EAAA,IAAAJ,EAAA,CAAK,IAAKO,EAAa,KAAM,qBAAuB,CAAA,CACvD,CACF"}