vrfi-design-system 1.1.31 → 1.1.32

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
@@ -621,6 +621,7 @@ declare interface JobCardProps extends HTMLAttributes<HTMLDivElement> {
621
621
  status?: JobStatus;
622
622
  jobTrackId?: string;
623
623
  title: string;
624
+ showBadgesFooter?: boolean;
624
625
  }
625
626
 
626
627
  export declare const JobTrackingCard: (props: JobTrackingCardProps) => default_2.JSX.Element;