@uiw/react-overlay-trigger
Advanced tools
Comparing version 4.22.0 to 4.22.1
@@ -27,3 +27,3 @@ "use strict"; | ||
}; | ||
var _default = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) { | ||
var _default = exports["default"] = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) { | ||
var _child$props; | ||
@@ -288,3 +288,2 @@ var className = props.className, | ||
}); | ||
exports["default"] = _default; | ||
module.exports = exports.default; |
@@ -7,4 +7,3 @@ "use strict"; | ||
exports["default"] = void 0; | ||
var _default = typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
exports["default"] = _default; | ||
var _default = exports["default"] = typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
module.exports = exports.default; |
@@ -34,4 +34,3 @@ "use strict"; | ||
}(); | ||
var _default = contains; | ||
exports["default"] = _default; | ||
var _default = exports["default"] = contains; | ||
module.exports = exports.default; |
{ | ||
"name": "@uiw/react-overlay-trigger", | ||
"version": "4.22.0", | ||
"version": "4.22.1", | ||
"description": "OverlayTrigger component", | ||
@@ -47,5 +47,5 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-overlay": "^4.22.0", | ||
"@uiw/utils": "^4.22.0" | ||
"@uiw/react-overlay": "^4.22.1", | ||
"@uiw/utils": "^4.22.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
97754
2286
Updated@uiw/react-overlay@^4.22.1
Updated@uiw/utils@^4.22.1