@channel.io/bezier-react
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -9,5 +9,7 @@ import { Foundation } from '../../foundation'; | ||
} & ToastContainerProps, never>; | ||
interface StyledToastProps extends Pick<ToastElementProps, 'transform' | 'transitionDuration' | 'placement' | 'zIndex'> { | ||
} | ||
export declare const Element: import("styled-components").StyledComponent<"div", Foundation, { | ||
foundation?: Foundation | undefined; | ||
} & Pick<ToastElementProps, "transform" | "placement" | "transitionDuration">, never>; | ||
} & StyledToastProps, never>; | ||
export declare const IconWrapper: import("styled-components").StyledComponent<"div", Foundation, { | ||
@@ -14,0 +16,0 @@ foundation?: Foundation | undefined; |
@@ -44,2 +44,3 @@ import { ReactNode, ComponentType } from 'react'; | ||
placement: ToastPlacement; | ||
zIndex?: number; | ||
} | ||
@@ -61,2 +62,3 @@ export interface ToastProviderProps { | ||
rightSide?: boolean; | ||
zIndex?: number; | ||
}; | ||
@@ -63,0 +65,0 @@ export declare const defaultOptions: ToastOptions; |
import React from 'react'; | ||
import ToastProps from './Toast.types'; | ||
export declare const TOAST_TEST_ID = "bezier-react-toast"; | ||
declare const _default: React.ForwardRefExoticComponent<ToastProps & React.RefAttributes<any>>; | ||
export default _default; |
{ | ||
"name": "@channel.io/bezier-react", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"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
4951375
690
44069