@edusight/notification-widget 1.0.1

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.
Files changed (35) hide show
  1. package/README.md +74 -0
  2. package/dist/components/EmptyState.d.ts +7 -0
  3. package/dist/components/EmptyState.d.ts.map +1 -0
  4. package/dist/components/NotificationBell.d.ts +8 -0
  5. package/dist/components/NotificationBell.d.ts.map +1 -0
  6. package/dist/components/NotificationCenter.d.ts +18 -0
  7. package/dist/components/NotificationCenter.d.ts.map +1 -0
  8. package/dist/components/NotificationGroup.d.ts +13 -0
  9. package/dist/components/NotificationGroup.d.ts.map +1 -0
  10. package/dist/components/NotificationItem.d.ts +10 -0
  11. package/dist/components/NotificationItem.d.ts.map +1 -0
  12. package/dist/components/NotificationList.d.ts +16 -0
  13. package/dist/components/NotificationList.d.ts.map +1 -0
  14. package/dist/components/Preferences.d.ts +10 -0
  15. package/dist/components/Preferences.d.ts.map +1 -0
  16. package/dist/hooks/useNotificationCenter.d.ts +22 -0
  17. package/dist/hooks/useNotificationCenter.d.ts.map +1 -0
  18. package/dist/hooks/useNotifications.d.ts +21 -0
  19. package/dist/hooks/useNotifications.d.ts.map +1 -0
  20. package/dist/hooks/useWebSocket.d.ts +20 -0
  21. package/dist/hooks/useWebSocket.d.ts.map +1 -0
  22. package/dist/index.cjs.js +48 -0
  23. package/dist/index.cjs.js.map +1 -0
  24. package/dist/index.d.ts +19 -0
  25. package/dist/index.d.ts.map +1 -0
  26. package/dist/index.esm.js +5038 -0
  27. package/dist/index.esm.js.map +1 -0
  28. package/dist/interfaces/notification-client.interface.d.ts +3 -0
  29. package/dist/interfaces/notification-client.interface.d.ts.map +1 -0
  30. package/dist/notification-widget.css +1 -0
  31. package/dist/services/websocket-service.d.ts +35 -0
  32. package/dist/services/websocket-service.d.ts.map +1 -0
  33. package/dist/theme/notification-theme.d.ts +3 -0
  34. package/dist/theme/notification-theme.d.ts.map +1 -0
  35. package/package.json +100 -0
@@ -0,0 +1,19 @@
1
+ export { NotificationCenter } from './components/NotificationCenter';
2
+ export { NotificationList } from './components/NotificationList';
3
+ export { NotificationItem } from './components/NotificationItem';
4
+ export { NotificationBell } from './components/NotificationBell';
5
+ export { EmptyState } from './components/EmptyState';
6
+ export { useNotifications } from './hooks/useNotifications';
7
+ export { useWebSocket } from './hooks/useWebSocket';
8
+ export { useNotificationCenter } from './hooks/useNotificationCenter';
9
+ export { notificationTheme } from './theme/notification-theme';
10
+ export type { NotificationCenterProps } from './components/NotificationCenter';
11
+ export type { NotificationListProps } from './components/NotificationList';
12
+ export type { NotificationItemProps } from './components/NotificationItem';
13
+ export type { NotificationBellProps } from './components/NotificationBell';
14
+ export type { EmptyStateProps } from './components/EmptyState';
15
+ export type { UseNotificationsOptions, UseNotificationsReturn } from './hooks/useNotifications';
16
+ export type { UseWebSocketOptions, UseWebSocketReturn } from './hooks/useWebSocket';
17
+ export type { UseNotificationCenterOptions, UseNotificationCenterReturn } from './hooks/useNotificationCenter';
18
+ export type { Notification, NotificationClient, NotificationClientConfig } from '@edusight/notification-sdk';
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAGtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG/D,YAAY,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC/E,YAAY,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAC3E,YAAY,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,YAAY,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAChG,YAAY,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACpF,YAAY,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG/G,YAAY,EAAE,YAAY,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAG7G,OAAO,oBAAoB,CAAC"}