@channel.io/bezier-react
Advanced tools
Comparing version 1.0.0-next-v1.9 to 1.0.0-next-v1.10
/// <reference types="react" /> | ||
import CheckableAvatarProps from './CheckableAvatar.types'; | ||
declare function CheckableAvatar({ isChecked, isCheckable, checkedBackgroundColor, checkableWrapperClassName, checkableWrapperInterpolation, children, ...props }: CheckableAvatarProps): JSX.Element; | ||
declare function CheckableAvatar({ isChecked, isCheckable, checkedBackgroundColor, checkableWrapperClassName, checkableWrapperInterpolation, interpolation, children, ...props }: CheckableAvatarProps): JSX.Element; | ||
export default CheckableAvatar; |
@@ -7,3 +7,2 @@ /// <reference types="react" /> | ||
isCheckable: boolean; | ||
checkedBackgroundColor: SemanticNames; | ||
} | ||
@@ -13,2 +12,7 @@ export declare const CheckIcon: import("styled-components").StyledComponent<import("react").MemoExoticComponent<({ name, className, color, testId, size, marginTop, marginRight, marginBottom, marginLeft, onClick, onMouseDown, }: import("../../Icon").IconProps) => JSX.Element | null>, Foundation, { | ||
}, never>; | ||
export declare const getAvatarImageStyle: (isChecked: boolean, isCheckable: boolean, checkedBackgroundColor: SemanticNames, interpolation?: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object & { | ||
foundation?: Foundation | undefined; | ||
}, Foundation>> | undefined) => import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<{ | ||
foundation?: Foundation | undefined; | ||
}, Foundation>>; | ||
export declare const CheckableAvatarWrapper: import("styled-components").StyledComponent<"div", Foundation, { | ||
@@ -15,0 +19,0 @@ foundation?: Foundation | undefined; |
import type { css } from '../foundation'; | ||
declare type InjectedInterpolation = ReturnType<typeof css>; | ||
export declare type InjectedInterpolation = ReturnType<typeof css>; | ||
export interface WithInterpolation { | ||
@@ -4,0 +4,0 @@ interpolation?: InjectedInterpolation; |
{ | ||
"name": "@channel.io/bezier-react", | ||
"version": "1.0.0-next-v1.9", | ||
"version": "1.0.0-next-v1.10", | ||
"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
7805576
76640