vrfi-design-system 1.1.19 → 1.1.21
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 +3 -0
- package/dist/main.es.js +4198 -4168
- package/dist/main.umd.js +59 -59
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -162,6 +162,7 @@ declare interface AgencyDocumentCardProps {
|
|
|
162
162
|
vaildFrom?: string;
|
|
163
163
|
expiresOn?: string;
|
|
164
164
|
verificationStatus?: string;
|
|
165
|
+
showStatusIcon?: boolean;
|
|
165
166
|
}
|
|
166
167
|
|
|
167
168
|
export declare const AgencyJobCard: FC<AgencyJobCardProps>;
|
|
@@ -626,6 +627,8 @@ export declare interface JobTrackingCardProps {
|
|
|
626
627
|
title: string;
|
|
627
628
|
identifier: string | number;
|
|
628
629
|
date: string;
|
|
630
|
+
activeKey?: string | number;
|
|
631
|
+
isTableCard?: boolean;
|
|
629
632
|
}
|
|
630
633
|
|
|
631
634
|
export { JobTypeEnum }
|