Skip to content

Commit

Permalink
feat: Add maintenance notes to NorthStar legacy package (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi authored Mar 30, 2023
1 parent be20762 commit 39167d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/examples/legacy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"jsx": "react-jsx"
},
"include": [
"src"
Expand Down
18 changes: 14 additions & 4 deletions packages/legacy/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# NorthStar - Prototyping Design System
*********************************************************************************************

**<span style="color:red">NOTES<span>**

This package NorthStar legacy (**aws-northstar**) will enter maintenance on April 1, 2023. On April 1, 2024, support will end for NorthStar legacy.

A new version of NorthStar, [NorthStar v2 (**@aws-northstar/ui**)](https://www.npmjs.com/package/@aws-northstar/ui) has been released and improves upon the previous version by leveraging [Cloudscape Design System](https://cloudscape.design/) and with updates to the existing components with new features that make the development experience even better.

NorthStar aims to be the standard for rapidly prototyping intuitive, meaningful and accessible user experiences. It simplifies your work and ensures consistent, predictable experiences at scale for your customers. With NorthStar, you can focus on innovation and do more with less.
Please refer to [migration guides on the NorthStar v2 website](https://aws.github.io/aws-northstar/?path=/story/migration-migratingfromlegacy--page) for information how to migrate you applications from NorthStar legacy to NorthStar v2.

**********************************************************************************************

# NorthStar - Prototyping Design System

## Cloudscape Design System and NorthStar
NorthStar is an open source design system with reusable React components for rapidly prototyping intuitive, meaningful and accessible user experience. It simplifies your work and ensures consistent, predictable user experience at scale for your customers. With NorthStar, you can focus on innovation and do more with less.

On July 19, 2022, AWS released [Cloudscape Design System](https://cloudscape.design/) as open source. Cloudscape is a solution for building intuitive user experiences. It offers guidelines to create web applications, along with the design resources and front-end components to streamline implementation. While NorthStar is a design system to rapidly prototype user experiences, Cloudscape is a design system that is intended for use in production environments, beyond the prototypal phase.
Whether you are a developer or a designer, NorthStar will help you delight your customers from inception to prototype.

[//]: <> (The README will be generated in the pipeline during build time. This is a placeholder.)

0 comments on commit 39167d9

Please sign in to comment.