Socket
Socket
Sign inDemoInstall

@atlaskit/avatar

Package Overview
Dependencies
7
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 21.4.1 to 21.4.2

6

CHANGELOG.md
# @atlaskit/avatar
## 21.4.2
### Patch Changes
- Updated dependencies
## 21.4.1

@@ -4,0 +10,0 @@

2

dist/cjs/Avatar.js

@@ -25,3 +25,3 @@ "use strict";

var packageName = "@atlaskit/avatar";
var packageVersion = "21.4.1";
var packageVersion = "21.4.2";

@@ -28,0 +28,0 @@ // eslint-disable-next-line @repo/internal/react/consistent-types-definitions

@@ -13,3 +13,3 @@ /** @jsx jsx */

const packageName = "@atlaskit/avatar";
const packageVersion = "21.4.1";
const packageVersion = "21.4.2";

@@ -16,0 +16,0 @@ // eslint-disable-next-line @repo/internal/react/consistent-types-definitions

@@ -18,3 +18,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

var packageName = "@atlaskit/avatar";
var packageVersion = "21.4.1";
var packageVersion = "21.4.2";

@@ -21,0 +21,0 @@ // eslint-disable-next-line @repo/internal/react/consistent-types-definitions

@@ -36,3 +36,3 @@ /** @jsx jsx */

/**
* Supply a custom avatar component instead of the default
* Supply a custom avatar component instead of the default.
*/

@@ -54,3 +54,3 @@ children?: (props: CustomAvatarProps) => ReactNode;

* Indicates a user's online status by showing a small icon on the avatar.
* Refer to presence values on the Presence component.
* Refer to presence values on the presence component.
* Alternatively accepts any React element. For best results, it is recommended to

@@ -61,3 +61,3 @@ * use square content with height and width of 100%.

/**
* Defines the size of the avatar
* Defines the size of the avatar.
*/

@@ -91,7 +91,7 @@ size?: SizeType;

/**
* A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests
* A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests.
*/
testId?: string;
/**
* Analytics context meta data
* Analytics context meta data.
*/

@@ -98,0 +98,0 @@ analyticsContext?: Record<string, any>;

@@ -36,3 +36,3 @@ /** @jsx jsx */

/**
* Supply a custom avatar component instead of the default
* Supply a custom avatar component instead of the default.
*/

@@ -54,3 +54,3 @@ children?: (props: CustomAvatarProps) => ReactNode;

* Indicates a user's online status by showing a small icon on the avatar.
* Refer to presence values on the Presence component.
* Refer to presence values on the presence component.
* Alternatively accepts any React element. For best results, it is recommended to

@@ -61,3 +61,3 @@ * use square content with height and width of 100%.

/**
* Defines the size of the avatar
* Defines the size of the avatar.
*/

@@ -91,7 +91,7 @@ size?: SizeType;

/**
* A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests
* A `testId` prop is provided for specified elements, which is a unique string that appears as a data attribute `data-testid` in the rendered code, serving as a hook for automated tests.
*/
testId?: string;
/**
* Analytics context meta data
* Analytics context meta data.
*/

@@ -98,0 +98,0 @@ analyticsContext?: Record<string, any>;

{
"name": "@atlaskit/avatar",
"version": "21.4.1",
"version": "21.4.2",
"description": "An avatar is a visual representation of a user or entity.",

@@ -47,3 +47,3 @@ "publishConfig": {

"@atlaskit/analytics-next": "^9.1.0",
"@atlaskit/icon": "^21.12.0",
"@atlaskit/icon": "^22.0.0",
"@atlaskit/theme": "^12.6.0",

@@ -63,3 +63,3 @@ "@atlaskit/tokens": "^1.28.0",

"@atlaskit/ssr": "*",
"@atlaskit/tooltip": "^17.8.0",
"@atlaskit/tooltip": "^18.0.0",
"@atlaskit/visual-regression": "*",

@@ -66,0 +66,0 @@ "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",

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