vrfi-design-system 1.2.36 → 1.2.38

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
@@ -980,7 +980,6 @@ declare interface PreviewCardProps {
980
980
  canUpload?: boolean;
981
981
  handleUploadClick?: (fileName: string) => void;
982
982
  handleExpiryEdit?: () => void;
983
- openOnNameClick?: boolean;
984
983
  }
985
984
 
986
985
  export declare const PreviewDocumentsCard: default_2.FC<PreviewDocumentsCardProps>;
@@ -1296,6 +1295,7 @@ declare interface TabItems {
1296
1295
  key: string;
1297
1296
  label: ReactNode;
1298
1297
  children: ReactNode;
1298
+ showPendingState?: boolean;
1299
1299
  }
1300
1300
 
1301
1301
  export declare const TableComponent: <T extends object>({ dataSource, columns, pagination, loading, onTableRowEvents, onRow, onChange, loadingCount, size, type, scroll, rowHoverable, rowClassName, noDataComponent, hoverColumn: HoverColumn, ...restProps }: TableComponentProps<T>) => default_2.JSX.Element;