@mparticle/aquarium 1.36.1 → 1.37.0-notification-unread-indicator.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.
@@ -1,7 +1,8 @@
1
1
  import { type IButtonProps, type IPopoverProps } from '../../../../../../../../../src/components';
2
2
  export interface INotificationCenterProps extends Omit<IPopoverProps, 'key' | 'trigger' | 'placement' | 'arrow' | 'overlayClassName' | 'title'> {
3
+ unreadMessages?: number;
3
4
  onClose?: IButtonProps['onClick'];
4
5
  onPreferencesClick?: IButtonProps['onClick'];
5
6
  }
6
7
  export declare const NotificationCenterZIndex = 9999;
7
- export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, ...props }: INotificationCenterProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function NotificationCenter({ zIndex, onClose, onPreferencesClick, unreadMessages, ...props }: INotificationCenterProps): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.36.1",
3
+ "version": "1.37.0-notification-unread-indicator.1",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [