vrfi-design-system 1.0.39 → 1.0.40
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 +2 -0
- package/dist/main.es.js +18292 -20553
- package/dist/main.umd.js +122 -133
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -657,6 +657,8 @@ export declare interface UserBadgeProps {
|
|
|
657
657
|
inviteLink?: string;
|
|
658
658
|
shareLink?: string;
|
|
659
659
|
onClose: () => void;
|
|
660
|
+
visible: boolean;
|
|
661
|
+
modalWidth: number;
|
|
660
662
|
}
|
|
661
663
|
|
|
662
664
|
export declare function UserStatus(props: UserStatusProps): default_2.JSX.Element;
|