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

@nextui-org/avatar

Package Overview
Dependencies
Maintainers
1
Versions
488
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/avatar - npm Package Compare versions

Comparing version 0.0.0-dev-v2-20230326012034 to 0.0.0-dev-v2-20230326015124

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<"base" | "img" | "fallback" | "name" | "icon"> | undefined;
styles: SlotsToClasses<"name" | "base" | "img" | "fallback" | "icon"> | undefined;
fallback: react.ReactNode;

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

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

@@ -11,3 +11,3 @@ "keywords": [

"license": "MIT",
"main": "dist/index.cjs.js",
"main": "dist/index.js",
"sideEffects": false,

@@ -34,7 +34,7 @@ "files": [

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

@@ -44,5 +44,6 @@ "devDependencies": {

"react": "^18.0.0",
"@nextui-org/shared-icons": "0.0.0-dev-v2-20230326012034",
"@nextui-org/test-utils": "0.0.0-dev-v2-20230326012034"
"@nextui-org/shared-icons": "0.0.0-dev-v2-20230326015124",
"@nextui-org/test-utils": "0.0.0-dev-v2-20230326015124"
},
"clean-package": "../../../clean-package.config.json",
"tsup": {

@@ -56,8 +57,9 @@ "clean": true,

},
"module": "dist/index.esm.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},

@@ -64,0 +66,0 @@ "./package.json": "./package.json"

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