terra-slide-panel-manager
Advanced tools
Comparing version 5.3.0 to 5.4.0
@@ -7,2 +7,7 @@ Changelog | ||
5.4.0 - (July 10, 2019) | ||
------------------ | ||
### Changed | ||
* Ensure the disclosure discloses as a panel even if a modal manager is present. | ||
5.3.0 - (July 2, 2019) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,10 +8,13 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-slide-group | ^4.3.0 | ^16.8.5 | A component that utilizes the `react-transition-group` library to present a stack of components in an animated fashion | | ||
| terra-slide-panel | ^3.8.0 | ^16.8.5 | The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways. | | ||
## devDependencies | ||
| Dependency | Version | React Version | Description | | ||
|-|-|-|-| | ||
| terra-action-header | ^2.0.0 | ^16.8.5 | The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons. | | ||
| terra-button | ^3.3.0 | ^16.8.5 | The terra-button component provides users a way to trigger actions in the UI. | | ||
| terra-content-container | ^3.0.0 | ^16.8.5 | The Terra ContentContainer is a structural component for the purpose of arranging content with a header. | | ||
| terra-disclosure-manager | ^4.8.0 | ^16.8.5 | A stateful component used to manage disclosure presentation. | | ||
| terra-doc-template | ^2.2.0 | ^16.8.5 | Provides an adjustable template for documentation pages. | | ||
| terra-form-input | ^2.3.0 | ^16.8.5 | Element for building out inputs in a form. | | ||
| terra-slide-group | ^3.2.0 | ^16.8.5 | A component that utilizes the `react-transition-group` library to present a stack of components in an animated fashion | | ||
| terra-slide-panel | ^3.4.0 | ^16.8.5 | The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways. | | ||
@@ -23,1 +26,2 @@ ## peerDependencies | ||
| react-dom | ^16.8.5 | ^16.0.0 | React package for working with the DOM. | | ||
| terra-disclosure-manager | ^4.9.0 | ^16.8.5 | A stateful component used to manage disclosure presentation. | |
@@ -112,3 +112,4 @@ "use strict"; | ||
identifier: "DemoContainer-".concat(newIndex), | ||
nestedIndex: newIndex | ||
nestedIndex: newIndex, | ||
disclosureType: disclosureType | ||
}) | ||
@@ -115,0 +116,0 @@ } |
{ | ||
"name": "terra-slide-panel-manager", | ||
"main": "lib/SlidePanelManager.js", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.", | ||
@@ -33,4 +33,4 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-slide-group": "^4.3.0", | ||
"terra-slide-panel": "^3.8.0" | ||
"terra-slide-group": "^4.4.0", | ||
"terra-slide-panel": "^3.9.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
@@ -60,3 +60,3 @@ import React from 'react'; | ||
key: `DemoContainer-${newIndex}`, | ||
component: <WrappedDisclosureComponent identifier={`DemoContainer-${newIndex}`} nestedIndex={newIndex} />, | ||
component: <WrappedDisclosureComponent identifier={`DemoContainer-${newIndex}`} nestedIndex={newIndex} disclosureType={disclosureType} />, | ||
}, | ||
@@ -63,0 +63,0 @@ }); |
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
91030
1520
Updatedterra-slide-group@^4.4.0
Updatedterra-slide-panel@^3.9.0