vrfi-design-system 1.0.76 → 1.0.78

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
@@ -610,7 +610,7 @@ export declare interface ProfileAssignedCardProps {
610
610
  name: string;
611
611
  }
612
612
 
613
- export declare const ProfileAssignedEmployer: ({ data, profileAssignedHeading, noDataHeading, noDataSubheading, noDataIcon }: AssignedEmployerProps) => default_2.JSX.Element;
613
+ export declare const ProfileAssignedEmployer: ({ data, profileAssignedHeading, noDataHeading, noDataSubheading, noDataIcon, }: AssignedEmployerProps) => default_2.JSX.Element;
614
614
 
615
615
  export declare interface ProfileAttachmentProps {
616
616
  data?: DocumentCardProps[];
@@ -636,6 +636,7 @@ export declare interface ProfileDetailProps {
636
636
  userId: string;
637
637
  imageUrl?: string;
638
638
  verified: boolean;
639
+ sinNumber?: string;
639
640
  }
640
641
 
641
642
  export { QueryParams }