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.1.3 to 21.1.4

6

CHANGELOG.md
# @atlaskit/avatar
## 21.1.4
### Patch Changes
- Updated dependencies
## 21.1.3

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

2

dist/cjs/Avatar.js

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

var packageName = "@atlaskit/avatar";
var packageVersion = "21.1.3";
var packageVersion = "21.1.4";

@@ -44,0 +44,0 @@ var getStyles = function getStyles(css, _ref) {

{
"name": "@atlaskit/avatar",
"version": "21.1.3",
"version": "21.1.4",
"sideEffects": false
}

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

const packageName = "@atlaskit/avatar";
const packageVersion = "21.1.3";
const packageVersion = "21.1.4";

@@ -16,0 +16,0 @@ const getStyles = (css, {

{
"name": "@atlaskit/avatar",
"version": "21.1.3",
"version": "21.1.4",
"sideEffects": false
}

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

var packageName = "@atlaskit/avatar";
var packageVersion = "21.1.3";
var packageVersion = "21.1.4";

@@ -26,0 +26,0 @@ var getStyles = function getStyles(css, _ref) {

{
"name": "@atlaskit/avatar",
"version": "21.1.3",
"version": "21.1.4",
"sideEffects": false
}
{
"name": "@atlaskit/avatar",
"version": "21.1.3",
"version": "21.1.4",
"description": "An avatar is a visual representation of a user or entity.",

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

"@atlaskit/theme": "^12.2.0",
"@atlaskit/tokens": "^0.11.0",
"@atlaskit/tokens": "^0.12.0",
"@babel/runtime": "^7.0.0",

@@ -49,3 +49,3 @@ "@emotion/react": "^11.7.1",

"devDependencies": {
"@atlaskit/button": "^16.4.0",
"@atlaskit/button": "^16.5.0",
"@atlaskit/docs": "*",

@@ -52,0 +52,0 @@ "@atlaskit/ds-lib": "^2.1.1",

@@ -0,11 +1,16 @@

<!-- API Report Version: 2.2 -->
## API Report File for "@atlaskit/avatar"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
> Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
<!--
Generated API Report version: 2.0
-->
### Table of contents
[Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
- [Main Entry Types](#main-entry-types)
### Main Entry Types
<!--SECTION START: Main Entry Types-->
```ts

@@ -63,3 +68,3 @@ /// <reference types="react" />

secondaryText?: ReactNode;
target?: '_blank' | '_self' | '_top' | '_parent';
target?: '_blank' | '_parent' | '_self' | '_top';
testId?: string;

@@ -79,3 +84,3 @@ }

onClick?: AvatarClickEventHandler;
presence?: ('online' | 'busy' | 'focus' | 'offline') | ReactNode;
presence?: ('busy' | 'focus' | 'offline' | 'online') | ReactNode;
size?: SizeType;

@@ -86,3 +91,3 @@ src?: string;

tabIndex?: number;
target?: '_blank' | '_self' | '_top' | '_parent';
target?: '_blank' | '_parent' | '_self' | '_top';
testId?: string;

@@ -100,3 +105,3 @@ }

// (undocumented)
'aria-disabled'?: boolean | 'false' | 'true' | undefined;
'aria-disabled'?: 'false' | 'true' | boolean | undefined;
'aria-label'?: string;

@@ -137,3 +142,3 @@ // (undocumented)

// @public (undocumented)
export type IndicatorSizeType = 'small' | 'medium' | 'large' | 'xlarge';
export type IndicatorSizeType = 'large' | 'medium' | 'small' | 'xlarge';

@@ -156,7 +161,7 @@ // @public

export type SizeType =
| 'xsmall'
| 'large'
| 'medium'
| 'small'
| 'medium'
| 'large'
| 'xlarge'
| 'xsmall'
| 'xxlarge';

@@ -194,1 +199,3 @@

```
<!--SECTION END: Main Entry Types-->
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