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.5 to 2.6.0-sy.beta.1

6

lib/types/components/Switch/Switch.d.ts

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

export interface SwitchButtonProps {
checked: boolean;
ariaLabel: string;
dataTestId?: string;

@@ -14,7 +14,7 @@ disabled?: boolean;

onColorTheme?: string;
onSwitch?: () => void;
onSwitch: (checked: boolean) => void;
onText?: string;
theme?: Colors | 'vwr-status';
}
declare function SwitchButton({ checked, dataTestId, disabled, height, width, offColorTheme, offText, onColorTheme, onText, onSwitch, theme, mode, }: BaseProps & SwitchButtonProps): JSX.Element;
declare function SwitchButton({ ariaLabel, dataTestId, disabled, height, width, offColorTheme, offText, onColorTheme, onText, onSwitch, theme, mode, }: BaseProps & SwitchButtonProps): JSX.Element;
export default SwitchButton;
{
"name": "@tigerconnect/web-component-library",
"version": "2.5.5",
"version": "2.6.0-sy.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