@filerobot/common
Advanced tools
Comparing version 0.0.0-beta.32 to 0.0.0-beta.33
@@ -72,5 +72,5 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
return createPortal(render(), document.querySelector('.main-wrapper')); | ||
return createPortal(render(), document.querySelector('body')); | ||
}; | ||
export default BackdropOverlay; |
{ | ||
"name": "@filerobot/common", | ||
"version": "0.0.0-beta.32", | ||
"version": "0.0.0-beta.33", | ||
"description": "The common components shared between filerobot uploader modules", | ||
@@ -17,4 +17,4 @@ "homepage": "", | ||
"dependencies": { | ||
"@filerobot/icons": "0.0.0-beta.32", | ||
"@filerobot/utils": "0.0.0-beta.32", | ||
"@filerobot/icons": "0.0.0-beta.33", | ||
"@filerobot/utils": "0.0.0-beta.33", | ||
"react": "^17.0.1", | ||
@@ -21,0 +21,0 @@ "react-dom": "^17.0.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
198412
3875
+ Added@filerobot/icons@0.0.0-beta.33(transitive)
+ Added@filerobot/utils@0.0.0-beta.33(transitive)
- Removed@filerobot/icons@0.0.0-beta.32(transitive)
- Removed@filerobot/utils@0.0.0-beta.32(transitive)