vrfi-design-system 1.2.22 → 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 CHANGED
@@ -1072,6 +1072,7 @@ declare interface RatingProgressBarProps {
1072
1072
  totalCandidates: number;
1073
1073
  className?: string;
1074
1074
  title?: string;
1075
+ onStarClick?: (item: RatingItem) => void;
1075
1076
  }
1076
1077
 
1077
1078
  export declare const RatingStar: default_2.FC<RatingStarProps>;
@@ -1425,7 +1426,7 @@ export declare interface UserBadgeProps {
1425
1426
  candidateName?: string;
1426
1427
  }
1427
1428
 
1428
- export declare function UserStatus(props: UserStatusProps): default_2.JSX.Element;
1429
+ export declare function UserStatus({ userStatus }: UserStatusProps): default_2.JSX.Element;
1429
1430
 
1430
1431
  export declare type UserStatusProps = {
1431
1432
  userStatus: StatusTypes_2;