@uiw/react-overlay
Advanced tools
Comparing version 4.11.6 to 4.12.0
{ | ||
"name": "@uiw/react-overlay", | ||
"version": "4.11.6", | ||
"version": "4.12.0", | ||
"description": "Overlay component", | ||
@@ -47,10 +47,9 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-portal": "^4.11.6", | ||
"@uiw/utils": "^4.11.6", | ||
"@uiw/react-portal": "^4.12.0", | ||
"@uiw/utils": "^4.12.0", | ||
"react-transition-group": "~4.4.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "7.16.7", | ||
"@types/jest": "27.4.0", | ||
"@types/react": "17.0.38", | ||
"@babel/runtime": "7.17.2", | ||
"@types/react": "17.0.39", | ||
"@types/react-dom": "17.0.11", | ||
@@ -57,0 +56,0 @@ "@types/react-transition-group": "4.4.4", |
Overlay 基础弹出层 | ||
=== | ||
[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-overlay/file/README.md) | ||
[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-overlay.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-overlay) | ||
[![npm version](https://img.shields.io/npm/v/@uiw/react-overlay.svg?label=@uiw/react-overlay)](https://npmjs.com/@uiw/react-overlay) | ||
这是一个基础的弹出层组件,其它弹出组件的抽象组件,都基于它来扩展比如 [`<Modal>`](#/components/modal)、[`<Dawer>`](#/components/drawer)、[`<Alert>`](#/components/alert)、[`<OverlayTrigger>`](#/components/overlay-trigger)、[`<Popover>`](#/components/popover)、[`<Tooltip>`](#/components/tooltip) 等。 | ||
@@ -5,0 +9,0 @@ |
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
66779
6
307
Updated@uiw/react-portal@^4.12.0
Updated@uiw/utils@^4.12.0