{"version":3,"file":"static/chunks/95404.f3d5e94f194c3482.js","mappings":"+NAQe,SAASA,IACtB,IAAMC,EAAgBC,CAAAA,EAAAA,EAAAA,EAAAA,EACpB,GAAsBC,EAAMF,aAAa,CAACG,mBAAmB,EAGzDC,EAAgBC,CAAAA,EAAAA,EAAAA,OAAAA,EACpB,IACEL,MAAAA,EAAAA,KAAAA,EAAAA,EAAeM,GAAG,CAACC,GACjB,GAAAC,EAAAC,GAAA,EAACC,MAAAA,CACCC,UAAWC,IAAAA,KAAAA,UAGX,GAAAJ,EAAAC,GAAA,EAACI,EAAAA,CAAeA,CAAAA,CACdN,aAAcA,EACdO,KAAMC,EAAAA,CAAmBA,CAACC,MAAM,IAJ7B,oBAAqCC,MAAA,CAAjBV,MAAAA,EAAAA,KAAAA,EAAAA,EAAcW,EAAE,IAQ/C,CAAClB,EAAc,EAGjB,MACE,GAAAQ,EAAAC,GAAA,EAACC,MAAAA,CAAIC,UAAWC,IAAAA,SAAAA,UACd,GAAAJ,EAAAC,GAAA,EAACC,MAAAA,CAAIC,UAAWC,IAAAA,OAAAA,UAAiBR,KAGvC,oBCjCAe,EAAAC,OAAA,EAAkB","sources":["webpack://_N_E/./src/components/Notifications/NotificationToasty/index.tsx","webpack://_N_E/./src/components/Notifications/NotificationToasty/styles.module.scss"],"sourcesContent":["import React, { useMemo } from 'react';\nimport { useSelector } from 'react-redux';\nimport { RootState } from '@/lib/store';\nimport NotificationRow from '../NotificationRow';\nimport { NotificationRowType } from '../NotificationRow/props';\nimport styles from './styles.module.scss';\nimport { Notification } from '@/models/notification/notification';\n\nexport default function NotificationToasty() {\n const notifications = useSelector(\n (state: RootState) => state.notifications.notificationsToasty,\n );\n\n const Notifications = useMemo(\n () =>\n notifications?.map(notification => (\n \n \n \n )),\n [notifications],\n );\n\n return (\n
\n
{Notifications}
\n
\n );\n}\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"container\":\"styles_container__FDIJm\",\"wrapper\":\"styles_wrapper__4dcVk\",\"slide\":\"styles_slide__19uLH\",\"fadeIn\":\"styles_fadeIn__wkO_8\",\"skeleton-animation\":\"styles_skeleton-animation__LB1_8\"};"],"names":["NotificationToasty","notifications","useSelector","state","notificationsToasty","Notifications","useMemo","map","notification","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsx","div","className","styles","NotificationRow","type","NotificationRowType","Toasty","concat","id","module","exports"],"sourceRoot":""}