@hybr1d-tech/charizard 0.7.154 → 0.7.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hybr1d-ui.js +1100 -1098
- package/dist/hybr1d-ui.umd.cjs +16 -16
- package/dist/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -730,7 +730,7 @@ declare interface DrawerProps_2 {
|
|
|
730
730
|
customContainerStyles?: React_2.CSSProperties;
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
export declare function DrawerV2({ isOpen, onClose, children, title, subTitle, customHeader, customFooter, size, showBackdrop, showHeader, showFooter, buttons, footerAddon, headerClassName, contentClassName, footerClassName, drawerPosition, customContainerStyles, }: DrawerProps_2): JSX_2.Element;
|
|
733
|
+
export declare function DrawerV2({ isOpen, onClose, children, title, subTitle, customHeader, customFooter, size, showBackdrop, showHeader, showFooter, buttons, footerAddon, headerClassName, contentClassName, footerClassName, drawerPosition, customContainerStyles, }: DrawerProps_2): false | JSX_2.Element;
|
|
734
734
|
|
|
735
735
|
/**
|
|
736
736
|
* Represents an option in a dropdown menu for adornment.
|