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
5
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.1.1 to 1.1.2

3

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

@@ -5,2 +5,3 @@ import { Colors } from '../../types';

checked: boolean;
dataTestId?: string;
disabled?: boolean;

@@ -16,3 +17,3 @@ height?: number;

}
declare function SwitchButton({ checked, disabled, height, width, offColorTheme, offText, onColorTheme, onText, onSwitch, theme, }: SwitchButtonProps): JSX.Element;
declare function SwitchButton({ checked, dataTestId, disabled, height, width, offColorTheme, offText, onColorTheme, onText, onSwitch, theme, }: SwitchButtonProps): JSX.Element;
export default SwitchButton;
{
"name": "@tigerconnect/web-component-library",
"version": "1.1.1",
"version": "1.1.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