Skip to content

File tree

61 files changed

+237
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+237
-237
lines changed

packages/terra-abstract-modal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-abstract-modal",
33
"main": "lib/AbstractModal.js",
4-
"version": "1.25.1",
4+
"version": "1.26.0",
55
"description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/cerner/terra-core#readme",
2424
"devDependencies": {
25-
"terra-icon": "^2.29.1"
25+
"terra-icon": "^2.30.0"
2626
},
2727
"peerDependencies": {
2828
"react": "^16.4.2",
@@ -34,7 +34,7 @@
3434
"focus-trap-react": "^4.0.1",
3535
"prop-types": "^15.5.8",
3636
"react-portal": "^4.1.2",
37-
"terra-doc-template": "^1.22.0"
37+
"terra-doc-template": "^1.23.0"
3838
},
3939
"scripts": {
4040
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-action-footer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-action-footer",
33
"main": "lib/ActionFooter.js",
4-
"version": "1.28.1",
4+
"version": "1.29.0",
55
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.",
66
"repository": {
77
"type": "git",
@@ -28,10 +28,10 @@
2828
"dependencies": {
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-button": "^2.31.1",
32-
"terra-doc-template": "^1.22.0",
33-
"terra-hyperlink": "^1.18.0",
34-
"terra-spacer": "^2.30.1"
31+
"terra-button": "^2.32.0",
32+
"terra-doc-template": "^1.23.0",
33+
"terra-hyperlink": "^1.19.0",
34+
"terra-spacer": "^2.31.0"
3535
},
3636
"scripts": {
3737
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-action-header/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-action-header",
33
"main": "lib/ActionHeader.js",
4-
"version": "1.32.1",
4+
"version": "1.33.0",
55
"description": "The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons.",
66
"repository": {
77
"type": "git",
@@ -28,12 +28,12 @@
2828
"dependencies": {
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-button": "^2.31.1",
32-
"terra-button-group": "^2.31.1",
33-
"terra-collapsible-menu-view": "^3.30.1",
34-
"terra-doc-template": "^1.22.0",
35-
"terra-icon": "^2.29.1",
36-
"terra-mixins": "^1.23.0"
31+
"terra-button": "^2.32.0",
32+
"terra-button-group": "^2.32.0",
33+
"terra-collapsible-menu-view": "^3.31.0",
34+
"terra-doc-template": "^1.23.0",
35+
"terra-icon": "^2.30.0",
36+
"terra-mixins": "^1.24.0"
3737
},
3838
"scripts": {
3939
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-alert/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-alert",
33
"main": "lib/Alert.js",
4-
"version": "2.35.1",
4+
"version": "2.36.0",
55
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.",
66
"repository": {
77
"type": "git",
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"classnames": "^2.2.5",
3333
"prop-types": "^15.5.8",
34-
"terra-button": "^2.31.1",
35-
"terra-doc-template": "^1.22.0",
36-
"terra-icon": "^2.29.1",
37-
"terra-responsive-element": "^3.17.0",
38-
"terra-toggle": "^2.28.1"
34+
"terra-button": "^2.32.0",
35+
"terra-doc-template": "^1.23.0",
36+
"terra-icon": "^2.30.0",
37+
"terra-responsive-element": "^3.18.0",
38+
"terra-toggle": "^2.29.0"
3939
},
4040
"scripts": {
4141
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-arrange/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-arrange",
33
"main": "lib/Arrange.js",
4-
"version": "2.31.1",
4+
"version": "2.32.0",
55
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",
66
"repository": {
77
"type": "git",
@@ -40,10 +40,10 @@
4040
"classnames": "^2.2.5",
4141
"lodash.uniqueid": "^4.0.1",
4242
"prop-types": "^15.5.8",
43-
"terra-doc-template": "^1.22.0",
44-
"terra-icon": "^2.29.1"
43+
"terra-doc-template": "^1.23.0",
44+
"terra-icon": "^2.30.0"
4545
},
4646
"devDependencies": {
47-
"terra-icon": "^2.29.1"
47+
"terra-icon": "^2.30.0"
4848
}
4949
}

packages/terra-avatar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-avatar",
33
"main": "lib/index.js",
4-
"version": "1.29.0",
4+
"version": "2.0.0",
55
"description": "Contains components that represent a person, location or entity. Variants include Avatar, Facility, and SharedUser.",
66
"repository": {
77
"type": "git",
@@ -28,10 +28,10 @@
2828
"dependencies": {
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-doc-template": "^1.22.0",
32-
"terra-form-select": "^4.22.0",
33-
"terra-image": "^2.29.0",
34-
"terra-mixins": "^1.23.0"
31+
"terra-doc-template": "^1.23.0",
32+
"terra-form-select": "^4.26.0",
33+
"terra-image": "^2.30.0",
34+
"terra-mixins": "^1.24.0"
3535
},
3636
"scripts": {
3737
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-badge/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-badge",
33
"main": "lib/Badge.js",
4-
"version": "2.30.1",
4+
"version": "2.31.0",
55
"description": "The terra-badge component displays content classification.",
66
"repository": {
77
"type": "git",
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"classnames": "^2.2.5",
4141
"prop-types": "^15.5.8",
42-
"terra-doc-template": "^1.22.0",
43-
"terra-icon": "^2.29.1",
44-
"terra-visually-hidden-text": "^1.7.0"
42+
"terra-doc-template": "^1.23.0",
43+
"terra-icon": "^2.30.0",
44+
"terra-visually-hidden-text": "^1.8.0"
4545
}
4646
}

packages/terra-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-base",
33
"main": "lib/Base.js",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"description": "The base component sets minimal global styles for an application.",
66
"repository": {
77
"type": "git",
@@ -27,8 +27,8 @@
2727
"dependencies": {
2828
"classnames": "^2.2.5",
2929
"prop-types": "^15.5.8",
30-
"terra-doc-template": "^1.22.0",
31-
"terra-i18n": "^2.29.0"
30+
"terra-doc-template": "^1.23.0",
31+
"terra-i18n": "^2.30.0"
3232
},
3333
"scripts": {
3434
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-breakpoints/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-breakpoints",
33
"main": "lib/index.js",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Contains components and utilities related to Terra's supported responsive breakpoints",
66
"repository": {
77
"type": "git",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"classnames": "^2.2.5",
2929
"prop-types": "^15.5.8",
30-
"terra-doc-template": "^1.22.0"
30+
"terra-doc-template": "^1.23.0"
3131
},
3232
"scripts": {
3333
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-button-group/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-button-group",
33
"main": "lib/ButtonGroup.js",
4-
"version": "2.31.1",
4+
"version": "2.32.0",
55
"description": "The Terra Button Group component groups buttons and can maintain a toggle selection state.",
66
"repository": {
77
"type": "git",
@@ -28,9 +28,9 @@
2828
"dependencies": {
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-button": "^2.31.1",
32-
"terra-doc-template": "^1.22.0",
33-
"terra-icon": "^2.29.1"
31+
"terra-button": "^2.32.0",
32+
"terra-doc-template": "^1.23.0",
33+
"terra-icon": "^2.30.0"
3434
},
3535
"scripts": {
3636
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-button",
33
"main": "lib/Button.js",
4-
"version": "2.31.1",
4+
"version": "2.32.0",
55
"description": "The terra-button component provides users a way to trigger actions in the UI.",
66
"repository": {
77
"type": "git",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"classnames": "^2.2.5",
4141
"prop-types": "^15.5.8",
42-
"terra-doc-template": "^1.22.0",
43-
"terra-icon": "^2.29.1"
42+
"terra-doc-template": "^1.23.0",
43+
"terra-icon": "^2.30.0"
4444
}
4545
}

packages/terra-card/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-card",
33
"main": "lib/Card.js",
4-
"version": "2.30.0",
4+
"version": "2.31.0",
55
"description": "Card is a basic container with some base styling to help seperate elements with different content",
66
"repository": {
77
"type": "git",
@@ -28,8 +28,8 @@
2828
"dependencies": {
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-doc-template": "^1.22.0",
32-
"terra-visually-hidden-text": "^1.7.0"
31+
"terra-doc-template": "^1.23.0",
32+
"terra-visually-hidden-text": "^1.8.0"
3333
},
3434
"scripts": {
3535
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-collapsible-menu-view/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-collapsible-menu-view",
33
"main": "lib/CollapsibleMenuView.js",
4-
"version": "3.30.1",
4+
"version": "3.31.0",
55
"description": "The collapsible menu view is a mechanism that can be used in toolbar scenarios where actionable items will be displayed face-up and flex based on the space available. Any items that can not fit in the available space will be rolled into an ellipsis menu.",
66
"repository": {
77
"type": "git",
@@ -29,14 +29,14 @@
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
3131
"resize-observer-polyfill": "^1.4.1",
32-
"terra-button": "^2.31.1",
33-
"terra-button-group": "^2.31.1",
34-
"terra-doc-template": "^1.22.0",
32+
"terra-button": "^2.32.0",
33+
"terra-button-group": "^2.32.0",
34+
"terra-doc-template": "^1.23.0",
3535
"terra-form": "^2.10.0",
36-
"terra-icon": "^2.29.1",
37-
"terra-list": "^2.31.1",
38-
"terra-menu": "^3.28.1",
39-
"terra-mixins": "^1.23.0"
36+
"terra-icon": "^2.30.0",
37+
"terra-list": "^2.32.0",
38+
"terra-menu": "^3.29.0",
39+
"terra-mixins": "^1.24.0"
4040
},
4141
"scripts": {
4242
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-content-container/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-content-container",
33
"main": "lib/ContentContainer.js",
4-
"version": "2.30.1",
4+
"version": "2.31.0",
55
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",
66
"repository": {
77
"type": "git",
@@ -28,9 +28,9 @@
2828
"dependencies": {
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-doc-template": "^1.22.0",
32-
"terra-heading": "^2.29.1",
33-
"terra-scroll": "^1.16.0"
31+
"terra-doc-template": "^1.23.0",
32+
"terra-heading": "^2.30.0",
33+
"terra-scroll": "^1.17.0"
3434
},
3535
"scripts": {
3636
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-date-picker/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-date-picker",
33
"main": "lib/DatePicker.js",
4-
"version": "2.38.1",
4+
"version": "2.39.0",
55
"description": "The terra-date-picker component provides users a way to enter or select a date from the date picker.",
66
"repository": {
77
"type": "git",
@@ -33,13 +33,13 @@
3333
"react-datepicker": "^0.64.0",
3434
"react-portal": "^4.1.2",
3535
"terra-app-delegate": "^2.1.0",
36-
"terra-button": "^2.31.1",
37-
"terra-doc-template": "^1.22.0",
38-
"terra-form-field": "^2.32.1",
39-
"terra-form-input": "^1.31.1",
40-
"terra-icon": "^2.29.1",
36+
"terra-button": "^2.32.0",
37+
"terra-doc-template": "^1.23.0",
38+
"terra-form-field": "^2.33.0",
39+
"terra-form-input": "^1.32.0",
40+
"terra-icon": "^2.30.0",
4141
"terra-modal-manager": "^3.0.0",
42-
"terra-responsive-element": "^3.17.0"
42+
"terra-responsive-element": "^3.18.0"
4343
},
4444
"scripts": {
4545
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-date-time-picker/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-date-time-picker",
33
"main": "lib/DateTimePicker.js",
4-
"version": "2.38.1",
4+
"version": "2.39.0",
55
"description": "The DateTimePicker component has a date picker for selecting date and a time input for entering time",
66
"repository": {
77
"type": "git",
@@ -31,12 +31,12 @@
3131
"moment": "^2.21.0",
3232
"moment-timezone": "^0.5.13",
3333
"prop-types": "^15.5.8",
34-
"terra-abstract-modal": "^1.25.1",
34+
"terra-abstract-modal": "^1.26.0",
3535
"terra-app-delegate": "^2.1.0",
36-
"terra-button": "^2.31.1",
37-
"terra-date-picker": "^2.38.1",
38-
"terra-doc-template": "^1.22.0",
39-
"terra-form-field": "^2.32.1",
36+
"terra-button": "^2.32.0",
37+
"terra-date-picker": "^2.39.0",
38+
"terra-doc-template": "^1.23.0",
39+
"terra-form-field": "^2.33.0",
4040
"terra-modal-manager": "^3.0.0",
4141
"terra-time-input": "^2.34.1"
4242
},

0 commit comments

Comments
 (0)