{"version":3,"file":"NotificationProvider.cjs","sources":["../../../../src/lib/Notification/NotificationProvider.ts"],"sourcesContent":["import {createStoreProvider} from '@/internal/store/createStoreProvider.tsx';\n\nimport type {NotificationState, NotificationAction} from './NotificationReducer.ts';\nimport {initialState, NotificationReducer} from './NotificationReducer.ts';\nimport {NotificationContext} from './NotificationContext.ts';\n\nexport const NotificationProvider = createStoreProvider<NotificationState, NotificationAction>({\n    context: NotificationContext,\n    reducer: NotificationReducer,\n    initialState,\n});\n"],"names":["NotificationProvider","createStoreProvider","NotificationContext","NotificationReducer","initialState"],"mappings":"2OAMaA,EAAuBC,EAAAA,oBAA2D,CAC3F,QAASC,EAAAA,oBACT,QAASC,EAAAA,oBAAA,aACTC,EAAAA,YACJ,CAAC"}