@uiw/react-overlay
Advanced tools
Comparing version 4.7.14 to 4.7.15
{ | ||
"name": "@uiw/react-overlay", | ||
"version": "4.7.14", | ||
"version": "4.7.15", | ||
"description": "Overlay component", | ||
@@ -45,4 +45,4 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-portal": "^4.7.14", | ||
"@uiw/utils": "^4.7.14", | ||
"@uiw/react-portal": "^4.7.15", | ||
"@uiw/utils": "^4.7.15", | ||
"react-transition-group": "^4.3.0" | ||
@@ -53,4 +53,4 @@ }, | ||
"@types/jest": "26.0.23", | ||
"@types/react": "17.0.5", | ||
"@types/react-dom": "17.0.3", | ||
"@types/react": "17.0.6", | ||
"@types/react-dom": "17.0.4", | ||
"@types/react-transition-group": "4.4.1", | ||
@@ -60,3 +60,3 @@ "react": "17.0.2", | ||
}, | ||
"gitHead": "ac2317976f1f9976ae6b75b9119dcd27e4feb120" | ||
"gitHead": "575e040609d084ee7052463aa709863da77e5c91" | ||
} |
@@ -14,3 +14,3 @@ Overlay 基础弹出层 | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```js | ||
@@ -63,7 +63,6 @@ import React from 'react'; | ||
``` | ||
<!--End--> | ||
### 完全定制弹出容器 | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```js | ||
@@ -145,3 +144,2 @@ import React from 'react'; | ||
``` | ||
<!--End--> | ||
@@ -152,3 +150,3 @@ ### usePortal | ||
<!--DemoStart,bgWhite,noScroll,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&noScroll=true&codeSandbox=true&codePen=true--> | ||
```js | ||
@@ -186,3 +184,2 @@ import React from 'react'; | ||
``` | ||
<!--End--> | ||
@@ -195,3 +192,3 @@ ### 自定义动画 | ||
<!--DemoStart,bgWhite,codePen,codeSandbox--> | ||
<!--rehype:bgWhite=true&codeSandbox=true&codePen=true--> | ||
```js | ||
@@ -234,3 +231,2 @@ import React from 'react'; | ||
``` | ||
<!--End--> | ||
@@ -237,0 +233,0 @@ 你可以根据动画样式库 [**`animate.css`**](https://daneden.github.io/animate.css/) 添加不同的出入动画。默认通过的 [`Less`](http://lesscss.org/) 生成 CSS 动画的实例代码,定义 `transitionName` 动画样式名字为 `animation-bouce`,下面是上面实例的样式: |
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
96298
329
Updated@uiw/react-portal@^4.7.15
Updated@uiw/utils@^4.7.15