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

terra-clinical-action-header

Package Overview
Dependencies
Maintainers
8
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-clinical-action-header - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -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 @@ -----------------

16

lib/ActionHeader.js

@@ -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"

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