Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-overlay

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-overlay - npm Package Compare versions

Comparing version 4.7.14 to 4.7.15

12

package.json
{
"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`,下面是上面实例的样式:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc