@mx-cartographer/experiences 6.24.1-alpha.sms1 → 6.24.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.
@@ -2,4 +2,3 @@ export { getNotificationDetailRoute } from './constants/NotificationConstants';
2
2
  export { NotificationStore } from './stores/NotificationStore';
3
3
  export { default as NotificationList } from './components/NotificationList';
4
4
  export { NotificationDrawer } from './components/NotificationDrawer';
5
- export { filterRecentNotifications } from './utils/NotificationUtils';
@@ -2,4 +2,3 @@ import { Notification } from '../../common';
2
2
  export declare const sortByDate: (a: Notification, b: Notification) => number;
3
3
  export declare const shouldShowDate: (index: number, notifications: Notification[]) => boolean;
4
4
  export declare const hasInsetBorder: (index: number, notifications: Notification[]) => boolean;
5
- export declare function filterRecentNotifications(notifications: Notification[]): Notification[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.24.1-alpha.sms1",
3
+ "version": "6.24.1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",