vrfi-design-system 1.1.36 → 1.1.37

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
@@ -174,10 +174,11 @@ declare interface AgencyJobCardProps extends HTMLAttributes<HTMLDivElement> {
174
174
  badges: BadgeProps[];
175
175
  bodyList: ListItemProps[];
176
176
  createdBy: Omit<CustomAvatarProps, "size">;
177
- headerExtra?: default_2.ReactNode;
177
+ headerExtra?: ReactNode;
178
178
  status: JobStatus;
179
179
  title: string;
180
- footerExtra?: default_2.ReactNode;
180
+ footerExtra?: ReactNode;
181
+ footerLeftExtra?: ReactNode;
181
182
  }
182
183
 
183
184
  export { Align }