react-overlays
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -53,5 +53,5 @@ import React from 'react'; | ||
} | ||
declare const _default: React.ForwardRefExoticComponent<Pick<ModalProps, React.ReactText> & React.RefAttributes<ModalHandle>> & { | ||
declare const _default: React.ForwardRefExoticComponent<ModalProps & React.RefAttributes<ModalHandle>> & { | ||
Manager: typeof ModalManager; | ||
}; | ||
export default _default; |
@@ -445,3 +445,3 @@ "use strict"; | ||
*/ | ||
manager: _propTypes["default"].object | ||
manager: _propTypes["default"].instanceOf(_ModalManager["default"]) | ||
}; | ||
@@ -448,0 +448,0 @@ Modal.displayName = 'Modal'; |
@@ -53,5 +53,5 @@ import React from 'react'; | ||
} | ||
declare const _default: React.ForwardRefExoticComponent<Pick<ModalProps, React.ReactText> & React.RefAttributes<ModalHandle>> & { | ||
declare const _default: React.ForwardRefExoticComponent<ModalProps & React.RefAttributes<ModalHandle>> & { | ||
Manager: typeof ModalManager; | ||
}; | ||
export default _default; |
@@ -424,3 +424,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
*/ | ||
manager: PropTypes.object | ||
manager: PropTypes.instanceOf(ModalManager) | ||
}; | ||
@@ -427,0 +427,0 @@ Modal.displayName = 'Modal'; |
{ | ||
"name": "react-overlays", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Utilities for creating robust overlay components", | ||
@@ -5,0 +5,0 @@ "author": { |
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
228868