{"version":3,"file":"static/chunks/1681.52ff710a0ed58a4f.js","mappings":"6NAIe,SAASA,IACtB,GAAM,CAAEC,EAAAA,CAAC,CAAE,CAAGC,CAAAA,EAAAA,EAAAA,CAAAA,EAAe,uBAE7B,MACE,GAAAC,EAAAC,IAAA,EAACC,MAAAA,CAAIC,UAAWC,IAAAA,SAAgB,WAC9B,GAAAJ,EAAAK,GAAA,EAACC,IAAAA,CAAEH,UAAWC,IAAAA,sBAA6B,UACxCN,EAAE,iCAGL,GAAAE,EAAAK,GAAA,EAACH,MAAAA,CAAIC,UAAWC,IAAAA,eAAsB,UACnC,CACCG,EAAAA,CAAcA,CAACC,IAAI,CACnBD,EAAAA,CAAcA,CAACE,MAAM,CACrBF,EAAAA,CAAcA,CAACG,IAAI,CACnBH,EAAAA,CAAcA,CAACI,MAAM,CACtB,CAACC,GAAG,CAACC,GACJ,GAAAb,EAAAC,IAAA,EAACC,MAAAA,CAECC,UAAWC,IAAAA,oBAA2B,WAEtC,GAAAJ,EAAAK,GAAA,EAACH,MAAAA,CAAIC,UAAWC,IAAAA,uBAA8B,UAC5C,GAAAJ,EAAAK,GAAA,EAACH,MAAAA,CACCC,UAAW,GAAmCC,MAAAA,CAAhCA,IAAAA,qBAA4B,CAAC,KAA2CU,MAAA,CAAxCV,GAAAA,CAAAA,gCAAuC,WAEpFN,EAAE,GAAcgB,MAAA,CAAXD,EAAW,cAIrB,GAAAb,EAAAK,GAAA,EAACH,MAAAA,CACCC,UAAW,GAAmCC,MAAAA,CAAhCA,IAAAA,qBAA4B,CAAC,KAA0CU,MAAA,CAAvCV,GAAAA,CAAAA,+BAAsC,WAEnFN,EAAE,GAAcgB,MAAA,CAAXD,EAAW,gBAdd,kCAA6CC,MAAA,CAAXD,SAqBnD,yBCpCe,SAASE,IACtB,GAAM,CAAEjB,EAAAA,CAAC,CAAE,CAAGC,CAAAA,EAAAA,EAAAA,CAAAA,EAAe,uBAE7B,MACE,GAAAC,EAAAK,GAAA,EAACW,EAAAA,CAAWA,CAAAA,CACVC,MAAOnB,EAAE,yBACToB,MAAOC,EAAAA,CAASA,CAACC,gCAAgC,CACjDC,WAAU,GACVC,mBAAkB,GAClBnB,UAAWC,IAAAA,SAAgB,UAE3B,GAAAJ,EAAAK,GAAA,EAACR,EAAuCA,CAAAA,IAG9C,qBCnBA0B,EAAAC,OAAA,EAAkB,8iBCAlBD,EAAAC,OAAA,EAAkB","sources":["webpack://_N_E/./src/components/MissionUncrossable/DifficultyInfoModal/Content/index.tsx","webpack://_N_E/./src/components/MissionUncrossable/DifficultyInfoModal/index.tsx","webpack://_N_E/./src/components/MissionUncrossable/DifficultyInfoModal/Content/styles.module.scss","webpack://_N_E/./src/components/MissionUncrossable/DifficultyInfoModal/styles.module.scss"],"sourcesContent":["import useTranslation from 'next-translate/useTranslation';\nimport styles from './styles.module.scss';\nimport { GridDifficulty } from '@/models/bet/grid/difficulty';\n\nexport default function MissionUncrossableDifficultyInfoContent() {\n const { t } = useTranslation('mission-uncrossable');\n\n return (\n
\n

\n {t('difficulty_info_description')}\n

\n\n
\n {[\n GridDifficulty.Easy,\n GridDifficulty.Medium,\n GridDifficulty.Hard,\n GridDifficulty.Expert,\n ].map(difficulty => (\n \n
\n \n {t(`${difficulty}_mode`)}\n
\n
\n\n \n {t(`${difficulty}_chance`)}\n
\n \n ))}\n \n \n );\n}\n","import { ModalLayout } from '@starsoft/common/components';\nimport { ModalsKey } from '@/enums/modalsKey';\nimport useTranslation from 'next-translate/useTranslation';\nimport MissionUncrossableDifficultyInfoContent from './Content';\nimport styles from './styles.module.scss';\n\nexport default function MissionUncrossableDifficultyInfoModal() {\n const { t } = useTranslation('mission-uncrossable');\n\n return (\n \n \n \n );\n}\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"container\":\"styles_container__5fzMc\",\"container__description\":\"styles_container__description__byDfi\",\"container__card\":\"styles_container__card__T4qzc\",\"container__card__cell--header\":\"styles_container__card__cell--header__R0Hy7\",\"container__card__cell--value\":\"styles_container__card__cell--value__QGYik\",\"container__card__row\":\"styles_container__card__row___D7hb\",\"container__card__cell\":\"styles_container__card__cell__1SVh3\",\"container__card__header\":\"styles_container__card__header__a2rbd\",\"skeleton-animation\":\"styles_skeleton-animation__PzrZ5\"};","// extracted by mini-css-extract-plugin\nmodule.exports = {\"container\":\"styles_container__P_JrH\",\"skeleton-animation\":\"styles_skeleton-animation__f27uj\"};"],"names":["MissionUncrossableDifficultyInfoContent","t","useTranslation","jsx_runtime","jsxs","div","className","styles","jsx","p","GridDifficulty","Easy","Medium","Hard","Expert","map","difficulty","concat","MissionUncrossableDifficultyInfoModal","ModalLayout","title","modal","ModalsKey","MissionUncrossableDifficultyInfo","fitContent","smallMobilePadding","module","exports"],"sourceRoot":""}