@careevolution/mydatahelps-ui 2.22.0 → 2.23.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.
@@ -6,4 +6,5 @@ export interface NotificationListProps {
6
6
  innerRef?: React.Ref<HTMLDivElement>;
7
7
  }
8
8
  export type NotificationListPreviewState = "Default" | "NoData";
9
+ /** Notification List. Can be filtered by Email/Push/SMS */
9
10
  export default function (props: NotificationListProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import NotificationList from "./NotificationList";
3
+ declare const meta: Meta<typeof NotificationList>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof NotificationList>;
6
+ export declare const Default: Story;
7
+ export declare const NoData: Story;
8
+ export declare const Live: Story;
package/dist/index.d.ts CHANGED
@@ -1312,6 +1312,7 @@ interface NotificationListProps {
1312
1312
  innerRef?: React$1.Ref<HTMLDivElement>;
1313
1313
  }
1314
1314
  type NotificationListPreviewState = "Default" | "NoData";
1315
+ /** Notification List. Can be filtered by Email/Push/SMS */
1315
1316
  declare function export_default$17(props: NotificationListProps): React$1.JSX.Element;
1316
1317
 
1317
1318
  interface PlatformSpecificContentProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@careevolution/mydatahelps-ui",
3
- "version": "2.22.0",
3
+ "version": "2.23.0",
4
4
  "description": "MyDataHelps UI Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",