Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Publish (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel authored May 26, 2017
1 parent d58088a commit 9db3a16
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 19 deletions.
7 changes: 3 additions & 4 deletions packages/terra-clinical-action-header/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-detail-view/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 5 additions & 6 deletions packages/terra-clinical-error-view/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-header/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-item-display/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-clinical-item-view/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -28,15 +28,15 @@
"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"
},
"dependencies": {
"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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-label-value-view/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/terra-clinical-no-data-view/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9db3a16

Please sign in to comment.