vrfi-design-system 1.2.23 → 1.2.24
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 +1 -1
- package/dist/main.es.js +9171 -9168
- package/dist/main.umd.js +109 -109
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1426,7 +1426,7 @@ export declare interface UserBadgeProps {
|
|
|
1426
1426
|
candidateName?: string;
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
|
-
export declare function UserStatus(
|
|
1429
|
+
export declare function UserStatus({ userStatus }: UserStatusProps): default_2.JSX.Element;
|
|
1430
1430
|
|
|
1431
1431
|
export declare type UserStatusProps = {
|
|
1432
1432
|
userStatus: StatusTypes_2;
|