@nextui-org/avatar
Advanced tools
Comparing version 0.0.0-dev-v2-20230601001842 to 0.0.0-dev-v2-20230601002458
@@ -83,9 +83,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; | ||
}; | ||
classNames: SlotsToClasses<"name" | "base" | "img" | "fallback" | "icon"> | undefined; | ||
classNames: SlotsToClasses<"base" | "img" | "fallback" | "name" | "icon"> | undefined; | ||
fallback: react.ReactNode; | ||
@@ -95,3 +95,3 @@ isImgLoaded: boolean; | ||
ignoreFallback: boolean; | ||
getInitials: (text: string) => string; | ||
getInitials: (name: string) => string; | ||
getAvatarProps: PropGetter<Record<string, unknown>, _nextui_org_system.DOMAttributes<_nextui_org_system.DOMElement>>; | ||
@@ -98,0 +98,0 @@ getImageProps: PropGetter<Record<string, unknown>, _nextui_org_system.DOMAttributes<_nextui_org_system.DOMElement>>; |
{ | ||
"name": "@nextui-org/avatar", | ||
"version": "0.0.0-dev-v2-20230601001842", | ||
"version": "0.0.0-dev-v2-20230601002458", | ||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", | ||
@@ -34,7 +34,7 @@ "keywords": [ | ||
"@react-aria/utils": "^3.16.0", | ||
"@nextui-org/system": "0.0.0-dev-v2-20230601001842", | ||
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230601001842", | ||
"@nextui-org/theme": "0.0.0-dev-v2-20230601001842", | ||
"@nextui-org/use-image": "0.0.0-dev-v2-20230601001842", | ||
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230601001842" | ||
"@nextui-org/system": "0.0.0-dev-v2-20230601002458", | ||
"@nextui-org/theme": "0.0.0-dev-v2-20230601002458", | ||
"@nextui-org/shared-utils": "0.0.0-dev-v2-20230601002458", | ||
"@nextui-org/dom-utils": "0.0.0-dev-v2-20230601002458", | ||
"@nextui-org/use-image": "0.0.0-dev-v2-20230601002458" | ||
}, | ||
@@ -44,4 +44,4 @@ "devDependencies": { | ||
"react": "^18.0.0", | ||
"@nextui-org/shared-icons": "0.0.0-dev-v2-20230601001842", | ||
"@nextui-org/test-utils": "0.0.0-dev-v2-20230601001842" | ||
"@nextui-org/shared-icons": "0.0.0-dev-v2-20230601002458", | ||
"@nextui-org/test-utils": "0.0.0-dev-v2-20230601002458" | ||
}, | ||
@@ -48,0 +48,0 @@ "clean-package": "../../../clean-package.config.json", |
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
+ Added@nextui-org/dom-utils@0.0.0-dev-v2-20230601002458(transitive)
+ Added@nextui-org/shared-utils@0.0.0-dev-v2-20230601002458(transitive)
+ Added@nextui-org/system@0.0.0-dev-v2-20230601002458(transitive)
+ Added@nextui-org/theme@0.0.0-dev-v2-20230601002458(transitive)
+ Added@nextui-org/use-image@0.0.0-dev-v2-20230601002458(transitive)
+ Added@nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230601002458(transitive)
- Removed@nextui-org/dom-utils@0.0.0-dev-v2-20230601001842(transitive)
- Removed@nextui-org/shared-utils@0.0.0-dev-v2-20230601001842(transitive)
- Removed@nextui-org/system@0.0.0-dev-v2-20230601001842(transitive)
- Removed@nextui-org/theme@0.0.0-dev-v2-20230601001842(transitive)
- Removed@nextui-org/use-image@0.0.0-dev-v2-20230601001842(transitive)
- Removed@nextui-org/use-safe-layout-effect@0.0.0-dev-v2-20230601001842(transitive)