@bufferapp/components
Advanced tools
Comparing version 3.5.2 to 3.6.0
# Changelog | ||
## 3.6.0 (February 9, 2023) | ||
- Add new properties `height` and `maxHeight` for Popover. | ||
## 3.5.0 (September 28, 2022) | ||
@@ -3,0 +5,0 @@ - Add new grayLight color. |
{ | ||
"name": "@bufferapp/components", | ||
"version": "3.5.2", | ||
"version": "3.6.0", | ||
"description": "A shared set of UI Components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,2 +19,4 @@ import React from 'react'; | ||
width, | ||
height, | ||
maxHeight, | ||
onOverlayClick, | ||
@@ -44,2 +46,4 @@ transparentOverlay, | ||
right, | ||
height, | ||
maxHeight, | ||
zIndex: modal, | ||
@@ -66,2 +70,4 @@ }, | ||
width: PropTypes.string, | ||
height: PropTypes.string, | ||
maxHeight: PropTypes.string, | ||
onOverlayClick: PropTypes.func, | ||
@@ -68,0 +74,0 @@ transparentOverlay: PropTypes.bool, |
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
1229649
7690