feat: update the ui of the notification

This commit is contained in:
Nathnael
2026-07-06 10:29:59 +00:00
parent 68c60f9e61
commit abe26c2c60
13 changed files with 820 additions and 218 deletions

View File

@@ -28,10 +28,18 @@ export type { OperationDatePickerProps } from "./components/OperationDatePicker"
export { CountdownTimer } from "./components/CountdownTimer";
export type { CountdownTimerProps } from "./components/CountdownTimer";
export { NotificationBell } from "./components/NotificationBell";
export {
NotificationBell,
NotificationItem,
NotificationDrawer,
} from "./components/NotificationBell";
export type {
NotificationBellProps,
NotificationBellItem,
NotificationItemProps,
NotificationDrawerProps,
NotificationItemData,
NotificationVisual,
ResolveNotificationVisual,
} from "./components/NotificationBell";
export { Badge } from "./components/badge";