Socket
Socket
Sign inDemoInstall

@atlaskit/avatar

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/avatar - npm Package Compare versions

Comparing version 21.6.0 to 21.6.1

2

dist/cjs/Avatar.js

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

var packageName = "@atlaskit/avatar";
var packageVersion = "21.6.0";
var packageVersion = "21.6.1";

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

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

const packageName = "@atlaskit/avatar";
const packageVersion = "21.6.0";
const packageVersion = "21.6.1";

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

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

var packageName = "@atlaskit/avatar";
var packageVersion = "21.6.0";
var packageVersion = "21.6.1";

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

/// <reference types="react" />
import { type SizeType } from './types';
type AvatarContextProps = {
export type AvatarContextProps = {
size: SizeType;

@@ -21,2 +21,1 @@ };

export declare const useAvatarContext: () => AvatarContextProps | undefined;
export {};

@@ -11,4 +11,4 @@ export { default } from './Avatar';

export type { SkeletonProps } from './Skeleton';
export { AvatarContext, useAvatarContext } from './context';
export { AvatarContext, type AvatarContextProps, useAvatarContext, } from './context';
export { AVATAR_SIZES, BORDER_WIDTH, AVATAR_RADIUS, ACTIVE_SCALE_FACTOR, } from './constants';
export type { AvatarClickEventHandler, AppearanceType, SizeType, Presence as PresenceType, Status as StatusType, IndicatorSizeType, } from './types';
/// <reference types="react" />
import { type SizeType } from './types';
type AvatarContextProps = {
export type AvatarContextProps = {
size: SizeType;

@@ -21,2 +21,1 @@ };

export declare const useAvatarContext: () => AvatarContextProps | undefined;
export {};

@@ -11,4 +11,4 @@ export { default } from './Avatar';

export type { SkeletonProps } from './Skeleton';
export { AvatarContext, useAvatarContext } from './context';
export { AvatarContext, type AvatarContextProps, useAvatarContext, } from './context';
export { AVATAR_SIZES, BORDER_WIDTH, AVATAR_RADIUS, ACTIVE_SCALE_FACTOR, } from './constants';
export type { AvatarClickEventHandler, AppearanceType, SizeType, Presence as PresenceType, Status as StatusType, IndicatorSizeType, } from './types';
{
"name": "@atlaskit/avatar",
"version": "21.6.0",
"version": "21.6.1",
"description": "An avatar is a visual representation of a user or entity.",

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

"@atlaskit/theme": "^12.7.0",
"@atlaskit/tokens": "^1.44.0",
"@atlaskit/tokens": "^1.45.0",
"@babel/runtime": "^7.0.0",

@@ -52,0 +52,0 @@ "@emotion/react": "^11.7.1",

Sorry, the diff of this file is too big to display

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