@hybr1d-tech/charizard 2.3.7 → 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/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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "2.3.7",
3
+ "version": "2.3.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"