Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/avatar

Package Overview
Dependencies
Maintainers
1
Versions
987
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/avatar - npm Package Compare versions

Comparing version 0.0.0-dev-20231224064542 to 0.0.0-dev-20231224084558

dist/chunk-LXXJQOYF.mjs

5

dist/avatar.d.ts

@@ -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 };

11

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc