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

11

CHANGELOG.md
## [Unreleased]
- Add presence indicator to Avatar
- Fix props for some stories
- Change Avatar medium size to 30x30
# [1.5.0] - 2022-09-22
# [Released]
## [1.5.0] - 2022-09-22
- Add Patient Reference Avatar & EntityDetail type

@@ -11,7 +14,7 @@ - Add latest color library from design to globals.css

# [1.4.8] - 2022-09-14
## [1.4.8] - 2022-09-14
- Adjust border-bottom in EntityDetail
# [1.4.7] - 2022-09-12
## [1.4.7] - 2022-09-12

@@ -18,0 +21,0 @@ - Adjust the design for patient and patient contact EntityDetail

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

initialsTheme?: AvatarInitialsThemes;
label?: string;
shape?: AvatarShapes;

@@ -17,5 +16,4 @@ size?: AvatarSizes;

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

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

export declare type AvatarInitialsThemes = 'team' | 'user';
export declare type PresenceStatuses = 'AVAILABLE' | 'UNAVAILABLE' | 'DND';
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.1-beta.14",
"version": "1.5.1-beta.15",
"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