vrfi-design-system 1.0.75 → 1.0.77
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 +1 -1
- package/dist/main.es.js +3106 -3086
- package/dist/main.umd.js +1 -1
- package/package.json +1 -1
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[];
|