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.4.0-sy.beta.1 to 2.4.0-sy.beta.2

3

lib/types/components/Button/Button.d.ts

@@ -15,4 +15,5 @@ /// <reference types="react" />

icon?: Icons;
active?: boolean;
}
declare function Button({ color, outline, label, disabled, dataTestId, onClick, alignment, formToLabel, shape, icon, ...props }: BaseProps & ButtonProps): JSX.Element;
declare function Button({ color, outline, label, disabled, dataTestId, onClick, alignment, formToLabel, shape, icon, active, ...props }: BaseProps & ButtonProps): JSX.Element;
export default Button;

@@ -8,9 +8,9 @@ export declare type Mode = 'dark' | 'light';

export declare enum ColorHexes {
primary = "#058cff",
secondary = "#99a4a5",
neutral = "#99a4a5",
success = "#04a74d",
danger = "#db524b",
patient = "#b0d8f8",
white = "#fff"
primary = "var(--primary-700)",
secondary = "var(--secondary-500)",
neutral = "var(--cool-neutral-800)",
success = "var(--success-500)",
danger = "var(--errors-500)",
patient = "var(--patient-network-700)",
white = "var(--neutral-100)"
}

@@ -17,0 +17,0 @@ export declare type ModalSizes = 'large' | 'medium-large' | 'medium' | 'medium-small' | 'small-medium' | 'small' | 'off';

{
"name": "@tigerconnect/web-component-library",
"version": "2.4.0-sy.beta.1",
"version": "2.4.0-sy.beta.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