@hybr1d-tech/charizard 2.3.8 → 2.3.9
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/hybr1d-ui.js +1129 -1129
- package/dist/hybr1d-ui.umd.cjs +2 -2
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3371,11 +3371,12 @@ declare interface UserChipProps {
|
|
|
3371
3371
|
profileImgUrl?: string;
|
|
3372
3372
|
}
|
|
3373
3373
|
|
|
3374
|
-
export declare function UsersChip({ status, users }: UsersChipProps): JSX.Element;
|
|
3374
|
+
export declare function UsersChip({ status, users, userCount }: UsersChipProps): JSX.Element;
|
|
3375
3375
|
|
|
3376
3376
|
declare interface UsersChipProps {
|
|
3377
3377
|
status?: USER_CHIP_STATUS;
|
|
3378
3378
|
users: Array<Partial<UsersChipUser>>;
|
|
3379
|
+
userCount?: number;
|
|
3379
3380
|
}
|
|
3380
3381
|
|
|
3381
3382
|
export declare interface UsersChipUser {
|