From 9db3a167c8c8dac0e39b5416708212c701da10df Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Fri, 26 May 2017 15:27:06 -0500 Subject: [PATCH] Publish (#74) - terra-clinical-action-header@0.1.0 - terra-clinical-detail-view@0.1.2 - terra-clinical-error-view@0.1.0 - terra-clinical-header@0.1.2 - terra-clinical-item-display@0.1.1 - terra-clinical-item-view@0.1.1 - terra-clinical-label-value-view@0.1.2 - terra-clinical-no-data-view@0.1.0 --- packages/terra-clinical-action-header/package.json | 7 +++---- packages/terra-clinical-detail-view/package.json | 2 +- packages/terra-clinical-error-view/package.json | 11 +++++------ packages/terra-clinical-header/package.json | 2 +- packages/terra-clinical-item-display/package.json | 2 +- packages/terra-clinical-item-view/package.json | 6 +++--- packages/terra-clinical-label-value-view/package.json | 2 +- packages/terra-clinical-no-data-view/package.json | 3 +-- 8 files changed, 16 insertions(+), 19 deletions(-) diff --git a/packages/terra-clinical-action-header/package.json b/packages/terra-clinical-action-header/package.json index 7618f1dc6..421985353 100644 --- a/packages/terra-clinical-action-header/package.json +++ b/packages/terra-clinical-action-header/package.json @@ -1,8 +1,7 @@ { "name": "terra-clinical-action-header", "main": "lib/ActionHeader.js", - "private": true, - "version": "0.0.0", + "version": "0.1.0", "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.", "repository": { "type": "git", @@ -31,9 +30,9 @@ "terra-base": "^0.x", "terra-button": "^0.x", "terra-button-group": "^0.x", + "terra-clinical-header": "^0.1.2", "terra-icon": "0.x", "terra-mixins": "^1.0.0", - "terra-clinical-header": "^0.x", "terra-responsive-element": "^0.x" }, "dependencies": { @@ -42,9 +41,9 @@ "terra-base": "^0.x", "terra-button": "^0.x", "terra-button-group": "^0.x", + "terra-clinical-header": "^0.1.2", "terra-icon": "^0.x", "terra-mixins": "^1.0.0", - "terra-clinical-header": "^0.x", "terra-responsive-element": "^0.x" }, "scripts": { diff --git a/packages/terra-clinical-detail-view/package.json b/packages/terra-clinical-detail-view/package.json index 06e1f4c4a..cb49d4db2 100644 --- a/packages/terra-clinical-detail-view/package.json +++ b/packages/terra-clinical-detail-view/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-detail-view", "main": "lib/DetailView.js", - "version": "0.1.1", + "version": "0.1.2", "description": "Detail Views allows you to create a view with text at different levels of importance. A detail view can contain a title, subtitles, a graph, a footer and a list of elements that can display information at a more detailed level. A Detail List is a structural subcomponent of Detail View indented to be used within the details prop. A Detail List accepts and arranges DetailListItem elements in a flexbox layout that wraps the list of items by row. Detail List Items are the elements to be placed within a Detail List. A Detail List Item accepts one element item and applies a minimum width of 50% so that the element spans at minimum half of the Detail List. This allows the Detail List to have either one or two items per row depending on the width of the item content in each item.", "repository": { "type": "git", diff --git a/packages/terra-clinical-error-view/package.json b/packages/terra-clinical-error-view/package.json index 404f762c6..be80ee1d9 100644 --- a/packages/terra-clinical-error-view/package.json +++ b/packages/terra-clinical-error-view/package.json @@ -1,8 +1,7 @@ { "name": "terra-clinical-error-view", "main": "lib/ErrorView.js", - "private": true, - "version": "0.0.0", + "version": "0.1.0", "description": "The Terra ErrorView is a display presented with an error message and location for a button.", "repository": { "type": "git", @@ -29,17 +28,17 @@ "react": "^15.4.2", "react-dom": "^15.4.2", "terra-base": "^0.x", - "terra-mixins": "^1.0.0", + "terra-button": "^0.x", "terra-icon": "^0.x", - "terra-button": "^0.x" + "terra-mixins": "^1.0.0" }, "dependencies": { "classnames": "^2.2.5", "prop-types": "^15.5.8", "terra-base": "^0.x", - "terra-mixins": "^1.0.0", + "terra-button": "^0.x", "terra-icon": "^0.x", - "terra-button": "^0.x" + "terra-mixins": "^1.0.0" }, "scripts": { "compile": "npm run compile:clean && npm run compile:build", diff --git a/packages/terra-clinical-header/package.json b/packages/terra-clinical-header/package.json index f8cf675be..d8baa73f7 100644 --- a/packages/terra-clinical-header/package.json +++ b/packages/terra-clinical-header/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-header", "main": "lib/Header.js", - "version": "0.1.1", + "version": "0.1.2", "description": "A Header component that allows elements to be placed on the left and right ends of the header with a left aligned title in the center. ", "repository": { "type": "git", diff --git a/packages/terra-clinical-item-display/package.json b/packages/terra-clinical-item-display/package.json index 8c302ae44..c8776e771 100644 --- a/packages/terra-clinical-item-display/package.json +++ b/packages/terra-clinical-item-display/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-item-display", "main": "lib/ItemDisplay.js", - "version": "0.1.0", + "version": "0.1.1", "description": "The Item Display component creates an display for text and an optional graphic. The Comment subcomponent creates a display for text with a comment icon.", "repository": { "type": "git", diff --git a/packages/terra-clinical-item-view/package.json b/packages/terra-clinical-item-view/package.json index 5f165d850..26067ec98 100644 --- a/packages/terra-clinical-item-view/package.json +++ b/packages/terra-clinical-item-view/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-item-view", "main": "lib/ItemView.js", - "version": "0.1.0", + "version": "0.1.1", "description": "The Item View component allows displays to be organized into rows and column and themed, while providing means to add accessory elements and a comment.", "repository": { "type": "git", @@ -28,7 +28,7 @@ "react": "^15.4.2", "react-dom": "^15.4.2", "terra-base": "^0.x", - "terra-clinical-item-display": "^0.1.0", + "terra-clinical-item-display": "^0.1.1", "terra-icon": "^0.x", "terra-mixins": "^1.0.0" }, @@ -36,7 +36,7 @@ "classnames": "^2.2.5", "prop-types": "^15.5.8", "terra-base": "^0.x", - "terra-clinical-item-display": "^0.1.0", + "terra-clinical-item-display": "^0.1.1", "terra-icon": "^0.x", "terra-mixins": "^1.0.0" }, diff --git a/packages/terra-clinical-label-value-view/package.json b/packages/terra-clinical-label-value-view/package.json index 6b7ae7a41..3a8e1da97 100644 --- a/packages/terra-clinical-label-value-view/package.json +++ b/packages/terra-clinical-label-value-view/package.json @@ -1,7 +1,7 @@ { "name": "terra-clinical-label-value-view", "main": "lib/LabelValueView.js", - "version": "0.1.1", + "version": "0.1.2", "description": "The label value view component displays a label and the associated value or list of values underneath the label.", "repository": { "type": "git", diff --git a/packages/terra-clinical-no-data-view/package.json b/packages/terra-clinical-no-data-view/package.json index a0d339400..756d3cc8c 100644 --- a/packages/terra-clinical-no-data-view/package.json +++ b/packages/terra-clinical-no-data-view/package.json @@ -1,8 +1,7 @@ { "name": "terra-clinical-no-data-view", "main": "lib/NoDataView.js", - "private": true, - "version": "0.0.0", + "version": "0.1.0", "description": "This component renders a no data glyph with with a message or a content section to display sub-component.", "repository": { "type": "git",