vrfi-design-system 1.2.34 → 1.2.36
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 +2 -0
- package/dist/main.es.js +1387 -1380
- package/dist/main.umd.js +28 -28
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -322,6 +322,7 @@ declare interface CardStatsProps {
|
|
|
322
322
|
title?: string;
|
|
323
323
|
overview: StatItem_2[];
|
|
324
324
|
itemsPerRow?: number;
|
|
325
|
+
className?: string;
|
|
325
326
|
info?: default_2.ReactNode;
|
|
326
327
|
}
|
|
327
328
|
|
|
@@ -979,6 +980,7 @@ declare interface PreviewCardProps {
|
|
|
979
980
|
canUpload?: boolean;
|
|
980
981
|
handleUploadClick?: (fileName: string) => void;
|
|
981
982
|
handleExpiryEdit?: () => void;
|
|
983
|
+
openOnNameClick?: boolean;
|
|
982
984
|
}
|
|
983
985
|
|
|
984
986
|
export declare const PreviewDocumentsCard: default_2.FC<PreviewDocumentsCardProps>;
|