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

File tree

55 files changed

+196
-196
lines changed

Some content is hidden

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

55 files changed

+196
-196
lines changed

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": "2.5.0",
4+
"version": "2.6.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",
@@ -27,10 +27,10 @@
2727
"dependencies": {
2828
"classnames": "^2.2.5",
2929
"prop-types": "^15.5.8",
30-
"terra-button": "^3.7.0",
31-
"terra-doc-template": "^2.6.0",
32-
"terra-hyperlink": "^2.6.0",
33-
"terra-spacer": "^3.5.0"
30+
"terra-button": "^3.8.0",
31+
"terra-doc-template": "^2.7.0",
32+
"terra-hyperlink": "^2.7.0",
33+
"terra-spacer": "^3.6.0"
3434
},
3535
"scripts": {
3636
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-action-header/package.json

Lines changed: 6 additions & 6 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": "2.8.0",
4+
"version": "2.9.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",
@@ -27,11 +27,11 @@
2727
"dependencies": {
2828
"classnames": "^2.2.5",
2929
"prop-types": "^15.5.8",
30-
"terra-button": "^3.7.0",
31-
"terra-button-group": "^3.7.0",
32-
"terra-doc-template": "^2.6.0",
33-
"terra-icon": "^3.5.0",
34-
"terra-mixins": "^1.28.0"
30+
"terra-button": "^3.8.0",
31+
"terra-button-group": "^3.8.0",
32+
"terra-doc-template": "^2.7.0",
33+
"terra-icon": "^3.6.0",
34+
"terra-mixins": "^1.29.0"
3535
},
3636
"scripts": {
3737
"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": "3.8.0",
4+
"version": "3.9.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",
@@ -28,11 +28,11 @@
2828
"dependencies": {
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-button": "^3.7.0",
32-
"terra-doc-template": "^2.6.0",
33-
"terra-icon": "^3.5.0",
34-
"terra-responsive-element": "^4.4.0",
35-
"terra-toggle": "^3.5.0"
31+
"terra-button": "^3.8.0",
32+
"terra-doc-template": "^2.7.0",
33+
"terra-icon": "^3.6.0",
34+
"terra-responsive-element": "^4.5.0",
35+
"terra-toggle": "^3.6.0"
3636
},
3737
"scripts": {
3838
"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": "3.5.0",
4+
"version": "3.6.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",
@@ -39,10 +39,10 @@
3939
"classnames": "^2.2.5",
4040
"lodash.uniqueid": "^4.0.1",
4141
"prop-types": "^15.5.8",
42-
"terra-doc-template": "^2.6.0",
43-
"terra-icon": "^3.5.0"
42+
"terra-doc-template": "^2.7.0",
43+
"terra-icon": "^3.6.0"
4444
},
4545
"devDependencies": {
46-
"terra-icon": "^3.5.0"
46+
"terra-icon": "^3.6.0"
4747
}
4848
}

packages/terra-avatar/package.json

Lines changed: 4 additions & 4 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": "2.11.0",
4+
"version": "2.12.0",
55
"description": "Contains components that represent a person, location or entity. Variants include Avatar, Facility, and SharedUser.",
66
"repository": {
77
"type": "git",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"classnames": "^2.2.5",
2929
"prop-types": "^15.5.8",
30-
"terra-doc-template": "^2.6.0",
31-
"terra-image": "^3.4.0",
32-
"terra-mixins": "^1.28.0"
30+
"terra-doc-template": "^2.7.0",
31+
"terra-image": "^3.5.0",
32+
"terra-mixins": "^1.29.0"
3333
},
3434
"scripts": {
3535
"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": "3.7.0",
4+
"version": "3.8.0",
55
"description": "The terra-badge component displays content classification.",
66
"repository": {
77
"type": "git",
@@ -38,8 +38,8 @@
3838
"dependencies": {
3939
"classnames": "^2.2.5",
4040
"prop-types": "^15.5.8",
41-
"terra-doc-template": "^2.6.0",
42-
"terra-icon": "^3.5.0",
43-
"terra-visually-hidden-text": "^2.4.0"
41+
"terra-doc-template": "^2.7.0",
42+
"terra-icon": "^3.6.0",
43+
"terra-visually-hidden-text": "^2.5.0"
4444
}
4545
}

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": "4.4.0",
4+
"version": "4.5.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": "^2.6.0",
31-
"terra-i18n": "^3.4.0"
30+
"terra-doc-template": "^2.7.0",
31+
"terra-i18n": "^3.5.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": "2.4.0",
4+
"version": "2.5.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": "^2.6.0"
30+
"terra-doc-template": "^2.7.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": "3.7.0",
4+
"version": "3.8.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
"classnames": "^2.2.5",
2929
"keycode-js": "^1.0.4",
3030
"prop-types": "^15.5.8",
31-
"terra-button": "^3.7.0",
32-
"terra-doc-template": "^2.6.0",
33-
"terra-icon": "^3.5.0"
31+
"terra-button": "^3.8.0",
32+
"terra-doc-template": "^2.7.0",
33+
"terra-icon": "^3.6.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": "3.7.0",
4+
"version": "3.8.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
"classnames": "^2.2.5",
4040
"keycode-js": "^1.0.4",
4141
"prop-types": "^15.5.8",
42-
"terra-doc-template": "^2.6.0",
43-
"terra-icon": "^3.5.0"
42+
"terra-doc-template": "^2.7.0",
43+
"terra-icon": "^3.6.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": "3.4.0",
4+
"version": "3.5.0",
55
"description": "Card is a basic container with some base styling to help seperate elements with different content",
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": "^2.6.0",
31-
"terra-visually-hidden-text": "^2.4.0"
30+
"terra-doc-template": "^2.7.0",
31+
"terra-visually-hidden-text": "^2.5.0"
3232
},
3333
"scripts": {
3434
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-content-container/package.json

Lines changed: 3 additions & 3 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": "3.5.0",
4+
"version": "3.6.0",
55
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",
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": "^2.6.0",
31-
"terra-scroll": "^2.4.0"
30+
"terra-doc-template": "^2.7.0",
31+
"terra-scroll": "^2.5.0"
3232
},
3333
"scripts": {
3434
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-demographics-banner/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-demographics-banner",
33
"main": "lib/DemographicsBanner.js",
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.",
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": "^2.6.0",
32-
"terra-image": "^3.4.0",
33-
"terra-responsive-element": "^4.4.0",
34-
"terra-visually-hidden-text": "^2.4.0"
31+
"terra-doc-template": "^2.7.0",
32+
"terra-image": "^3.5.0",
33+
"terra-responsive-element": "^4.5.0",
34+
"terra-visually-hidden-text": "^2.5.0"
3535
},
3636
"scripts": {
3737
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-dialog/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-dialog",
33
"main": "lib/Dialog.js",
4-
"version": "2.7.0",
4+
"version": "2.8.0",
55
"description": "Dialogs are temporary views that can be used in a myriad of ways. Dialogs have the ability to alert users to act on critical information. In doing so, Dialogs may allow users to avoid destructive decisions, and also extend user workflows without disorienting the user.",
66
"repository": {
77
"type": "git",
@@ -27,11 +27,11 @@
2727
"dependencies": {
2828
"classnames": "^2.2.5",
2929
"prop-types": "^15.5.8",
30-
"terra-button": "^3.7.0",
31-
"terra-content-container": "^3.5.0",
32-
"terra-doc-template": "^2.6.0",
33-
"terra-icon": "^3.5.0",
34-
"terra-mixins": "^1.28.0"
30+
"terra-button": "^3.8.0",
31+
"terra-content-container": "^3.6.0",
32+
"terra-doc-template": "^2.7.0",
33+
"terra-icon": "^3.6.0",
34+
"terra-mixins": "^1.29.0"
3535
},
3636
"scripts": {
3737
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-divider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-divider",
33
"main": "lib/Divider.js",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"description": "The divider component is used to visually separate content on a layout.",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"classnames": "^2.2.5",
29-
"terra-doc-template": "^2.6.0"
29+
"terra-doc-template": "^2.7.0"
3030
},
3131
"scripts": {
3232
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-doc-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-doc-template",
33
"main": "lib/DocTemplate.js",
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"description": "Provides an adjustable template for documentation pages.",
66
"repository": {
77
"type": "git",
@@ -28,8 +28,8 @@
2828
"classnames": "^2.2.5",
2929
"prop-types": "^15.5.8",
3030
"react-syntax-highlighter": "^8.0.1",
31-
"terra-markdown": "^2.23.0",
32-
"terra-props-table": "^2.29.0"
31+
"terra-markdown": "^2.24.0",
32+
"terra-props-table": "^2.30.0"
3333
},
3434
"scripts": {
3535
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-dynamic-grid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-dynamic-grid",
33
"main": "lib/DynamicGrid.js",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"description": "The terra-dynamic-grid component provides users a way to build dynamic layouts using CSS Grids.",
66
"repository": {
77
"type": "git",
@@ -28,7 +28,7 @@
2828
"aphrodite": "^2.2.2",
2929
"classnames": "^2.2.5",
3030
"prop-types": "^15.5.8",
31-
"terra-doc-template": "^2.6.0"
31+
"terra-doc-template": "^2.7.0"
3232
},
3333
"scripts": {
3434
"compile": "npm run compile:clean && npm run compile:build",

packages/terra-form-checkbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "terra-form-checkbox",
33
"main": "lib/Checkbox.js",
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"description": "The Terra Form Checkbox is a responsive input component rendered as a box. When activated, a check mark shall appear. Focus can be activated through tabbing and the checked state can be toggled with the space bar.",
66
"repository": {
77
"type": "git",
@@ -28,8 +28,8 @@
2828
"classnames": "^2.2.5",
2929
"lodash.uniqueid": "^4.0.1",
3030
"prop-types": "^15.5.8",
31-
"terra-doc-template": "^2.6.0",
32-
"terra-mixins": "^1.28.0"
31+
"terra-doc-template": "^2.7.0",
32+
"terra-mixins": "^1.29.0"
3333
},
3434
"scripts": {
3535
"compile": "npm run compile:clean && npm run compile:build",

0 commit comments

Comments
 (0)