{"version":3,"file":"static/js/42699.0e3e5c8b.chunk.js","mappings":"mQAEA,MAAMA,GAAgBC,E,SAAAA,GAAgB,cAEzBC,EAAgBF,EAAc,cAC9BG,EAA2BH,EAAc,yBACzCI,EAAiBJ,EAAc,eAC/BK,EAA2BL,EAAc,yBACzCM,EAAuBN,EAAc,qBACrCO,EAA8BP,EACzC,oBACA,WAEWQ,EAA2BR,EACtC,oBACA,mBAEWS,EAAcT,EAAc,YAC5BU,EAAiCV,EAC5C,cACA,oBAEWW,EAAwBX,EAAc,sBAEtCY,EAAuBZ,EAAc,qBACrCa,EAA8Bb,EACzC,4BAEWc,EAAmCd,EAC9C,iCAGWe,EAAgCf,EAC3C,8BAGWgB,EAAiChB,EAC5C,8B","sources":["store/selectors/casino-data.ts"],"sourcesContent":["import { getSelectorRoot } from 'utils/selectors';\n\nconst getCasinoData = getSelectorRoot('casinoData');\n\nexport const getCategories = getCasinoData('categories');\nexport const getCasinoGameTournaments = getCasinoData('casinoGameTournaments');\nexport const getJackpotData = getCasinoData('JackpotData');\nexport const getSportsbookJackpotData = getCasinoData('SportsbookJackpotData');\nexport const getCasinoGameJackpot = getCasinoData('casinoGameJackpot');\nexport const getCachedTournamentsOptions = getCasinoData(\n 'cachedTournaments',\n 'options'\n);\nexport const getCachedTournamentsData = getCasinoData(\n 'cachedTournaments',\n 'tournamentsData'\n);\nexport const getIsLoaded = getCasinoData('isLoaded');\nexport const getCachedGamesActiveCategories = getCasinoData(\n 'cachedGames',\n 'activeCategories'\n);\nexport const getSelectedCasinoGame = getCasinoData('selectedCasinoGame');\n\nexport const getJoinedTournaments = getCasinoData('joinedTournaments');\nexport const getSelectedCasinoCategoryId = getCasinoData(\n 'selectedCasinoCategoryId'\n);\nexport const getTournamentActiveProductTypeId = getCasinoData(\n 'tournamentActiveProductTypeId'\n);\n\nexport const getOnlinePlayersCrashGamesIds = getCasinoData(\n 'onlinePlayersCrashGamesIds'\n);\n\nexport const getOnlinePlayersCrashGamesData = getCasinoData(\n 'onlinePlayersCrashGamesData'\n);\n"],"names":["getCasinoData","getSelectorRoot","getCategories","getCasinoGameTournaments","getJackpotData","getSportsbookJackpotData","getCasinoGameJackpot","getCachedTournamentsOptions","getCachedTournamentsData","getIsLoaded","getCachedGamesActiveCategories","getSelectedCasinoGame","getJoinedTournaments","getSelectedCasinoCategoryId","getTournamentActiveProductTypeId","getOnlinePlayersCrashGamesIds","getOnlinePlayersCrashGamesData"],"sourceRoot":""}