@heroui/avatar 2.2.16 → 2.2.17
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 +6 -6
package/dist/use-avatar.d.mts
CHANGED
|
@@ -193,7 +193,7 @@ declare function useAvatar(originalProps?: UseAvatarProps): {
|
|
|
193
193
|
disableAnimation?: boolean | undefined;
|
|
194
194
|
} & tailwind_variants.ClassProp<tailwind_variants.ClassValue>) | undefined) => string;
|
|
195
195
|
} & {};
|
|
196
|
-
classNames: SlotsToClasses<"name" | "base" | "img" | "
|
|
196
|
+
classNames: SlotsToClasses<"name" | "base" | "img" | "fallback" | "icon"> | undefined;
|
|
197
197
|
fallback: react.ReactNode;
|
|
198
198
|
isImgLoaded: boolean;
|
|
199
199
|
showFallback: boolean;
|
package/dist/use-avatar.d.ts
CHANGED
|
@@ -193,7 +193,7 @@ declare function useAvatar(originalProps?: UseAvatarProps): {
|
|
|
193
193
|
disableAnimation?: boolean | undefined;
|
|
194
194
|
} & tailwind_variants.ClassProp<tailwind_variants.ClassValue>) | undefined) => string;
|
|
195
195
|
} & {};
|
|
196
|
-
classNames: SlotsToClasses<"name" | "base" | "img" | "
|
|
196
|
+
classNames: SlotsToClasses<"name" | "base" | "img" | "fallback" | "icon"> | undefined;
|
|
197
197
|
fallback: react.ReactNode;
|
|
198
198
|
isImgLoaded: boolean;
|
|
199
199
|
showFallback: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heroui/avatar",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.17",
|
|
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"
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"@heroui/system": ">=2.4.7"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@react-aria/interactions": "3.25.
|
|
35
|
-
"@react-aria/focus": "3.20.
|
|
36
|
-
"@react-aria/utils": "3.29.
|
|
34
|
+
"@react-aria/interactions": "3.25.2",
|
|
35
|
+
"@react-aria/focus": "3.20.4",
|
|
36
|
+
"@react-aria/utils": "3.29.1",
|
|
37
37
|
"@heroui/shared-utils": "2.1.9",
|
|
38
|
-
"@heroui/react-utils": "2.1.
|
|
39
|
-
"@heroui/use-image": "2.1.
|
|
38
|
+
"@heroui/react-utils": "2.1.11",
|
|
39
|
+
"@heroui/use-image": "2.1.10"
|
|
40
40
|
},
|
|
41
41
|
"clean-package": "../../../clean-package.config.json",
|
|
42
42
|
"module": "dist/index.mjs",
|