vrfi-design-system 1.1.30 → 1.1.32
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 +3 -0
- package/dist/main.es.js +7868 -7849
- package/dist/main.umd.js +88 -88
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -221,6 +221,8 @@ export declare interface AvatarCardProps {
|
|
|
221
221
|
className?: string;
|
|
222
222
|
copyEmail?: boolean;
|
|
223
223
|
userId?: string;
|
|
224
|
+
time?: string;
|
|
225
|
+
date?: string;
|
|
224
226
|
}
|
|
225
227
|
|
|
226
228
|
export declare interface AvatarProps {
|
|
@@ -619,6 +621,7 @@ declare interface JobCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
619
621
|
status?: JobStatus;
|
|
620
622
|
jobTrackId?: string;
|
|
621
623
|
title: string;
|
|
624
|
+
showBadgesFooter?: boolean;
|
|
622
625
|
}
|
|
623
626
|
|
|
624
627
|
export declare const JobTrackingCard: (props: JobTrackingCardProps) => default_2.JSX.Element;
|