@yamada-ui/avatar
Advanced tools
Comparing version 0.0.0-dev-20231224064542 to 0.0.0-dev-20231224084558
@@ -54,4 +54,9 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
type AvatarProps = HTMLUIProps<"span"> & ThemeProps<"Avatar"> & AvatarOptions & Pick<UseImageProps, "onLoad" | "onError">; | ||
/** | ||
* `Avatar` is a component that displays a profile picture or an icon with initials representing a user. | ||
* | ||
* @see Docs https://yamada-ui.com/components/media-and-icons/avatar | ||
*/ | ||
declare const Avatar: _yamada_ui_core.Component<"span", AvatarProps>; | ||
export { Avatar, type AvatarProps, AvatarProvider, useAvatarContext }; |
{ | ||
"name": "@yamada-ui/avatar", | ||
"version": "0.0.0-dev-20231224064542", | ||
"version": "0.0.0-dev-20231224084558", | ||
"description": "Yamada UI avatar component", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
}, | ||
"homepage": "https://yamada-ui.com", | ||
"repository": { | ||
@@ -39,6 +40,6 @@ "type": "git", | ||
"dependencies": { | ||
"@yamada-ui/core": "0.0.0-dev-20231224064542", | ||
"@yamada-ui/utils": "0.5.1", | ||
"@yamada-ui/image": "0.0.0-dev-20231224064542", | ||
"@yamada-ui/icon": "0.0.0-dev-20231224064542" | ||
"@yamada-ui/core": "0.0.0-dev-20231224084558", | ||
"@yamada-ui/utils": "0.0.0-dev-20231224084558", | ||
"@yamada-ui/image": "0.0.0-dev-20231224084558", | ||
"@yamada-ui/icon": "0.0.0-dev-20231224084558" | ||
}, | ||
@@ -45,0 +46,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
124129
1658
1
+ Added@yamada-ui/core@0.0.0-dev-20231224084558(transitive)
+ Added@yamada-ui/icon@0.0.0-dev-20231224084558(transitive)
+ Added@yamada-ui/image@0.0.0-dev-20231224084558(transitive)
+ Added@yamada-ui/portal@0.0.0-dev-20231224084558(transitive)
+ Added@yamada-ui/use-token@0.0.0-dev-20231224084558(transitive)
+ Added@yamada-ui/utils@0.0.0-dev-20231224084558(transitive)
- Removed@yamada-ui/core@0.0.0-dev-20231224064542(transitive)
- Removed@yamada-ui/icon@0.0.0-dev-20231224064542(transitive)
- Removed@yamada-ui/image@0.0.0-dev-20231224064542(transitive)
- Removed@yamada-ui/portal@0.3.11(transitive)
- Removed@yamada-ui/use-token@0.0.0-dev-20231224064542(transitive)
- Removed@yamada-ui/utils@0.5.1(transitive)