Comparing version 2.1.3 to 2.1.4
@@ -18,2 +18,3 @@ export * from './Accordion'; | ||
export * from './Modal'; | ||
export { OverLayContext } from './PopoverLay'; | ||
export { EvaIcon } from './Icon'; | ||
@@ -20,0 +21,0 @@ export { default as Badge } from './Badge'; |
@@ -15,9 +15,11 @@ import React from 'react'; | ||
contextMenu?: boolean; | ||
ref?: React.RefObject<OverlayRefObject>; | ||
} | ||
export interface OverlayRefObject { | ||
interface ContextProps { | ||
positionHandle: () => void; | ||
hide: () => void; | ||
children?: React.ReactNode; | ||
} | ||
declare const _default: React.ForwardRefExoticComponent<Pick<OverlayProps, "children" | "target" | "eventListener" | "trigger" | "placement" | "style" | "className" | "transformSize" | "arrowRound" | "arrowSize" | "contextMenu"> & React.RefAttributes<OverlayRefObject>>; | ||
export default _default; | ||
export declare const OverLayContext: React.Context<ContextProps>; | ||
declare const Overlay: React.FC<OverlayProps>; | ||
export default Overlay; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,4 +19,5 @@ import React from 'react'; | ||
setShow: React.Dispatch<React.SetStateAction<boolean>>; | ||
positionHandle: () => void; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=popoverPosition.d.ts.map |
{ | ||
"name": "oah-ui", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "React Styled Components with bootstrap grid system", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 too big to display
1147138
14157