Comparing version 1.0.15 to 1.0.16
@@ -251,2 +251,4 @@ /// <reference types="react" /> | ||
text?: string; | ||
classNameContainer?: string; | ||
classNameCircularProgress?: string; | ||
} | ||
@@ -326,12 +328,18 @@ declare const Stepper: ({ phase, totalPhases, width, height, ...props }: StepperProps) => JSX.Element; | ||
declare const SideBar: ({ sideBarList, sideBarName, sideBarSubTitle, defaultExpand }: { | ||
sideBarList?: { | ||
interface SideBarProps { | ||
sideBarList?: Array<{ | ||
title: string; | ||
active: boolean; | ||
to: () => void; | ||
}[] | undefined; | ||
sideBarName?: string | undefined; | ||
sideBarSubTitle?: ReactElement<any, string | React$1.JSXElementConstructor<any>> | undefined; | ||
defaultExpand?: boolean | undefined; | ||
}) => JSX.Element; | ||
}>; | ||
sideBarName?: string; | ||
sideBarSubTitle?: ReactElement; | ||
defaultExpand?: boolean; | ||
dangerZone?: { | ||
show: boolean; | ||
text: string; | ||
callBack?: () => void; | ||
}; | ||
} | ||
declare const SideBar: ({ sideBarList, sideBarName, sideBarSubTitle, defaultExpand, ...props }: SideBarProps) => JSX.Element; | ||
@@ -338,0 +346,0 @@ declare const toastSuccess: (title: string, subTitle?: string, opt?: any) => void; |
{ | ||
"name": "dd360-ds", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.esm.js", |
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
2590059
21666