vrfi-design-system 1.1.86 → 1.1.88

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/dist/index.d.ts CHANGED
@@ -832,6 +832,7 @@ export declare interface NotificationCardProps extends HTMLAttributes<HTMLDivEle
832
832
  }
833
833
 
834
834
  export declare interface NotificationData {
835
+ id?: string;
835
836
  title?: string;
836
837
  timeStamp?: string;
837
838
  description?: string;