@uiw/react-overlay
Advanced tools
Comparing version 4.7.2 to 4.7.3
{ | ||
"name": "@uiw/react-overlay", | ||
"version": "4.7.2", | ||
"version": "4.7.3", | ||
"description": "Overlay component", | ||
@@ -45,4 +45,4 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-portal": "^4.7.2", | ||
"@uiw/utils": "^4.7.2", | ||
"@uiw/react-portal": "^4.7.3", | ||
"@uiw/utils": "^4.7.3", | ||
"react-transition-group": "^4.3.0" | ||
@@ -59,3 +59,3 @@ }, | ||
}, | ||
"gitHead": "d17eeedb6d0b987830d0688714bd68ca5855d145" | ||
"gitHead": "543b2b794d89ee5c72586cfcc4e68993d1a45cb1" | ||
} |
@@ -14,4 +14,6 @@ Overlay 基础弹出层 | ||
<!--DemoStart,bgWhite,codePen--> | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
```js | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import { Overlay, Button, Card } from 'uiw'; | ||
@@ -65,4 +67,6 @@ | ||
<!--DemoStart,bgWhite,codePen--> | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
```js | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import { Overlay, Button } from 'uiw'; | ||
@@ -147,4 +151,6 @@ | ||
<!--DemoStart,bgWhite,noScroll,codePen--> | ||
<!--DemoStart,bgWhite,noScroll,codePen,codeSandbox--> | ||
```js | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import { Overlay, Button, Card } from 'uiw'; | ||
@@ -187,4 +193,6 @@ | ||
<!--DemoStart,bgWhite,codePen--> | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
```js | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import { Overlay, Button, Card } from 'uiw'; | ||
@@ -191,0 +199,0 @@ |
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
85568
333
523
960
0
Updated@uiw/react-portal@^4.7.3
Updated@uiw/utils@^4.7.3