@channel.io/bezier-react
Advanced tools
Comparing version 0.7.1 to 0.8.0
import React from 'react'; | ||
import ListItemProps from './ListItem.types'; | ||
export declare const LIST_ITEM_TEST_ID = "bezier-react-list-menu-item"; | ||
declare const _default: React.ForwardRefExoticComponent<ListItemProps & React.RefAttributes<any>>; | ||
declare const _default: React.ForwardRefExoticComponent<ListItemProps & React.RefAttributes<HTMLDivElement & HTMLAnchorElement>>; | ||
export default _default; |
@@ -6,2 +6,3 @@ /// <reference types="react" /> | ||
active?: boolean; | ||
focused?: boolean; | ||
disabled?: boolean; | ||
@@ -8,0 +9,0 @@ colorVariant: ListItemColorVariant; |
@@ -30,2 +30,3 @@ import React from 'react'; | ||
colorVariant?: ListItemColorVariant; | ||
focused?: boolean; | ||
disabled?: boolean; | ||
@@ -32,0 +33,0 @@ disableIconActive?: boolean; |
{ | ||
"name": "@channel.io/bezier-react", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "React components from Bezier Design System", | ||
@@ -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
4870436
43449