vrfi-design-system 1.1.15 → 1.1.16
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 +4366 -4299
- package/dist/main.umd.js +72 -72
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -797,6 +797,8 @@ export declare interface PreviewDocumentsCardProps {
|
|
|
797
797
|
onRemove: () => void;
|
|
798
798
|
onRename?: (newName: string) => void;
|
|
799
799
|
canRename?: boolean;
|
|
800
|
+
canView?: boolean;
|
|
801
|
+
fileUrl?: string;
|
|
800
802
|
}
|
|
801
803
|
|
|
802
804
|
export declare function ProfileAssignedCard({ name }: ProfileAssignedCardProps): default_2.JSX.Element;
|