@devseed-ui/modal
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @devseed-ui/modal | ||
## 1.0.1 | ||
### Patch Changes | ||
- Export modal contents for styling edits | ||
## 1.0.0 | ||
### Major Changes | ||
@@ -5,0 +12,0 @@ |
{ | ||
"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, | ||
}; |
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
291761
1009
140