diff --git a/.changeset/proud-apples-push.md b/.changeset/proud-apples-push.md new file mode 100644 index 00000000000..09cb115a790 --- /dev/null +++ b/.changeset/proud-apples-push.md @@ -0,0 +1,5 @@ +--- +'polaris.shopify.com': patch +--- + +Add deprecation notice and redirect to new Polaris library diff --git a/polaris.shopify.com/src/components/Frame/Frame.module.scss b/polaris.shopify.com/src/components/Frame/Frame.module.scss index 750c5bf5cb7..3a19ca1a653 100644 --- a/polaris.shopify.com/src/components/Frame/Frame.module.scss +++ b/polaris.shopify.com/src/components/Frame/Frame.module.scss @@ -418,7 +418,7 @@ $breakpointNav: $breakpointTablet; } } - .ReleaseCandidate { + .NewLibrary { border: 1px solid #14c397; padding: 0 0.5rem; margin: 0 0.25rem; diff --git a/polaris.shopify.com/src/components/Frame/Frame.tsx b/polaris.shopify.com/src/components/Frame/Frame.tsx index 9e5140bad8b..f74110feacd 100644 --- a/polaris.shopify.com/src/components/Frame/Frame.tsx +++ b/polaris.shopify.com/src/components/Frame/Frame.tsx @@ -98,8 +98,8 @@ function Frame({darkMode, children}: Props) {
{icons.Polaris()} - Introducing Polaris - Unified and for the web.{' '} - Release Candidate + Polaris React is now deprecated{' '} + Check out the new library