vrfi-design-system 1.2.29 → 1.2.31

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
@@ -1048,6 +1048,8 @@ declare interface Props {
1048
1048
  title?: string;
1049
1049
  items: Attachment[];
1050
1050
  isViewAllButton?: boolean;
1051
+ maxDocuments?: number;
1052
+ onViewAllClick?: () => void;
1051
1053
  }
1052
1054
 
1053
1055
  export { RadioChangeEvent }