react-modal-global
Advanced tools
Comparing version 0.9.24 to 0.9.25
@@ -1,2 +0,2 @@ | ||
import { FunctionComponent, Component, ReactElement } from 'react'; | ||
import { FunctionComponent, Component, ReactNode, ReactElement } from 'react'; | ||
@@ -52,3 +52,5 @@ /* | ||
interface ModalContainerProps { | ||
template?: (...args: unknown[]) => ReactElement; | ||
template?: (props: { | ||
children: ReactNode; | ||
}) => ReactElement; | ||
className?: string; | ||
@@ -55,0 +57,0 @@ } |
{ | ||
"name": "react-modal-global", | ||
"version": "0.9.24", | ||
"version": "0.9.25", | ||
"description": "React Modal but Global", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16414
85
0