@uiw/react-overlay
Advanced tools
Comparing version 4.7.15 to 4.7.16
{ | ||
"name": "@uiw/react-overlay", | ||
"version": "4.7.15", | ||
"version": "4.7.16", | ||
"description": "Overlay component", | ||
@@ -45,4 +45,4 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-portal": "^4.7.15", | ||
"@uiw/utils": "^4.7.15", | ||
"@uiw/react-portal": "^4.7.16", | ||
"@uiw/utils": "^4.7.16", | ||
"react-transition-group": "^4.3.0" | ||
@@ -54,8 +54,7 @@ }, | ||
"@types/react": "17.0.6", | ||
"@types/react-dom": "17.0.4", | ||
"@types/react-dom": "17.0.5", | ||
"@types/react-transition-group": "4.4.1", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2" | ||
}, | ||
"gitHead": "575e040609d084ee7052463aa709863da77e5c91" | ||
} | ||
} |
@@ -15,3 +15,3 @@ Overlay 基础弹出层 | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```js | ||
```jsx | ||
import React from 'react'; | ||
@@ -67,3 +67,3 @@ import ReactDOM from 'react-dom'; | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```js | ||
```jsx | ||
import React from 'react'; | ||
@@ -150,3 +150,3 @@ import ReactDOM from 'react-dom'; | ||
<!--rehype:bgWhite=true&noScroll=true&codeSandbox=true&codePen=true--> | ||
```js | ||
```jsx | ||
import React from 'react'; | ||
@@ -191,3 +191,3 @@ import ReactDOM from 'react-dom'; | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```js | ||
```jsx | ||
import React from 'react'; | ||
@@ -194,0 +194,0 @@ import ReactDOM from 'react-dom'; |
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
95168
11
Updated@uiw/react-portal@^4.7.16
Updated@uiw/utils@^4.7.16