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

Commit

Permalink
Merge remote-tracking branch 'origin' into UXPLATFORM-9212
Browse files Browse the repository at this point in the history
  • Loading branch information
cm9361 committed Oct 26, 2023
2 parents e397641 + 5b2acfd commit e163f2f
Show file tree
Hide file tree
Showing 21 changed files with 102 additions and 26 deletions.
5 changes: 5 additions & 0 deletions packages/terra-collapsible-menu-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.83.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 6.82.0 - (October 17, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-collapsible-menu-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-collapsible-menu-view",
"main": "lib/index.js",
"version": "6.82.0",
"version": "6.83.0",
"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.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"terra-hyperlink": "^2.61.0",
"terra-icon": "^3.57.1",
"terra-list": "^4.0.0",
"terra-menu": "^6.78.1",
"terra-menu": "^6.79.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.8.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/terra-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased

## 1.0.0 - (October 25, 2023)
* Initial working component release.

* Added
* Added additional screen reader support to announce that column headers are interactable upon selection.
* Added keyboard support for column resizing.
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-data-grid",
"main": "lib/index.js",
"version": "0.8.1",
"version": "1.0.0",
"description": "Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.",
"repository": {
"type": "git",
Expand Down
6 changes: 5 additions & 1 deletion packages/terra-file-path/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.0.0 - (October 25, 2023)

* Initial working component release.

## 0.3.0 - (October 17, 2023)

* Inital stable release.
* Initial package release.
4 changes: 2 additions & 2 deletions packages/terra-file-path/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-file-path",
"main": "lib/FilePath.js",
"version": "0.3.0",
"version": "1.0.0",
"description": "Terra File Path is a horizontal menu that indicates where the user is. It is also more commonly known as a breadcrumb component.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-collapsible-menu-view": "^6.82.0"
"terra-collapsible-menu-view": "^6.83.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down
6 changes: 6 additions & 0 deletions packages/terra-folder-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## Unreleased

## 0.1.1-alpha.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

2 changes: 1 addition & 1 deletion packages/terra-folder-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-folder-tree",
"main": "lib/FolderTree.js",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"description": "Terra Folder Tree is a vertical menu that displays files and folders in a hierarchical tree structure.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-framework-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.43.0 - (October 25, 2023)

* Added
* New Terra Slider component documentation, examples and tests.

Expand Down
20 changes: 10 additions & 10 deletions packages/terra-framework-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerner/terra-framework-docs",
"version": "1.42.0",
"version": "1.43.0",
"description": "Contains documentation for packages in the terra-framework monorepo",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -41,16 +41,16 @@
"terra-arrange": "^3.53.0",
"terra-brand-footer": "^3.11.0",
"terra-button": "^3.3.0",
"terra-collapsible-menu-view": "^6.82.0",
"terra-collapsible-menu-view": "^6.83.0",
"terra-content-container": "^3.0.0",
"terra-data-grid": "^0.8.1",
"terra-data-grid": "^1.0.0",
"terra-date-input": "^1.46.0",
"terra-date-picker": "^4.92.0",
"terra-date-time-picker": "^4.98.0",
"terra-disclosure-manager": "^4.43.0",
"terra-embedded-content-consumer": "^3.39.0",
"terra-file-path": "^0.3.0",
"terra-folder-tree": "^0.1.0",
"terra-file-path": "^1.0.0",
"terra-folder-tree": "^0.1.1-alpha.0",
"terra-form-field": "^4.27.0",
"terra-form-fieldset": "^2.74.0",
"terra-form-input": "^4.4.0",
Expand All @@ -60,7 +60,7 @@
"terra-hookshot": "^5.41.0",
"terra-infinite-list": "^3.42.0",
"terra-layout": "^4.38.0",
"terra-menu": "^6.78.1",
"terra-menu": "^6.79.0",
"terra-modal-manager": "^6.67.0",
"terra-navigation-layout": "^5.39.0",
"terra-navigation-prompt": "^1.77.0",
Expand All @@ -70,11 +70,11 @@
"terra-section-header": "^2.0.0",
"terra-slide-group": "^4.33.0",
"terra-slide-panel": "^3.46.0",
"terra-slide-panel-manager": "^5.82.0",
"terra-slider": "^1.0.0",
"terra-slide-panel-manager": "^5.83.0",
"terra-slider": "^1.0.1",
"terra-spacer": "^3.59.0",
"terra-table": "^5.1.0-alpha.0",
"terra-tabs": "^7.11.0",
"terra-table": "^5.1.1-alpha.0",
"terra-tabs": "^7.11.1",
"terra-text": "^4.49.0",
"terra-theme-context": "^1.8.0",
"terra-theme-provider": "^4.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,37 @@ import Table from "terra-table";
## Table Props

<TablePropsTable />

### Column
A column specifies the data to render a cell in the header row of the Worklist Data Grid.

|Name|Type|Is Required|Default Value|Description|
|---|---|---|---|---|
|**id**|string|<span style={{color:'#d53040'}}>required</span>|none|An identifier to uniquely identify the column within the grid.|
|**displayName**|string|optional|none|String of text to render within the column header cell.|
|**hasError**|bool|optional|none|Boolean value indicating whether or not the column has an error in the data.|
|**isResizable**|bool|optional|none|Boolean value indicating whether or not the column header is resizable.|
|**isSelectable**|bool|optional|none|Boolean value indicating whether or not the column header is selectable.|
|**minimumWidth**|number|optional|none|Number that specifies the minimum column width in pixels.|
|**maximumWidth**|number|optional|none|Number that specifies the maximum column width in pixels.|
|**width**|number|optional|none|A number (in px) specifying the width of the column. If not provided, the Data Grid's default column width will be used.|
|**sortIndicator**|custom|optional|none|A string indicating which sorting indicator should be rendered. If not provided, no sorting indicator will be rendered. One of `ascending`, `descending`.

### Row
A row defines the cells rendered within the row.

|Name|Type|Is Required|Default Value|Description|
|---|---|---|---|---|
|**id**|string|<span style={{color:'#d53040'}}>required</span>|none|An identifier to uniquely identify the row within the grid.|
|**cells**|array|optional|[]|An array of cell objects that define the content to be rendered in the row. Cells will be rendered in the order given and are expected to be in the same order as the columns.|
|**isSelected**|bool|optional|none|A boolean indicating whether or not the row should render as selected.|
|**ariaLabel**|string|optional|none|A string identifier used to describe the row contents. This value will be used for accessibility when announcing the row (un)selection.|

### Cell
A cell defines the content rendered at the intersection of a row and a column.

|Name|Type|Is Required|Default Value|Description|
|---|---|---|---|---|
|**content**|content|optional|none|The content to render within the cell.|
|**isMasked**|bool|optional|none|A boolean indicating if the cell content is masked.|
|**maskedLabel**|bool|optional|none|Provides a custom string for masked cells to be read by screen readers. This value is only applied if the cell is masked.|
5 changes: 5 additions & 0 deletions packages/terra-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.79.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 6.78.1 - (October 11, 2023)

* Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-menu",
"main": "lib/Menu.js",
"version": "6.78.1",
"version": "6.79.0",
"description": "The menu is a popup component that displays a list of items, item groups, and dividers. Menu Items can be actionable, have toggle-style selection, or have nested submenu items. Menu Item groups are a single-select grouping of menu items. The Menu will determine the height of the popup based on the number of items in the main menu.",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-slide-panel-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.83.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 5.82.0 - (October 17, 2023)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-slide-panel-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-slide-panel-manager",
"main": "lib/SlidePanelManager.js",
"version": "5.82.0",
"version": "5.83.0",
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"terra-slide-panel": "^3.46.0"
},
"devDependencies": {
"terra-collapsible-menu-view": "^6.82.0"
"terra-collapsible-menu-view": "^6.83.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
Expand Down
4 changes: 4 additions & 0 deletions packages/terra-slider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

## Unreleased

## 1.0.1 - (October 25, 2023)

* Initial working component release.

* Added
* New Terra Slider component, documentation, examples and tests.
6 changes: 3 additions & 3 deletions packages/terra-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-slider",
"main": "lib/Slider.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Terra Slider component provides users a way to select a value from a given range by sliding a thumb along a bar to track the value.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.8.0",
"uuid": "3.4.0",
"terra-visually-hidden-text": "^2.0.0"
"terra-visually-hidden-text": "^2.0.0",
"uuid": "3.4.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

* Added
* Added ability for consumers to specify a custom screen reader message for masked cells.

## 5.1.1-alpha.0 - (October 25, 2023)

* Changed
* Minor dependency version bump

## 5.1.0-alpha.0 - (October 20, 2023)

Expand Down
2 changes: 1 addition & 1 deletion packages/terra-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-table",
"main": "lib/index.js",
"version": "5.1.0-alpha.0",
"version": "5.1.1-alpha.0",
"description": "The Terra Table component provides user a way to display data in an accessible table format.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/terra-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 7.11.1 - (October 25, 2023)

* Fixed
* Fixed the dropdown options are being cut off on smaller viewports.
* Fixed keyboard navigation after mouse click for draggable tabs.
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terra-tabs",
"main": "lib/Tabs.js",
"version": "7.11.0",
"version": "7.11.1",
"description": "Tabs are containers used to organize content. They allow for quick switching between groups of contextually related content. Content is divided into different containers and each container is viewable one at a time. The user can switch between containers by selecting the corresponding tab control. Tabs are meant for organizing content that doesn’t need to be compared or accessed simultaneously or if the user needs quick access through a group of contextually related content. Tabs are not intended for navigation.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"terra-content-container": "^3.0.0",
"terra-divider": "^3.33.0",
"terra-icon": "^3.19.0",
"terra-menu": "^6.78.1",
"terra-menu": "^6.79.0",
"terra-responsive-element": "^5.0.0",
"terra-theme-context": "^1.8.0",
"terra-visually-hidden-text": "^2.36.0",
Expand Down

0 comments on commit e163f2f

Please sign in to comment.