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
6
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 to 1.5.2-beta.1

5

lib/types/components/EntityDetail/EntityDetail.d.ts

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { BaseProps } from '../../types';

@@ -7,2 +7,3 @@ import type { AvatarProps } from '../Avatar/Avatar';

avatar: AvatarProps;
children?: React.ReactNode;
name: string;

@@ -34,3 +35,3 @@ options: {

};
declare function EntityDetail({ avatar, name, options }: BaseProps & EntityDetailProps): JSX.Element;
declare function EntityDetail({ avatar, children, name, options }: BaseProps & EntityDetailProps): JSX.Element;
export default EntityDetail;

1

lib/types/components/EntityDetail/EntityDetail.stories.d.ts

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

export declare const Search_Result_User3: Story<EntityDetailProps>;
export declare const Search_Result_With_Children: Story<EntityDetailProps>;
export declare const Search_Result_Patient: Story<EntityDetailProps>;

@@ -10,0 +11,0 @@ export declare const Search_Result_PatientContact: Story<EntityDetailProps>;

{
"name": "@tigerconnect/web-component-library",
"version": "1.5.1",
"version": "1.5.2-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