Socket
Socket
Sign inDemoInstall

@nextui-org/avatar

Package Overview
Dependencies
7
Maintainers
1
Versions
383
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-v2-20230326024632 to 0.0.0-dev-v2-20230326032643

4

dist/use-avatar.d.ts

@@ -84,9 +84,9 @@ import * as tailwind_variants from 'tailwind-variants';

slots: {
name: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
base: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
img: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
fallback: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
name: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
icon: (slotProps?: tailwind_variants.ClassProp<tailwind_variants.ClassValue> | undefined) => string;
};
styles: SlotsToClasses<"name" | "base" | "img" | "fallback" | "icon"> | undefined;
styles: SlotsToClasses<"base" | "img" | "fallback" | "name" | "icon"> | undefined;
fallback: react.ReactNode;

@@ -93,0 +93,0 @@ isImgLoaded: boolean;

{
"name": "@nextui-org/avatar",
"version": "0.0.0-dev-v2-20230326024632",
"version": "0.0.0-dev-v2-20230326032643",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",

@@ -33,7 +33,7 @@ "keywords": [

"@react-aria/utils": "^3.15.0",
"@nextui-org/system": "0.0.0-dev-v2-20230326015124",
"@nextui-org/use-image": "0.0.0-dev-v2-20230326015124",
"@nextui-org/theme": "0.0.0-dev-v2-20230326024632",
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230326015124",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230326015124"
"@nextui-org/system": "0.0.0-dev-v2-20230326032643",
"@nextui-org/theme": "0.0.0-dev-v2-20230326032643",
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230326032643",
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230326032643",
"@nextui-org/use-image": "0.0.0-dev-v2-20230326032643"
},

@@ -43,4 +43,4 @@ "devDependencies": {

"react": "^18.0.0",
"@nextui-org/shared-icons": "0.0.0-dev-v2-20230326015124",
"@nextui-org/test-utils": "0.0.0-dev-v2-20230326015124"
"@nextui-org/shared-icons": "0.0.0-dev-v2-20230326032643",
"@nextui-org/test-utils": "0.0.0-dev-v2-20230326032643"
},

@@ -47,0 +47,0 @@ "clean-package": "../../../clean-package.config.json",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc