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

@devseed-ui/modal

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devseed-ui/modal - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md
# @devseed-ui/modal
## 1.0.1
### Patch Changes
- Export modal contents for styling edits
## 1.0.0
### Major Changes

@@ -5,0 +12,0 @@

2

package.json
{
"name": "@devseed-ui/modal",
"version": "1.0.0",
"version": "1.0.1",
"description": "devseed UI Kit Modal",

@@ -5,0 +5,0 @@ "browser": "./dist/index.web.js",

# Modal
Displays a modal component which is portaled to the body to ensure is appears over all other elements
## Import
```code
import { Modal } from '@devseed-ui/modal';
```
## Example

@@ -5,0 +11,0 @@ ```react

@@ -289,2 +289,5 @@ import React from 'react';

ModalFooter,
BodyUnscrollable,
ModalContents,
ModalWrapper,
};
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