@quanticjs/notification-ui 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/index.cjs +1060 -950
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +29 -1
- package/dist/index.d.ts +29 -1
- package/dist/index.js +1040 -931
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -51,7 +51,8 @@ import { AppShell } from '@quanticjs/react-layouts';
|
|
|
51
51
|
| Export | Purpose |
|
|
52
52
|
|---|---|
|
|
53
53
|
| `NotificationProvider` / `useNotificationConfig` | App registration + ambient `appId`/`basePath`/poll config |
|
|
54
|
-
| `
|
|
54
|
+
| `NotificationCenter` | **Drop-in** all-in-one: badge bell **+** integrated inbox popover (focus-trapped). Use this in a shell's `TopBar.actions`. |
|
|
55
|
+
| `NotificationBell` | Badge-only bell primitive (`onClick`) — compose your own dropdown |
|
|
55
56
|
| `NotificationInbox` | Inbox panel — list, mark-read, mark-all-read |
|
|
56
57
|
| `NotificationRealtimeProvider` / `useRealtimeContext` | Lower-level realtime socket (wrapped by `NotificationProvider`) |
|
|
57
58
|
| `NotificationPreferences` | Per-type × channel preference matrix with email digest |
|