Socket
Socket
Sign inDemoInstall

@chakra-ui/avatar

Package Overview
Dependencies
Maintainers
4
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/avatar - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

16

CHANGELOG.md
# Change Log
## 1.1.0
### Minor Changes
- [`90c7a4fbf`](https://github.com/chakra-ui/chakra-ui/commit/90c7a4fbfde69c01395ffe2876d7348dd72ea65a)
[#3092](https://github.com/chakra-ui/chakra-ui/pull/3092) Thanks
[@TimKolberger](https://github.com/TimKolberger)! - - Improved theme typing in
order to provide a better autocomplete experience
- Fixed a type issue where pseudo style props like `_hover` and `_active`
didn't allow regular css properties
### Patch Changes
- Updated dependencies []:
- @chakra-ui/image@1.0.6
## 1.0.5

@@ -4,0 +20,0 @@

2

dist/types/avatar-group.d.ts

@@ -20,3 +20,3 @@ import { SystemProps, ThemingProps, HTMLChakraProps } from "@chakra-ui/system";

}
export interface AvatarGroupProps extends AvatarGroupOptions, Omit<HTMLChakraProps<"div">, "children">, ThemingProps {
export interface AvatarGroupProps extends AvatarGroupOptions, Omit<HTMLChakraProps<"div">, "children">, ThemingProps<"AvatarGroup"> {
}

@@ -23,0 +23,0 @@ /**

@@ -12,6 +12,2 @@ import type { SystemProps, SystemStyleObject, ThemingProps, HTMLChakraProps } from "@chakra-ui/system";

/**
* The size of the avatar.
*/
size?: string;
/**
* If `true`, the `Avatar` will show a border around it.

@@ -66,3 +62,3 @@ *

export declare const baseStyle: SystemStyleObject;
export interface AvatarProps extends Omit<HTMLChakraProps<"span">, "onError">, AvatarOptions, ThemingProps {
export interface AvatarProps extends Omit<HTMLChakraProps<"span">, "onError">, AvatarOptions, ThemingProps<"Avatar"> {
}

@@ -69,0 +65,0 @@ /**

{
"name": "@chakra-ui/avatar",
"version": "1.0.5",
"version": "1.1.0",
"description": "A React component used to show users avatar or initials",

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

"devDependencies": {
"@chakra-ui/system": "1.1.7",
"@chakra-ui/system": "1.2.0",
"react": "^17.0.1"
},
"dependencies": {
"@chakra-ui/image": "1.0.5",
"@chakra-ui/image": "1.0.6",
"@chakra-ui/utils": "1.1.0"

@@ -64,0 +64,0 @@ },

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