@channel.io/design-system
Advanced tools
Comparing version
@@ -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 { | ||
} |
@@ -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
2492063
0.03%23540
0.03%