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 1.5.0 to 1.5.1-beta.1

CHANGELOG.md

7

lib/types/components/Avatar/Avatar.d.ts
/// <reference types="react" />
import { AvatarInitialsThemes, AvatarShapes, AvatarSizes, AvatarThemes, AvatarTypes } from '../../types';
import { AvatarInitialsThemes, AvatarShapes, AvatarSizes, AvatarThemes, AvatarTypes, PresenceSizes, PresenceStatuses } from '../../types';
import '../../globals.css';

@@ -14,4 +14,7 @@ export interface AvatarProps {

theme?: AvatarThemes;
showPresence?: boolean;
presenceStatus?: PresenceStatuses;
presenceSize?: PresenceSizes;
}
declare function Avatar({ type, imgSrc, size, label, shape, bgColor, theme, initialsTheme, initialsString, }: AvatarProps): JSX.Element;
declare function Avatar({ type, imgSrc, size, label, shape, bgColor, theme, initialsTheme, initialsString, showPresence, presenceStatus, presenceSize, }: AvatarProps): JSX.Element;
export default Avatar;

@@ -20,3 +20,5 @@ export declare type Mode = 'dark' | 'light';

export declare type AvatarInitialsThemes = 'team' | 'user';
export declare type PresenceStatuses = 'AVAILABLE' | 'UNAVAILABLE' | 'DND';
export declare type PresenceSizes = 'LARGE' | 'MEDIUM' | 'SMALL' | 'TINY';
export declare type CardTheme = 'default' | 'provider' | 'patient';
export declare type CardType = 'default' | 'category';
{
"name": "@tigerconnect/web-component-library",
"version": "1.5.0",
"version": "1.5.1-beta.1",
"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