@mindly/ui-components 5.97.5 → 5.97.7

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.
@@ -11,5 +11,7 @@ export type FilterFeatureProps = {
11
11
  badge?: BadgeProps;
12
12
  description?: string;
13
13
  multiple?: boolean;
14
+ totalItems?: number;
15
+ isLoadingTotalItems?: boolean;
14
16
  onChange?(value: FilterValue): void;
15
17
  };
@@ -4,6 +4,7 @@ export type AvatarProps = {
4
4
  variant?: 'small' | 'medium' | 'smaller' | 'large' | 'xl' | 'xs';
5
5
  round?: AvatarRoundVariants;
6
6
  className?: string;
7
+ wrapperClassName?: string;
7
8
  src?: string;
8
9
  alt?: string;
9
10
  showSkeleton?: boolean;
package/dist/index.d.ts CHANGED
@@ -1099,6 +1099,7 @@ type AvatarProps = {
1099
1099
  variant?: 'small' | 'medium' | 'smaller' | 'large' | 'xl' | 'xs';
1100
1100
  round?: AvatarRoundVariants;
1101
1101
  className?: string;
1102
+ wrapperClassName?: string;
1102
1103
  src?: string;
1103
1104
  alt?: string;
1104
1105
  showSkeleton?: boolean;
@@ -3163,6 +3164,8 @@ type FilterFeatureProps = {
3163
3164
  badge?: BadgeProps;
3164
3165
  description?: string;
3165
3166
  multiple?: boolean;
3167
+ totalItems?: number;
3168
+ isLoadingTotalItems?: boolean;
3166
3169
  onChange?(value: FilterValue): void;
3167
3170
  };
3168
3171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.97.5",
3
+ "version": "5.97.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",