@kopexa/avatar 17.0.57 → 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.
- package/dist/use-avatar.d.mts +1 -1
- package/dist/use-avatar.d.ts +1 -1
- package/package.json +4 -4
package/dist/use-avatar.d.mts
CHANGED
|
@@ -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" | "
|
|
136
|
+
classNames: SlotsToClasses<"name" | "fallback" | "img" | "root" | "icon"> | undefined;
|
|
137
137
|
name: string | undefined;
|
|
138
138
|
fallback: react.ReactNode;
|
|
139
139
|
getAvatarProps: PropGetter;
|
package/dist/use-avatar.d.ts
CHANGED
|
@@ -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" | "
|
|
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.
|
|
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.
|
|
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
|
|
36
|
-
"@kopexa/shared-utils": "17.0.
|
|
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",
|