@kopexa/avatar 17.0.55 → 17.0.58

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.
@@ -133,7 +133,7 @@ declare function useAvatar(originalProps?: UseAvatarProps): {
133
133
  isInGridGroup?: boolean | undefined;
134
134
  } & tailwind_variants.ClassProp<tailwind_merge.ClassNameValue>) | undefined) => string;
135
135
  } & {};
136
- classNames: SlotsToClasses<"name" | "img" | "fallback" | "root" | "icon"> | undefined;
136
+ classNames: SlotsToClasses<"name" | "fallback" | "img" | "root" | "icon"> | undefined;
137
137
  name: string | undefined;
138
138
  fallback: react.ReactNode;
139
139
  getAvatarProps: PropGetter;
@@ -133,7 +133,7 @@ declare function useAvatar(originalProps?: UseAvatarProps): {
133
133
  isInGridGroup?: boolean | undefined;
134
134
  } & tailwind_variants.ClassProp<tailwind_merge.ClassNameValue>) | undefined) => string;
135
135
  } & {};
136
- classNames: SlotsToClasses<"name" | "img" | "fallback" | "root" | "icon"> | undefined;
136
+ classNames: SlotsToClasses<"name" | "fallback" | "img" | "root" | "icon"> | undefined;
137
137
  name: string | undefined;
138
138
  fallback: react.ReactNode;
139
139
  getAvatarProps: PropGetter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/avatar",
3
- "version": "17.0.55",
3
+ "version": "17.0.58",
4
4
  "description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
5
5
  "keywords": [
6
6
  "avatar"
@@ -28,12 +28,12 @@
28
28
  "motion": ">=12.23.6",
29
29
  "react": ">=19.0.0-rc.0",
30
30
  "react-dom": ">=19.0.0-rc.0",
31
- "@kopexa/theme": "17.24.3"
31
+ "@kopexa/theme": "17.24.6"
32
32
  },
33
33
  "dependencies": {
34
34
  "@radix-ui/react-avatar": "^1.1.11",
35
- "@kopexa/react-utils": "17.0.55",
36
- "@kopexa/shared-utils": "17.0.55"
35
+ "@kopexa/react-utils": "17.1.0",
36
+ "@kopexa/shared-utils": "17.0.58"
37
37
  },
38
38
  "clean-package": "../../../clean-package.config.json",
39
39
  "module": "dist/index.mjs",