Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@tigerconnect/web-component-library

Package Overview
Dependencies
Maintainers
7
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tigerconnect/web-component-library - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

3

lib/types/components/Avatar/Avatar.d.ts

@@ -8,2 +8,3 @@ /// <reference types="react" />

initialsTheme?: AvatarInitialsThemes;
isDisabled?: boolean;
shape?: AvatarShapes;

@@ -17,3 +18,3 @@ size?: AvatarSizes;

}
declare function Avatar({ type, imgSrc, size, shape, bgColor, theme, initialsTheme, initialsString, presenceSize, presenceStatus, mode, }: AvatarProps & BaseProps): JSX.Element;
declare function Avatar({ type, imgSrc, size, shape, bgColor, theme, initialsTheme, initialsString, isDisabled, presenceSize, presenceStatus, mode, }: AvatarProps & BaseProps): JSX.Element;
export default Avatar;

@@ -25,1 +25,3 @@ import { Meta, Story } from '@storybook/react';

export declare const UserWithDndPresenceIndicator: Story<AvatarProps>;
export declare const UserIsDisabledWithUnavailablePresenceIndicator: Story<AvatarProps>;
export declare const UserIsDisabledWithDndPresenceIndicator: Story<AvatarProps>;
{
"name": "@tigerconnect/web-component-library",
"version": "2.5.1",
"version": "2.5.2",
"description": "a shared component library for tc projects",

@@ -5,0 +5,0 @@ "main": "lib/index.esm.js",

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