vrfi-design-system 1.1.20 → 1.1.23

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
@@ -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>;