vrfi-design-system 1.1.19 → 1.1.20

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
@@ -626,6 +626,8 @@ export declare interface JobTrackingCardProps {
626
626
  title: string;
627
627
  identifier: string | number;
628
628
  date: string;
629
+ activeKey?: string | number;
630
+ isTableCard?: boolean;
629
631
  }
630
632
 
631
633
  export { JobTypeEnum }