New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@channel.io/design-system

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@channel.io/design-system - npm Package Compare versions

Comparing version

to
0.2.14

2

build/components/List/ListItem/ListItem.types.d.ts

@@ -5,6 +5,8 @@ import ActivableElement from '../../../types/ActivatableElement';

export default interface ListItemProps extends ContentComponentProps, OptionItem, ActivableElement {
name?: string;
href?: string;
hide?: boolean;
onClick?: (e: any, name?: string) => void;
}
export interface StyledWrapperProps extends UIComponentProps, OptionItem, ActivableElement {
}

8

build/components/List/ListMenuGroup/ListMenuGroup.types.d.ts

@@ -6,10 +6,12 @@ /// <reference types="react" />

open?: boolean;
onOpen?: () => void;
onOpen?: (name?: string) => void;
content?: React.ReactNode;
leftIcon?: IconName;
name?: string;
rightContent?: React.ReactNode;
arrowClassName?: string;
onClickArrow?: () => void;
onClick?: (name?: string) => void;
onClickArrow?: (name?: string) => void;
selectedMenuItemIndex?: number | null;
onChangeOption?: (optionKey?: string, optionIndex?: number) => void;
onChangeOption?: (name?: string, optionKey?: string, optionIndex?: number) => void;
}

@@ -16,0 +18,0 @@ export interface StyledWrapperProps extends ContentComponentProps {

{
"name": "@channel.io/design-system",
"version": "0.2.13",
"version": "0.2.14",
"description": "Design System by Channel",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet