{"version":3,"file":"notifications-nMk5Tlyu.js","sources":["../../../app/helpers/notifications.tsx"],"sourcesContent":["import { showNotification } from \"@mantine/notifications\";\nimport type { NotificationData } from \"@mantine/notifications\";\n\nimport InformationCircleIcon from \"~icons/heroicons/information-circle-20-solid\";\nimport ExclamationTriangleIcon from \"~icons/heroicons/exclamation-triangle-20-solid\";\n\nexport const showAlert = (props: NotificationData) => {\n showNotification({\n color: \"red\",\n icon: ,\n ...props,\n });\n};\n\nexport const showNotice = (props: NotificationData) => {\n showNotification({\n color: \"primary\",\n icon: ,\n ...props,\n });\n};\n"],"names":["showAlert","props","showNotification","ExclamationTriangleIcon","showNotice","InformationCircleIcon"],"mappings":"kIAMa,MAAAA,EAAaC,GAA4B,CACnCC,EAAA,CACf,MAAO,MACP,WAAOC,EAAwB,EAAA,EAC/B,GAAGF,CAAA,CACJ,CACH,EAEaG,EAAcH,GAA4B,CACpCC,EAAA,CACf,MAAO,UACP,WAAOG,EAAsB,EAAA,EAC7B,GAAGJ,CAAA,CACJ,CACH"}