terra-clinical-action-header
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,2 +7,6 @@ ChangeLog | ||
1.1.1 - (July 27, 2017) | ||
----------------- | ||
* Updated spacing around react-docgen comments | ||
1.1.0 - (July 18, 2017) | ||
@@ -9,0 +13,0 @@ ----------------- |
@@ -76,3 +76,3 @@ 'use strict'; | ||
* Text to be displayed as the title in the header bar | ||
**/ | ||
*/ | ||
title: _propTypes2.default.string, | ||
@@ -83,3 +83,3 @@ | ||
* On small viewports a back button will be displayed instead of a close button when a separate onBack callback is not set. | ||
**/ | ||
*/ | ||
onClose: _propTypes2.default.func, | ||
@@ -89,3 +89,3 @@ | ||
* Callback function for when the back button is clicked. The back button will not display if this is not set. | ||
**/ | ||
*/ | ||
onBack: _propTypes2.default.func, | ||
@@ -97,3 +97,3 @@ | ||
* Only the expand button will be rendered if onMaximize and onMinimize are set. | ||
**/ | ||
*/ | ||
onMaximize: _propTypes2.default.func, | ||
@@ -105,3 +105,3 @@ | ||
* Only the expand button will be rendered if both onMaximize and onMinimize are set. | ||
**/ | ||
*/ | ||
onMinimize: _propTypes2.default.func, | ||
@@ -111,3 +111,3 @@ | ||
* Callback function for when the next button is clicked. The previous-next button group will not display if neither this or onPrevious are set. | ||
**/ | ||
*/ | ||
onNext: _propTypes2.default.func, | ||
@@ -117,3 +117,3 @@ | ||
* Callback function for when the previous button is clicked. The previous-next button group will not display if neither this or onNext are set. | ||
**/ | ||
*/ | ||
onPrevious: _propTypes2.default.func, | ||
@@ -123,3 +123,3 @@ | ||
* Child element to be displayed on the right end of the header. | ||
**/ | ||
*/ | ||
children: _propTypes2.default.element | ||
@@ -126,0 +126,0 @@ }; |
{ | ||
"name": "terra-clinical-action-header", | ||
"main": "lib/ActionHeader.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An action header is a header bar with a grey background containing actionable navigation buttons, a left aligned title, and a space for an additional element to be added on the right side.", | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"terra-button-group": "^1.0.0", | ||
"terra-clinical-header": "^1.1.0", | ||
"terra-clinical-header": "^1.1.1", | ||
"terra-icon": "^1.0.0" | ||
@@ -43,3 +43,3 @@ }, | ||
"terra-button-group": "^1.0.0", | ||
"terra-clinical-header": "^1.1.0", | ||
"terra-clinical-header": "^1.1.1", | ||
"terra-icon": "^1.0.0", | ||
@@ -46,0 +46,0 @@ "terra-responsive-element": "^1.0.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
30668
Updatedterra-clinical-header@^1.1.1