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

Terra Clinical Data Grid - Added Deprecation Notice #931

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/terra-clinical-data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Changed
* Added deprecation notice and badge for `terra-clinical-data-grid`

## 2.49.0 - (October 11, 2023)

* Changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
import { Notice } from "@cerner/terra-docs";
import { Badge } from 'terra-clinical-data-grid/package.json?dev-site-package';

import DataGridPropsTable from 'terra-clinical-data-grid/src/DataGrid?dev-site-props-table';

<Badge />

[![Deprecated](https://badgen.net/badge/status/Deprecated/grey)](https://github.com/cerner/terra-clinical/packages/terra-clinical-data-grid#readme)

# Terra Clinical DataGrid

<Notice variant="deprecation">

`terra-clinical-data-grid` does not comply with accessibility guidelines and is no longer supported. If you are using `terra-clinical-data-grid`, consider replacing it with `terra-flowsheet-data-grid`.

</Notice>

The DataGrid is an organizational component that renders a collection of data in a grid-like format.

## Getting Started
Expand Down Expand Up @@ -108,4 +117,4 @@ import DataGrid from 'terra-clinical-data-grid';
* [Responsive Support](https://engineering.cerner.com/terra-ui/about/terra-ui/component-standards#responsive-support)

## Data Grid Props Table
<DataGridPropsTable />
<DataGridPropsTable />
Loading